package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "yargs-parser@11.1.1",
  3. "_id": "yargs-parser@11.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-h5oIZZc7yp9rq1y987HGfsfTvPQ=",
  6. "_location": "/yargs-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "yargs-parser@11.1.1",
  12. "name": "yargs-parser",
  13. "escapedName": "yargs-parser",
  14. "rawSpec": "11.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "11.1.1"
  17. },
  18. "_requiredBy": [
  19. "/mocha",
  20. "/yargs"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/yargs-parser/download/yargs-parser-11.1.1.tgz",
  23. "_shasum": "879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4",
  24. "_spec": "yargs-parser@11.1.1",
  25. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\mocha",
  26. "author": {
  27. "name": "Ben Coe",
  28. "email": "ben@npmjs.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/yargs/yargs-parser/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "camelcase": "^5.0.0",
  36. "decamelize": "^1.2.0"
  37. },
  38. "deprecated": false,
  39. "description": "the mighty option parser used by yargs",
  40. "devDependencies": {
  41. "chai": "^4.2.0",
  42. "coveralls": "^3.0.2",
  43. "mocha": "^5.2.0",
  44. "nyc": "^13.0.1",
  45. "standard": "^12.0.1",
  46. "standard-version": "^4.4.0"
  47. },
  48. "engine": {
  49. "node": ">=6"
  50. },
  51. "files": [
  52. "lib",
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/yargs/yargs-parser#readme",
  56. "keywords": [
  57. "argument",
  58. "parser",
  59. "yargs",
  60. "command",
  61. "cli",
  62. "parsing",
  63. "option",
  64. "args",
  65. "argument"
  66. ],
  67. "license": "ISC",
  68. "main": "index.js",
  69. "name": "yargs-parser",
  70. "repository": {
  71. "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
  72. },
  73. "scripts": {
  74. "coverage": "nyc report --reporter=text-lcov | coveralls",
  75. "posttest": "standard",
  76. "release": "standard-version",
  77. "test": "nyc mocha test/*.js"
  78. },
  79. "version": "11.1.1"
  80. }