package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "side-channel@1.0.4",
  5. "/Users/mac/projects/mime/mine"
  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. "/qs"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.0.4.tgz",
  29. "_spec": "1.0.4",
  30. "_where": "/Users/mac/projects/mime/mine",
  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. "call-bind": "^1.0.0",
  48. "get-intrinsic": "^1.0.2",
  49. "object-inspect": "^1.9.0"
  50. },
  51. "description": "Store information about any JS value in a side channel. Uses WeakMap if available.",
  52. "devDependencies": {
  53. "@ljharb/eslint-config": "^17.3.0",
  54. "aud": "^1.1.3",
  55. "auto-changelog": "^2.2.1",
  56. "eslint": "^7.16.0",
  57. "nyc": "^10.3.2",
  58. "safe-publish-latest": "^1.1.4",
  59. "tape": "^5.0.1"
  60. },
  61. "exports": {
  62. "./package.json": "./package.json",
  63. ".": [
  64. {
  65. "default": "./index.js"
  66. },
  67. "./index.js"
  68. ]
  69. },
  70. "funding": {
  71. "url": "https://github.com/sponsors/ljharb"
  72. },
  73. "homepage": "https://github.com/ljharb/side-channel#readme",
  74. "keywords": [
  75. "weakmap",
  76. "map",
  77. "side",
  78. "channel",
  79. "metadata"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "side-channel",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/ljharb/side-channel.git"
  87. },
  88. "scripts": {
  89. "lint": "eslint .",
  90. "posttest": "npx aud --production",
  91. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  92. "prepublish": "safe-publish-latest",
  93. "pretest": "npm run lint",
  94. "test": "npm run tests-only",
  95. "tests-only": "nyc tape 'test/**/*.js'",
  96. "version": "auto-changelog && git add CHANGELOG.md"
  97. },
  98. "version": "1.0.4"
  99. }