package.json 2.8 KB

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