package.json 3.1 KB

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