package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "minimist@^1.1.3",
  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.1.3",
  12. "name": "minimist",
  13. "escapedName": "minimist",
  14. "rawSpec": "^1.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.3"
  17. },
  18. "_requiredBy": [
  19. "/meow",
  20. "/mkdirp"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  23. "_shasum": "c1a464e7693302e082a075cee0c057741ac4772c",
  24. "_spec": "minimist@^1.1.3",
  25. "_where": "D:\\公司项目\\wms\\node_modules\\meow",
  26. "author": {
  27. "name": "James Halliday",
  28. "email": "mail@substack.net",
  29. "url": "http://substack.net"
  30. },
  31. "auto-changelog": {
  32. "output": "CHANGELOG.md",
  33. "template": "keepachangelog",
  34. "unreleased": false,
  35. "commitLimit": false,
  36. "backfillLimit": false,
  37. "hideCredit": true
  38. },
  39. "bugs": {
  40. "url": "https://github.com/minimistjs/minimist/issues"
  41. },
  42. "bundleDependencies": false,
  43. "deprecated": false,
  44. "description": "parse argument options",
  45. "devDependencies": {
  46. "@ljharb/eslint-config": "^21.0.1",
  47. "aud": "^2.0.2",
  48. "auto-changelog": "^2.4.0",
  49. "eslint": "=8.8.0",
  50. "in-publish": "^2.0.1",
  51. "npmignore": "^0.3.0",
  52. "nyc": "^10.3.2",
  53. "safe-publish-latest": "^2.0.0",
  54. "tape": "^5.6.3"
  55. },
  56. "funding": {
  57. "url": "https://github.com/sponsors/ljharb"
  58. },
  59. "homepage": "https://github.com/minimistjs/minimist",
  60. "keywords": [
  61. "argv",
  62. "getopt",
  63. "parser",
  64. "optimist"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "minimist",
  69. "publishConfig": {
  70. "ignore": [
  71. ".github/workflows"
  72. ]
  73. },
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/minimistjs/minimist.git"
  77. },
  78. "scripts": {
  79. "lint": "eslint --ext=js,mjs .",
  80. "posttest": "aud --production",
  81. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  82. "prepack": "npmignore --auto --commentLines=auto",
  83. "prepublish": "not-in-publish || npm run prepublishOnly",
  84. "prepublishOnly": "safe-publish-latest",
  85. "pretest": "npm run lint",
  86. "test": "npm run tests-only",
  87. "tests-only": "nyc tape 'test/**/*.js'",
  88. "version": "auto-changelog && git add CHANGELOG.md"
  89. },
  90. "testling": {
  91. "files": "test/*.js",
  92. "browsers": [
  93. "ie/6..latest",
  94. "ff/5",
  95. "firefox/latest",
  96. "chrome/10",
  97. "chrome/latest",
  98. "safari/5.1",
  99. "safari/latest",
  100. "opera/12"
  101. ]
  102. },
  103. "version": "1.2.8"
  104. }