package.json 3.0 KB

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