package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "minimist@^1.2.0",
  3. "_id": "minimist@1.2.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  6. "_location": "/minimist",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "minimist@^1.2.0",
  12. "name": "minimist",
  13. "escapedName": "minimist",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/json5"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
  22. "_shasum": "c1a464e7693302e082a075cee0c057741ac4772c",
  23. "_spec": "minimist@^1.2.0",
  24. "_where": "E:\\Project\\2023\\问诊平台\\his_user_app\\node_modules\\json5",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  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/minimistjs/minimist/issues"
  40. },
  41. "bundleDependencies": false,
  42. "deprecated": false,
  43. "description": "parse argument options",
  44. "devDependencies": {
  45. "@ljharb/eslint-config": "^21.0.1",
  46. "aud": "^2.0.2",
  47. "auto-changelog": "^2.4.0",
  48. "eslint": "=8.8.0",
  49. "in-publish": "^2.0.1",
  50. "npmignore": "^0.3.0",
  51. "nyc": "^10.3.2",
  52. "safe-publish-latest": "^2.0.0",
  53. "tape": "^5.6.3"
  54. },
  55. "funding": {
  56. "url": "https://github.com/sponsors/ljharb"
  57. },
  58. "homepage": "https://github.com/minimistjs/minimist",
  59. "keywords": [
  60. "argv",
  61. "getopt",
  62. "parser",
  63. "optimist"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "minimist",
  68. "publishConfig": {
  69. "ignore": [
  70. ".github/workflows"
  71. ]
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/minimistjs/minimist.git"
  76. },
  77. "scripts": {
  78. "lint": "eslint --ext=js,mjs .",
  79. "posttest": "aud --production",
  80. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  81. "prepack": "npmignore --auto --commentLines=auto",
  82. "prepublish": "not-in-publish || npm run prepublishOnly",
  83. "prepublishOnly": "safe-publish-latest",
  84. "pretest": "npm run lint",
  85. "test": "npm run tests-only",
  86. "tests-only": "nyc tape 'test/**/*.js'",
  87. "version": "auto-changelog && git add CHANGELOG.md"
  88. },
  89. "testling": {
  90. "files": "test/*.js",
  91. "browsers": [
  92. "ie/6..latest",
  93. "ff/5",
  94. "firefox/latest",
  95. "chrome/10",
  96. "chrome/latest",
  97. "safari/5.1",
  98. "safari/latest",
  99. "opera/12"
  100. ]
  101. },
  102. "version": "1.2.8"
  103. }