package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. "/util.promisify"
  49. ],
  50. "_resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  51. "_shasum": "05f75a25dab98e4fb1dcd5e1472c0546d5057c8f",
  52. "_spec": "es-errors@^1.3.0",
  53. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\side-channel",
  54. "author": {
  55. "name": "Jordan Harband",
  56. "email": "ljharb@gmail.com"
  57. },
  58. "auto-changelog": {
  59. "output": "CHANGELOG.md",
  60. "template": "keepachangelog",
  61. "unreleased": false,
  62. "commitLimit": false,
  63. "backfillLimit": false,
  64. "hideCredit": true
  65. },
  66. "bugs": {
  67. "url": "https://github.com/ljharb/es-errors/issues"
  68. },
  69. "bundleDependencies": false,
  70. "deprecated": false,
  71. "description": "A simple cache for a few of the JS Error constructors.",
  72. "devDependencies": {
  73. "@ljharb/eslint-config": "^21.1.0",
  74. "@types/tape": "^5.6.4",
  75. "aud": "^2.0.4",
  76. "auto-changelog": "^2.4.0",
  77. "eclint": "^2.8.1",
  78. "eslint": "^8.8.0",
  79. "evalmd": "^0.0.19",
  80. "in-publish": "^2.0.1",
  81. "npmignore": "^0.3.1",
  82. "nyc": "^10.3.2",
  83. "safe-publish-latest": "^2.0.0",
  84. "tape": "^5.7.4",
  85. "typescript": "next"
  86. },
  87. "engines": {
  88. "node": ">= 0.4"
  89. },
  90. "exports": {
  91. ".": "./index.js",
  92. "./eval": "./eval.js",
  93. "./range": "./range.js",
  94. "./ref": "./ref.js",
  95. "./syntax": "./syntax.js",
  96. "./type": "./type.js",
  97. "./uri": "./uri.js",
  98. "./package.json": "./package.json"
  99. },
  100. "homepage": "https://github.com/ljharb/es-errors#readme",
  101. "keywords": [
  102. "javascript",
  103. "ecmascript",
  104. "error",
  105. "typeerror",
  106. "syntaxerror",
  107. "rangeerror"
  108. ],
  109. "license": "MIT",
  110. "main": "index.js",
  111. "name": "es-errors",
  112. "publishConfig": {
  113. "ignore": [
  114. ".github/workflows"
  115. ]
  116. },
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/ljharb/es-errors.git"
  120. },
  121. "scripts": {
  122. "lint": "eslint --ext=js,mjs .",
  123. "postlint": "tsc -p . && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
  124. "posttest": "aud --production",
  125. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  126. "prelint": "evalmd README.md",
  127. "prepack": "npmignore --auto --commentLines=autogenerated",
  128. "prepublish": "not-in-publish || npm run prepublishOnly",
  129. "prepublishOnly": "safe-publish-latest",
  130. "pretest": "npm run lint",
  131. "test": "npm run tests-only",
  132. "tests-only": "nyc tape 'test/**/*.js'",
  133. "version": "auto-changelog && git add CHANGELOG.md"
  134. },
  135. "sideEffects": false,
  136. "version": "1.3.0"
  137. }