package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "side-channel@1.0.6",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "side-channel@1.0.6",
  9. "_id": "side-channel@1.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
  12. "_location": "/side-channel",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "side-channel@1.0.6",
  18. "name": "side-channel",
  19. "escapedName": "side-channel",
  20. "rawSpec": "1.0.6",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.6"
  23. },
  24. "_requiredBy": [
  25. "/qs"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.0.6.tgz",
  28. "_spec": "1.0.6",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  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.7",
  47. "es-errors": "^1.3.0",
  48. "get-intrinsic": "^1.2.4",
  49. "object-inspect": "^1.13.1"
  50. },
  51. "description": "Store information about any JS value in a side channel. Uses WeakMap if available.",
  52. "devDependencies": {
  53. "@ljharb/eslint-config": "^21.1.0",
  54. "@types/call-bind": "^1.0.5",
  55. "@types/get-intrinsic": "^1.2.2",
  56. "@types/object-inspect": "^1.8.4",
  57. "@types/tape": "^5.6.4",
  58. "aud": "^2.0.4",
  59. "auto-changelog": "^2.4.0",
  60. "eclint": "^2.8.1",
  61. "eslint": "=8.8.0",
  62. "in-publish": "^2.0.1",
  63. "npmignore": "^0.3.1",
  64. "nyc": "^10.3.2",
  65. "safe-publish-latest": "^2.0.0",
  66. "tape": "^5.7.5",
  67. "typescript": "next"
  68. },
  69. "engines": {
  70. "node": ">= 0.4"
  71. },
  72. "exports": {
  73. "./package.json": "./package.json",
  74. ".": "./index.js"
  75. },
  76. "funding": {
  77. "url": "https://github.com/sponsors/ljharb"
  78. },
  79. "homepage": "https://github.com/ljharb/side-channel#readme",
  80. "keywords": [
  81. "weakmap",
  82. "map",
  83. "side",
  84. "channel",
  85. "metadata"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "name": "side-channel",
  90. "publishConfig": {
  91. "ignore": [
  92. ".github/workflows"
  93. ]
  94. },
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/ljharb/side-channel.git"
  98. },
  99. "scripts": {
  100. "lint": "eslint --ext=js,mjs .",
  101. "postlint": "tsc -p .",
  102. "posttest": "aud --production",
  103. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  104. "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
  105. "prepack": "npmignore --auto --commentLines=autogenerated",
  106. "prepublish": "not-in-publish || npm run prepublishOnly",
  107. "prepublishOnly": "safe-publish-latest",
  108. "pretest": "npm run lint",
  109. "test": "npm run tests-only",
  110. "tests-only": "nyc tape 'test/**/*.js'",
  111. "version": "auto-changelog && git add CHANGELOG.md"
  112. },
  113. "types": "./index.d.ts",
  114. "version": "1.0.6"
  115. }