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.

109 lines
2.8 KiB

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