package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "yargs-parser@^10.0.0",
  3. "_id": "yargs-parser@10.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+DHejWujTVYeMHLff8U96rLc4uE4Emncoftvn5AjhB1Jw1pWxLzgBUT/WYbPrHmy6YPEBTZQx5myHhVcuuu64g==",
  6. "_location": "/yargs-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "yargs-parser@^10.0.0",
  12. "name": "yargs-parser",
  13. "escapedName": "yargs-parser",
  14. "rawSpec": "^10.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^10.0.0"
  17. },
  18. "_requiredBy": [
  19. "/electron-packager"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.0.0.tgz",
  22. "_shasum": "c737c93de2567657750cb1f2c00be639fd19c994",
  23. "_spec": "yargs-parser@^10.0.0",
  24. "_where": "E:\\vscode\\UseStudio.Desktop\\node_modules\\electron-packager",
  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": "^4.1.0"
  35. },
  36. "deprecated": false,
  37. "description": "the mighty option parser used by yargs",
  38. "devDependencies": {
  39. "chai": "^3.5.0",
  40. "coveralls": "^2.11.12",
  41. "mocha": "^3.0.1",
  42. "nyc": "^11.4.1",
  43. "standard": "^10.0.2",
  44. "standard-version": "^4.3.0"
  45. },
  46. "files": [
  47. "lib",
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/yargs/yargs-parser#readme",
  51. "keywords": [
  52. "argument",
  53. "parser",
  54. "yargs",
  55. "command",
  56. "cli",
  57. "parsing",
  58. "option",
  59. "args",
  60. "argument"
  61. ],
  62. "license": "ISC",
  63. "main": "index.js",
  64. "name": "yargs-parser",
  65. "repository": {
  66. "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
  67. },
  68. "scripts": {
  69. "coverage": "nyc report --reporter=text-lcov | coveralls",
  70. "posttest": "standard",
  71. "release": "standard-version",
  72. "test": "nyc mocha test/*.js"
  73. },
  74. "version": "10.0.0"
  75. }