package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "yargs-parser@18.1.3",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "yargs-parser@18.1.3",
  10. "_id": "yargs-parser@18.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
  13. "_location": "/yargs-parser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "yargs-parser@18.1.3",
  19. "name": "yargs-parser",
  20. "escapedName": "yargs-parser",
  21. "rawSpec": "18.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "18.1.3"
  24. },
  25. "_requiredBy": [
  26. "/meow"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
  29. "_spec": "18.1.3",
  30. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  31. "author": {
  32. "name": "Ben Coe",
  33. "email": "ben@npmjs.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/yargs/yargs-parser/issues"
  37. },
  38. "dependencies": {
  39. "camelcase": "^5.0.0",
  40. "decamelize": "^1.2.0"
  41. },
  42. "description": "the mighty option parser used by yargs",
  43. "devDependencies": {
  44. "c8": "^7.0.1",
  45. "chai": "^4.2.0",
  46. "mocha": "^7.0.0",
  47. "standard": "^14.3.1"
  48. },
  49. "engines": {
  50. "node": ">=6"
  51. },
  52. "files": [
  53. "lib",
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/yargs/yargs-parser#readme",
  57. "keywords": [
  58. "argument",
  59. "parser",
  60. "yargs",
  61. "command",
  62. "cli",
  63. "parsing",
  64. "option",
  65. "args",
  66. "argument"
  67. ],
  68. "license": "ISC",
  69. "main": "index.js",
  70. "name": "yargs-parser",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/yargs/yargs-parser.git"
  74. },
  75. "scripts": {
  76. "coverage": "c8 report --check-coverage check-coverage --lines=100 --branches=97 --statements=100",
  77. "fix": "standard --fix",
  78. "posttest": "standard",
  79. "test": "c8 --reporter=text --reporter=html mocha test/*.js"
  80. },
  81. "version": "18.1.3"
  82. }