package.json 3.3 KB

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