package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "side-channel@^1.0.6",
  3. "_id": "side-channel@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  6. "_location": "/side-channel",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "side-channel@^1.0.6",
  12. "name": "side-channel",
  13. "escapedName": "side-channel",
  14. "rawSpec": "^1.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.6"
  17. },
  18. "_requiredBy": [
  19. "/qs"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.1.0.tgz",
  22. "_shasum": "c3fcff9c4da932784873335ec9765fa94ff66bc9",
  23. "_spec": "side-channel@^1.0.6",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\qs",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "auto-changelog": {
  30. "output": "CHANGELOG.md",
  31. "template": "keepachangelog",
  32. "unreleased": false,
  33. "commitLimit": false,
  34. "backfillLimit": false,
  35. "hideCredit": true
  36. },
  37. "bugs": {
  38. "url": "https://github.com/ljharb/side-channel/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "es-errors": "^1.3.0",
  43. "object-inspect": "^1.13.3",
  44. "side-channel-list": "^1.0.0",
  45. "side-channel-map": "^1.0.1",
  46. "side-channel-weakmap": "^1.0.2"
  47. },
  48. "deprecated": false,
  49. "description": "Store information about any JS value in a side channel. Uses WeakMap if available.",
  50. "devDependencies": {
  51. "@arethetypeswrong/cli": "^0.17.1",
  52. "@ljharb/eslint-config": "^21.1.1",
  53. "@ljharb/tsconfig": "^0.2.2",
  54. "@types/object-inspect": "^1.13.0",
  55. "@types/tape": "^5.6.5",
  56. "auto-changelog": "^2.5.0",
  57. "eclint": "^2.8.1",
  58. "encoding": "^0.1.13",
  59. "eslint": "=8.8.0",
  60. "in-publish": "^2.0.1",
  61. "npmignore": "^0.3.1",
  62. "nyc": "^10.3.2",
  63. "safe-publish-latest": "^2.0.0",
  64. "tape": "^5.9.0",
  65. "typescript": "next"
  66. },
  67. "engines": {
  68. "node": ">= 0.4"
  69. },
  70. "exports": {
  71. ".": "./index.js",
  72. "./package.json": "./package.json"
  73. },
  74. "funding": {
  75. "url": "https://github.com/sponsors/ljharb"
  76. },
  77. "homepage": "https://github.com/ljharb/side-channel#readme",
  78. "keywords": [
  79. "weakmap",
  80. "map",
  81. "side",
  82. "channel",
  83. "metadata"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "name": "side-channel",
  88. "publishConfig": {
  89. "ignore": [
  90. ".github/workflows"
  91. ]
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/ljharb/side-channel.git"
  96. },
  97. "scripts": {
  98. "lint": "eslint --ext=js,mjs .",
  99. "postlint": "tsc -p . && attw -P",
  100. "posttest": "npx npm@'>=10.2' audit --production",
  101. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  102. "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
  103. "prepack": "npmignore --auto --commentLines=autogenerated",
  104. "prepublish": "not-in-publish || npm run prepublishOnly",
  105. "prepublishOnly": "safe-publish-latest",
  106. "pretest": "npm run lint",
  107. "test": "npm run tests-only",
  108. "tests-only": "nyc tape 'test/**/*.js'",
  109. "version": "auto-changelog && git add CHANGELOG.md"
  110. },
  111. "types": "./index.d.ts",
  112. "version": "1.1.0"
  113. }