package.json 3.2 KB

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