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.

117 lines
3.3 KiB

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