package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_from": "es-errors@^1.3.0",
  3. "_id": "es-errors@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  6. "_location": "/es-errors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es-errors@^1.3.0",
  12. "name": "es-errors",
  13. "escapedName": "es-errors",
  14. "rawSpec": "^1.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.0"
  17. },
  18. "_requiredBy": [
  19. "/array.prototype.findlastindex",
  20. "/array.prototype.reduce",
  21. "/arraybuffer.prototype.slice",
  22. "/call-bind-apply-helpers",
  23. "/data-view-buffer",
  24. "/data-view-byte-length",
  25. "/data-view-byte-offset",
  26. "/define-data-property",
  27. "/dunder-proto",
  28. "/es-abstract",
  29. "/es-object-atoms",
  30. "/es-set-tostringtag",
  31. "/get-intrinsic",
  32. "/get-symbol-description",
  33. "/internal-slot",
  34. "/reflect.getprototypeof",
  35. "/regexp.prototype.flags",
  36. "/safe-push-apply",
  37. "/safe-regex-test",
  38. "/set-function-length",
  39. "/set-function-name",
  40. "/set-proto",
  41. "/side-channel",
  42. "/side-channel-list",
  43. "/side-channel-map",
  44. "/side-channel-weakmap",
  45. "/stop-iteration-iterator",
  46. "/typed-array-buffer",
  47. "/typedarray.prototype.slice"
  48. ],
  49. "_resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  50. "_shasum": "05f75a25dab98e4fb1dcd5e1472c0546d5057c8f",
  51. "_spec": "es-errors@^1.3.0",
  52. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\side-channel",
  53. "author": {
  54. "name": "Jordan Harband",
  55. "email": "ljharb@gmail.com"
  56. },
  57. "auto-changelog": {
  58. "output": "CHANGELOG.md",
  59. "template": "keepachangelog",
  60. "unreleased": false,
  61. "commitLimit": false,
  62. "backfillLimit": false,
  63. "hideCredit": true
  64. },
  65. "bugs": {
  66. "url": "https://github.com/ljharb/es-errors/issues"
  67. },
  68. "bundleDependencies": false,
  69. "deprecated": false,
  70. "description": "A simple cache for a few of the JS Error constructors.",
  71. "devDependencies": {
  72. "@ljharb/eslint-config": "^21.1.0",
  73. "@types/tape": "^5.6.4",
  74. "aud": "^2.0.4",
  75. "auto-changelog": "^2.4.0",
  76. "eclint": "^2.8.1",
  77. "eslint": "^8.8.0",
  78. "evalmd": "^0.0.19",
  79. "in-publish": "^2.0.1",
  80. "npmignore": "^0.3.1",
  81. "nyc": "^10.3.2",
  82. "safe-publish-latest": "^2.0.0",
  83. "tape": "^5.7.4",
  84. "typescript": "next"
  85. },
  86. "engines": {
  87. "node": ">= 0.4"
  88. },
  89. "exports": {
  90. ".": "./index.js",
  91. "./eval": "./eval.js",
  92. "./range": "./range.js",
  93. "./ref": "./ref.js",
  94. "./syntax": "./syntax.js",
  95. "./type": "./type.js",
  96. "./uri": "./uri.js",
  97. "./package.json": "./package.json"
  98. },
  99. "homepage": "https://github.com/ljharb/es-errors#readme",
  100. "keywords": [
  101. "javascript",
  102. "ecmascript",
  103. "error",
  104. "typeerror",
  105. "syntaxerror",
  106. "rangeerror"
  107. ],
  108. "license": "MIT",
  109. "main": "index.js",
  110. "name": "es-errors",
  111. "publishConfig": {
  112. "ignore": [
  113. ".github/workflows"
  114. ]
  115. },
  116. "repository": {
  117. "type": "git",
  118. "url": "git+https://github.com/ljharb/es-errors.git"
  119. },
  120. "scripts": {
  121. "lint": "eslint --ext=js,mjs .",
  122. "postlint": "tsc -p . && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
  123. "posttest": "aud --production",
  124. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  125. "prelint": "evalmd README.md",
  126. "prepack": "npmignore --auto --commentLines=autogenerated",
  127. "prepublish": "not-in-publish || npm run prepublishOnly",
  128. "prepublishOnly": "safe-publish-latest",
  129. "pretest": "npm run lint",
  130. "test": "npm run tests-only",
  131. "tests-only": "nyc tape 'test/**/*.js'",
  132. "version": "auto-changelog && git add CHANGELOG.md"
  133. },
  134. "sideEffects": false,
  135. "version": "1.3.0"
  136. }