package.json 3.2 KB

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