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.

119 lines
3.5 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "side-channel-weakmap@1.0.2",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "side-channel-weakmap@1.0.2",
  10. "_id": "side-channel-weakmap@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  13. "_location": "/side-channel-weakmap",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "side-channel-weakmap@1.0.2",
  19. "name": "side-channel-weakmap",
  20. "escapedName": "side-channel-weakmap",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/side-channel"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  29. "_spec": "1.0.2",
  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-weakmap/issues"
  45. },
  46. "dependencies": {
  47. "call-bound": "^1.0.2",
  48. "es-errors": "^1.3.0",
  49. "get-intrinsic": "^1.2.5",
  50. "object-inspect": "^1.13.3",
  51. "side-channel-map": "^1.0.1"
  52. },
  53. "description": "Store information about any JS value in a side channel. Uses WeakMap if available.",
  54. "devDependencies": {
  55. "@arethetypeswrong/cli": "^0.17.1",
  56. "@ljharb/eslint-config": "^21.1.1",
  57. "@ljharb/tsconfig": "^0.2.2",
  58. "@types/call-bind": "^1.0.5",
  59. "@types/get-intrinsic": "^1.2.3",
  60. "@types/object-inspect": "^1.13.0",
  61. "@types/tape": "^5.6.5",
  62. "auto-changelog": "^2.5.0",
  63. "eclint": "^2.8.1",
  64. "encoding": "^0.1.13",
  65. "eslint": "=8.8.0",
  66. "in-publish": "^2.0.1",
  67. "npmignore": "^0.3.1",
  68. "nyc": "^10.3.2",
  69. "safe-publish-latest": "^2.0.0",
  70. "tape": "^5.9.0",
  71. "typescript": "next"
  72. },
  73. "engines": {
  74. "node": ">= 0.4"
  75. },
  76. "exports": {
  77. ".": "./index.js",
  78. "./package.json": "./package.json"
  79. },
  80. "funding": {
  81. "url": "https://github.com/sponsors/ljharb"
  82. },
  83. "homepage": "https://github.com/ljharb/side-channel-weakmap#readme",
  84. "keywords": [
  85. "weakmap",
  86. "map",
  87. "side",
  88. "channel",
  89. "metadata"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "name": "side-channel-weakmap",
  94. "publishConfig": {
  95. "ignore": [
  96. ".github/workflows"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/ljharb/side-channel-weakmap.git"
  102. },
  103. "scripts": {
  104. "lint": "eslint --ext=js,mjs .",
  105. "postlint": "tsc -p . && attw -P",
  106. "posttest": "npx npm@'>=10.2' audit --production",
  107. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  108. "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
  109. "prepack": "npmignore --auto --commentLines=autogenerated",
  110. "prepublish": "not-in-publish || npm run prepublishOnly",
  111. "prepublishOnly": "safe-publish-latest",
  112. "pretest": "npm run lint",
  113. "test": "npm run tests-only",
  114. "tests-only": "nyc tape 'test/**/*.js'",
  115. "version": "auto-changelog && git add CHANGELOG.md"
  116. },
  117. "types": "./index.d.ts",
  118. "version": "1.0.2"
  119. }