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.

113 lines
3.3 KiB

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