package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "side-channel@1.0.4",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "side-channel@1.0.4",
  10. "_id": "side-channel@1.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
  13. "_location": "/side-channel",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "side-channel@1.0.4",
  19. "name": "side-channel",
  20. "escapedName": "side-channel",
  21. "rawSpec": "1.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.4"
  24. },
  25. "_requiredBy": [
  26. "/body-parser/qs",
  27. "/express/qs",
  28. "/internal-slot"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
  31. "_spec": "1.0.4",
  32. "_where": "E:\\2023\\5\\myjadmin",
  33. "author": {
  34. "name": "Jordan Harband",
  35. "email": "ljharb@gmail.com"
  36. },
  37. "auto-changelog": {
  38. "output": "CHANGELOG.md",
  39. "template": "keepachangelog",
  40. "unreleased": false,
  41. "commitLimit": false,
  42. "backfillLimit": false,
  43. "hideCredit": true
  44. },
  45. "bugs": {
  46. "url": "https://github.com/ljharb/side-channel/issues"
  47. },
  48. "dependencies": {
  49. "call-bind": "^1.0.0",
  50. "get-intrinsic": "^1.0.2",
  51. "object-inspect": "^1.9.0"
  52. },
  53. "description": "Store information about any JS value in a side channel. Uses WeakMap if available.",
  54. "devDependencies": {
  55. "@ljharb/eslint-config": "^17.3.0",
  56. "aud": "^1.1.3",
  57. "auto-changelog": "^2.2.1",
  58. "eslint": "^7.16.0",
  59. "nyc": "^10.3.2",
  60. "safe-publish-latest": "^1.1.4",
  61. "tape": "^5.0.1"
  62. },
  63. "exports": {
  64. "./package.json": "./package.json",
  65. ".": [
  66. {
  67. "default": "./index.js"
  68. },
  69. "./index.js"
  70. ]
  71. },
  72. "funding": {
  73. "url": "https://github.com/sponsors/ljharb"
  74. },
  75. "homepage": "https://github.com/ljharb/side-channel#readme",
  76. "keywords": [
  77. "weakmap",
  78. "map",
  79. "side",
  80. "channel",
  81. "metadata"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "name": "side-channel",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/ljharb/side-channel.git"
  89. },
  90. "scripts": {
  91. "lint": "eslint .",
  92. "posttest": "npx aud --production",
  93. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  94. "prepublish": "safe-publish-latest",
  95. "pretest": "npm run lint",
  96. "test": "npm run tests-only",
  97. "tests-only": "nyc tape 'test/**/*.js'",
  98. "version": "auto-changelog && git add CHANGELOG.md"
  99. },
  100. "version": "1.0.4"
  101. }