租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

113 lines
3.2 KiB

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