You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

109 lines
3.2 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "side-channel-list@1.0.0",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "side-channel-list@1.0.0",
  10. "_id": "side-channel-list@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  13. "_location": "/side-channel-list",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "side-channel-list@1.0.0",
  19. "name": "side-channel-list",
  20. "escapedName": "side-channel-list",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/side-channel"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/side-channel-list/-/side-channel-list-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ljharb/side-channel-list/issues"
  45. },
  46. "dependencies": {
  47. "es-errors": "^1.3.0",
  48. "object-inspect": "^1.13.3"
  49. },
  50. "description": "Store information about any JS value in a side channel, using a linked list",
  51. "devDependencies": {
  52. "@arethetypeswrong/cli": "^0.17.1",
  53. "@ljharb/eslint-config": "^21.1.1",
  54. "@ljharb/tsconfig": "^0.2.2",
  55. "@types/object-inspect": "^1.13.0",
  56. "@types/tape": "^5.6.5",
  57. "auto-changelog": "^2.5.0",
  58. "eclint": "^2.8.1",
  59. "encoding": "^0.1.13",
  60. "eslint": "=8.8.0",
  61. "evalmd": "^0.0.19",
  62. "in-publish": "^2.0.1",
  63. "npmignore": "^0.3.1",
  64. "nyc": "^10.3.2",
  65. "safe-publish-latest": "^2.0.0",
  66. "tape": "^5.9.0",
  67. "typescript": "next"
  68. },
  69. "engines": {
  70. "node": ">= 0.4"
  71. },
  72. "exports": {
  73. ".": "./index.js",
  74. "./package.json": "./package.json"
  75. },
  76. "funding": {
  77. "url": "https://github.com/sponsors/ljharb"
  78. },
  79. "homepage": "https://github.com/ljharb/side-channel-list#readme",
  80. "keywords": [],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "side-channel-list",
  84. "publishConfig": {
  85. "ignore": [
  86. ".github/workflows"
  87. ]
  88. },
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/ljharb/side-channel-list.git"
  92. },
  93. "scripts": {
  94. "lint": "eslint --ext=js,mjs .",
  95. "postlint": "tsc -p . && attw -P",
  96. "posttest": "npx npm@'>= 10.2' audit --production",
  97. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  98. "prelint": "evalmd README.md && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
  99. "prepack": "npmignore --auto --commentLines=autogenerated",
  100. "prepublish": "not-in-publish || npm run prepublishOnly",
  101. "prepublishOnly": "safe-publish-latest",
  102. "pretest": "npm run lint",
  103. "test": "npm run tests-only",
  104. "tests-only": "nyc tape 'test/**/*.js'",
  105. "version": "auto-changelog && git add CHANGELOG.md"
  106. },
  107. "types": "./index.d.ts",
  108. "version": "1.0.0"
  109. }