package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "yargs-parser@9.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "yargs-parser@9.0.2",
  10. "_id": "yargs-parser@9.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-nM9qQ0YP5O1Aqbto9I1DuKaMwHc=",
  13. "_location": "/yargs-parser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "yargs-parser@9.0.2",
  19. "name": "yargs-parser",
  20. "escapedName": "yargs-parser",
  21. "rawSpec": "9.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "9.0.2"
  24. },
  25. "_requiredBy": [
  26. "/yargs"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/yargs-parser/download/yargs-parser-9.0.2.tgz",
  29. "_spec": "9.0.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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": "^4.1.0"
  40. },
  41. "description": "the mighty option parser used by yargs",
  42. "devDependencies": {
  43. "chai": "^3.5.0",
  44. "coveralls": "^2.11.12",
  45. "mocha": "^3.0.1",
  46. "nyc": "^11.4.1",
  47. "standard": "^10.0.2",
  48. "standard-version": "^4.3.0"
  49. },
  50. "files": [
  51. "lib",
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/yargs/yargs-parser#readme",
  55. "keywords": [
  56. "argument",
  57. "parser",
  58. "yargs",
  59. "command",
  60. "cli",
  61. "parsing",
  62. "option",
  63. "args",
  64. "argument"
  65. ],
  66. "license": "ISC",
  67. "main": "index.js",
  68. "name": "yargs-parser",
  69. "repository": {
  70. "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
  71. },
  72. "scripts": {
  73. "coverage": "nyc report --reporter=text-lcov | coveralls",
  74. "posttest": "standard",
  75. "release": "standard-version",
  76. "test": "nyc mocha test/*.js"
  77. },
  78. "version": "9.0.2"
  79. }