package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "yargs-parser@13.1.1",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "yargs-parser@13.1.1",
  10. "_id": "yargs-parser@13.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-0mBYUyqgbTZf4JH2ofwGsvfl7KA=",
  13. "_location": "/yargs-parser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "yargs-parser@13.1.1",
  19. "name": "yargs-parser",
  20. "escapedName": "yargs-parser",
  21. "rawSpec": "13.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "13.1.1"
  24. },
  25. "_requiredBy": [
  26. "/yargs"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-13.1.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs-parser%2Fdownload%2Fyargs-parser-13.1.1.tgz",
  29. "_spec": "13.1.1",
  30. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  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. "chai": "^4.2.0",
  45. "coveralls": "^3.0.2",
  46. "mocha": "^5.2.0",
  47. "nyc": "^14.1.0",
  48. "standard": "^12.0.1",
  49. "standard-version": "^6.0.0"
  50. },
  51. "engine": {
  52. "node": ">=6"
  53. },
  54. "files": [
  55. "lib",
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/yargs/yargs-parser#readme",
  59. "keywords": [
  60. "argument",
  61. "parser",
  62. "yargs",
  63. "command",
  64. "cli",
  65. "parsing",
  66. "option",
  67. "args",
  68. "argument"
  69. ],
  70. "license": "ISC",
  71. "main": "index.js",
  72. "name": "yargs-parser",
  73. "repository": {
  74. "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
  75. },
  76. "scripts": {
  77. "coverage": "nyc report --reporter=text-lcov | coveralls",
  78. "posttest": "standard",
  79. "release": "standard-version",
  80. "test": "nyc mocha test/*.js"
  81. },
  82. "version": "13.1.1"
  83. }