package.json 2.6 KB

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