package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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.reduce",
  20. "/arraybuffer.prototype.slice",
  21. "/call-bind",
  22. "/data-view-buffer",
  23. "/data-view-byte-length",
  24. "/data-view-byte-offset",
  25. "/define-data-property",
  26. "/es-abstract",
  27. "/es-object-atoms",
  28. "/get-intrinsic",
  29. "/get-symbol-description",
  30. "/internal-slot",
  31. "/regexp.prototype.flags",
  32. "/safe-regex-test",
  33. "/set-function-length",
  34. "/set-function-name",
  35. "/side-channel",
  36. "/typed-array-buffer",
  37. "/typedarray.prototype.slice"
  38. ],
  39. "_resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  40. "_shasum": "05f75a25dab98e4fb1dcd5e1472c0546d5057c8f",
  41. "_spec": "es-errors@^1.3.0",
  42. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\define-data-property",
  43. "author": {
  44. "name": "Jordan Harband",
  45. "email": "ljharb@gmail.com"
  46. },
  47. "auto-changelog": {
  48. "output": "CHANGELOG.md",
  49. "template": "keepachangelog",
  50. "unreleased": false,
  51. "commitLimit": false,
  52. "backfillLimit": false,
  53. "hideCredit": true
  54. },
  55. "bugs": {
  56. "url": "https://github.com/ljharb/es-errors/issues"
  57. },
  58. "bundleDependencies": false,
  59. "deprecated": false,
  60. "description": "A simple cache for a few of the JS Error constructors.",
  61. "devDependencies": {
  62. "@ljharb/eslint-config": "^21.1.0",
  63. "@types/tape": "^5.6.4",
  64. "aud": "^2.0.4",
  65. "auto-changelog": "^2.4.0",
  66. "eclint": "^2.8.1",
  67. "eslint": "^8.8.0",
  68. "evalmd": "^0.0.19",
  69. "in-publish": "^2.0.1",
  70. "npmignore": "^0.3.1",
  71. "nyc": "^10.3.2",
  72. "safe-publish-latest": "^2.0.0",
  73. "tape": "^5.7.4",
  74. "typescript": "next"
  75. },
  76. "engines": {
  77. "node": ">= 0.4"
  78. },
  79. "exports": {
  80. ".": "./index.js",
  81. "./eval": "./eval.js",
  82. "./range": "./range.js",
  83. "./ref": "./ref.js",
  84. "./syntax": "./syntax.js",
  85. "./type": "./type.js",
  86. "./uri": "./uri.js",
  87. "./package.json": "./package.json"
  88. },
  89. "homepage": "https://github.com/ljharb/es-errors#readme",
  90. "keywords": [
  91. "javascript",
  92. "ecmascript",
  93. "error",
  94. "typeerror",
  95. "syntaxerror",
  96. "rangeerror"
  97. ],
  98. "license": "MIT",
  99. "main": "index.js",
  100. "name": "es-errors",
  101. "publishConfig": {
  102. "ignore": [
  103. ".github/workflows"
  104. ]
  105. },
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/ljharb/es-errors.git"
  109. },
  110. "scripts": {
  111. "lint": "eslint --ext=js,mjs .",
  112. "postlint": "tsc -p . && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
  113. "posttest": "aud --production",
  114. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  115. "prelint": "evalmd README.md",
  116. "prepack": "npmignore --auto --commentLines=autogenerated",
  117. "prepublish": "not-in-publish || npm run prepublishOnly",
  118. "prepublishOnly": "safe-publish-latest",
  119. "pretest": "npm run lint",
  120. "test": "npm run tests-only",
  121. "tests-only": "nyc tape 'test/**/*.js'",
  122. "version": "auto-changelog && git add CHANGELOG.md"
  123. },
  124. "sideEffects": false,
  125. "version": "1.3.0"
  126. }