package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "minimist@1.2.8",
  5. "/Users/mac/projects/mime/mine"
  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. "/@vue/cli-service/json5",
  28. "/mkdirp",
  29. "/vue-style-loader/json5"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
  32. "_spec": "1.2.8",
  33. "_where": "/Users/mac/projects/mime/mine",
  34. "author": {
  35. "name": "James Halliday",
  36. "email": "mail@substack.net",
  37. "url": "http://substack.net"
  38. },
  39. "auto-changelog": {
  40. "output": "CHANGELOG.md",
  41. "template": "keepachangelog",
  42. "unreleased": false,
  43. "commitLimit": false,
  44. "backfillLimit": false,
  45. "hideCredit": true
  46. },
  47. "bugs": {
  48. "url": "https://github.com/minimistjs/minimist/issues"
  49. },
  50. "description": "parse argument options",
  51. "devDependencies": {
  52. "@ljharb/eslint-config": "^21.0.1",
  53. "aud": "^2.0.2",
  54. "auto-changelog": "^2.4.0",
  55. "eslint": "=8.8.0",
  56. "in-publish": "^2.0.1",
  57. "npmignore": "^0.3.0",
  58. "nyc": "^10.3.2",
  59. "safe-publish-latest": "^2.0.0",
  60. "tape": "^5.6.3"
  61. },
  62. "funding": {
  63. "url": "https://github.com/sponsors/ljharb"
  64. },
  65. "homepage": "https://github.com/minimistjs/minimist",
  66. "keywords": [
  67. "argv",
  68. "getopt",
  69. "parser",
  70. "optimist"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "minimist",
  75. "publishConfig": {
  76. "ignore": [
  77. ".github/workflows"
  78. ]
  79. },
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/minimistjs/minimist.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint --ext=js,mjs .",
  86. "posttest": "aud --production",
  87. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  88. "prepack": "npmignore --auto --commentLines=auto",
  89. "prepublish": "not-in-publish || npm run prepublishOnly",
  90. "prepublishOnly": "safe-publish-latest",
  91. "pretest": "npm run lint",
  92. "test": "npm run tests-only",
  93. "tests-only": "nyc tape 'test/**/*.js'",
  94. "version": "auto-changelog && git add CHANGELOG.md"
  95. },
  96. "testling": {
  97. "files": "test/*.js",
  98. "browsers": [
  99. "ie/6..latest",
  100. "ff/5",
  101. "firefox/latest",
  102. "chrome/10",
  103. "chrome/latest",
  104. "safari/5.1",
  105. "safari/latest",
  106. "opera/12"
  107. ]
  108. },
  109. "version": "1.2.8"
  110. }