package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "yargs-parser@^5.0.1",
  3. "_id": "yargs-parser@5.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wpav5XYiddjXxirPoCTUPbqM0PXvJ9hiBMvuJgInvo4/lAOTZzUprArw17q2O1P2+GHhbBr18/iQwjL5Z9BqfA==",
  6. "_location": "/yargs-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "yargs-parser@^5.0.1",
  12. "name": "yargs-parser",
  13. "escapedName": "yargs-parser",
  14. "rawSpec": "^5.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.1"
  17. },
  18. "_requiredBy": [
  19. "/yargs"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-5.0.1.tgz",
  22. "_shasum": "7ede329c1d8cdbbe209bd25cdb990e9b1ebbb394",
  23. "_spec": "yargs-parser@^5.0.1",
  24. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/yargs",
  25. "author": {
  26. "name": "Ben Coe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/yargs/yargs-parser/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "camelcase": "^3.0.0",
  35. "object.assign": "^4.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "the mighty option parser used by yargs",
  39. "devDependencies": {
  40. "chai": "^3.5.0",
  41. "coveralls": "^2.11.12",
  42. "mocha": "^3.0.1",
  43. "nyc": "^10.0.0",
  44. "standard": "^8.0.0",
  45. "standard-version": "^4.0.0"
  46. },
  47. "files": [
  48. "lib",
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/yargs/yargs-parser#readme",
  52. "keywords": [
  53. "argument",
  54. "parser",
  55. "yargs",
  56. "command",
  57. "cli",
  58. "parsing",
  59. "option",
  60. "args",
  61. "argument"
  62. ],
  63. "license": "ISC",
  64. "main": "index.js",
  65. "name": "yargs-parser",
  66. "repository": {
  67. "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
  68. },
  69. "scripts": {
  70. "coverage": "nyc report --reporter=text-lcov | coveralls",
  71. "pretest": "standard",
  72. "release": "standard-version",
  73. "test": "nyc mocha test/*.js"
  74. },
  75. "version": "5.0.1"
  76. }