package.json 3.4 KB

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