package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "yargs@8.0.2",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "yargs@8.0.2",
  10. "_id": "yargs@8.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-YpmpBVsc78lp/355wdkY3Osiw2A=",
  13. "_location": "/yargs",
  14. "_phantomChildren": {
  15. "code-point-at": "1.1.0",
  16. "number-is-nan": "1.0.1",
  17. "strip-ansi": "3.0.1",
  18. "wrap-ansi": "2.1.0"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "yargs@8.0.2",
  24. "name": "yargs",
  25. "escapedName": "yargs",
  26. "rawSpec": "8.0.2",
  27. "saveSpec": null,
  28. "fetchSpec": "8.0.2"
  29. },
  30. "_requiredBy": [
  31. "/webpack"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/yargs/-/yargs-8.0.2.tgz",
  34. "_spec": "8.0.2",
  35. "_where": "E:\\amr1.0\\AMR",
  36. "bugs": {
  37. "url": "https://github.com/yargs/yargs/issues"
  38. },
  39. "dependencies": {
  40. "camelcase": "^4.1.0",
  41. "cliui": "^3.2.0",
  42. "decamelize": "^1.1.1",
  43. "get-caller-file": "^1.0.1",
  44. "os-locale": "^2.0.0",
  45. "read-pkg-up": "^2.0.0",
  46. "require-directory": "^2.1.1",
  47. "require-main-filename": "^1.0.1",
  48. "set-blocking": "^2.0.0",
  49. "string-width": "^2.0.0",
  50. "which-module": "^2.0.0",
  51. "y18n": "^3.2.1",
  52. "yargs-parser": "^7.0.0"
  53. },
  54. "description": "yargs the modern, pirate-themed, successor to optimist.",
  55. "devDependencies": {
  56. "chai": "^3.4.1",
  57. "chalk": "^1.1.3",
  58. "coveralls": "^2.11.11",
  59. "cpr": "^2.0.0",
  60. "cross-spawn": "^5.0.1",
  61. "es6-promise": "^4.0.2",
  62. "hashish": "0.0.4",
  63. "mocha": "^3.0.1",
  64. "nyc": "^10.3.0",
  65. "rimraf": "^2.5.0",
  66. "standard": "^8.6.0",
  67. "standard-version": "^4.2.0",
  68. "which": "^1.2.9",
  69. "yargs-test-extends": "^1.0.1"
  70. },
  71. "engine": {
  72. "node": ">=0.10"
  73. },
  74. "files": [
  75. "index.js",
  76. "yargs.js",
  77. "lib",
  78. "locales",
  79. "completion.sh.hbs",
  80. "LICENSE"
  81. ],
  82. "homepage": "http://yargs.js.org/",
  83. "keywords": [
  84. "argument",
  85. "args",
  86. "option",
  87. "parser",
  88. "parsing",
  89. "cli",
  90. "command"
  91. ],
  92. "license": "MIT",
  93. "main": "./index.js",
  94. "name": "yargs",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+ssh://git@github.com/yargs/yargs.git"
  98. },
  99. "scripts": {
  100. "coverage": "nyc report --reporter=text-lcov | coveralls",
  101. "pretest": "standard",
  102. "release": "standard-version",
  103. "test": "nyc --cache mocha --require ./test/before.js --timeout=8000 --check-leaks"
  104. },
  105. "standard": {
  106. "ignore": [
  107. "**/example/**"
  108. ]
  109. },
  110. "version": "8.0.2"
  111. }