package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "es-errors@1.3.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "es-errors@1.3.0",
  9. "_id": "es-errors@1.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  12. "_location": "/es-errors",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "es-errors@1.3.0",
  18. "name": "es-errors",
  19. "escapedName": "es-errors",
  20. "rawSpec": "1.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.0"
  23. },
  24. "_requiredBy": [
  25. "/call-bind",
  26. "/define-data-property",
  27. "/get-intrinsic",
  28. "/set-function-length",
  29. "/side-channel"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  32. "_spec": "1.3.0",
  33. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  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. "description": "A simple cache for a few of the JS Error constructors.",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^21.1.0",
  52. "@types/tape": "^5.6.4",
  53. "aud": "^2.0.4",
  54. "auto-changelog": "^2.4.0",
  55. "eclint": "^2.8.1",
  56. "eslint": "^8.8.0",
  57. "evalmd": "^0.0.19",
  58. "in-publish": "^2.0.1",
  59. "npmignore": "^0.3.1",
  60. "nyc": "^10.3.2",
  61. "safe-publish-latest": "^2.0.0",
  62. "tape": "^5.7.4",
  63. "typescript": "next"
  64. },
  65. "engines": {
  66. "node": ">= 0.4"
  67. },
  68. "exports": {
  69. ".": "./index.js",
  70. "./eval": "./eval.js",
  71. "./range": "./range.js",
  72. "./ref": "./ref.js",
  73. "./syntax": "./syntax.js",
  74. "./type": "./type.js",
  75. "./uri": "./uri.js",
  76. "./package.json": "./package.json"
  77. },
  78. "homepage": "https://github.com/ljharb/es-errors#readme",
  79. "keywords": [
  80. "javascript",
  81. "ecmascript",
  82. "error",
  83. "typeerror",
  84. "syntaxerror",
  85. "rangeerror"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "name": "es-errors",
  90. "publishConfig": {
  91. "ignore": [
  92. ".github/workflows"
  93. ]
  94. },
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/ljharb/es-errors.git"
  98. },
  99. "scripts": {
  100. "lint": "eslint --ext=js,mjs .",
  101. "postlint": "tsc -p . && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
  102. "posttest": "aud --production",
  103. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  104. "prelint": "evalmd README.md",
  105. "prepack": "npmignore --auto --commentLines=autogenerated",
  106. "prepublish": "not-in-publish || npm run prepublishOnly",
  107. "prepublishOnly": "safe-publish-latest",
  108. "pretest": "npm run lint",
  109. "test": "npm run tests-only",
  110. "tests-only": "nyc tape 'test/**/*.js'",
  111. "version": "auto-changelog && git add CHANGELOG.md"
  112. },
  113. "sideEffects": false,
  114. "version": "1.3.0"
  115. }