package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "yargs@~3.10.0",
  3. "_id": "yargs@3.10.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
  6. "_location": "/yargs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "yargs@~3.10.0",
  12. "name": "yargs",
  13. "escapedName": "yargs",
  14. "rawSpec": "~3.10.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~3.10.0"
  17. },
  18. "_requiredBy": [
  19. "/uglify-js"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
  22. "_shasum": "f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1",
  23. "_spec": "yargs@~3.10.0",
  24. "_where": "C:\\FatboarProject\\express-server\\node_modules\\uglify-js",
  25. "author": {
  26. "name": "Alex Ford",
  27. "email": "Alex.Ford@CodeTunnel.com",
  28. "url": "http://CodeTunnel.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/bcoe/yargs/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Benjamin Coe",
  37. "email": "ben@npmjs.com",
  38. "url": "https://github.com/bcoe"
  39. },
  40. {
  41. "name": "Chris Needham",
  42. "email": "chris@chrisneedham.com",
  43. "url": "http://chrisneedham.com"
  44. },
  45. {
  46. "name": "James Nylen",
  47. "email": "jnylen@gmail.com",
  48. "url": "https://github.com/nylen"
  49. },
  50. {
  51. "name": "Benjamin Horsleben",
  52. "url": "https://github.com/fizker"
  53. },
  54. {
  55. "name": "Lin Clark",
  56. "url": "https://github.com/linclark"
  57. }
  58. ],
  59. "dependencies": {
  60. "camelcase": "^1.0.2",
  61. "cliui": "^2.1.0",
  62. "decamelize": "^1.0.0",
  63. "window-size": "0.1.0"
  64. },
  65. "deprecated": false,
  66. "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
  67. "devDependencies": {
  68. "chai": "^2.2.0",
  69. "coveralls": "^2.11.2",
  70. "hashish": "0.0.4",
  71. "mocha": "^2.2.1",
  72. "nyc": "^2.2.1",
  73. "standard": "^3.11.1"
  74. },
  75. "engine": {
  76. "node": ">=0.4"
  77. },
  78. "files": [
  79. "index.js",
  80. "lib",
  81. "completion.sh.hbs",
  82. "LICENSE"
  83. ],
  84. "homepage": "https://github.com/bcoe/yargs#readme",
  85. "keywords": [
  86. "argument",
  87. "args",
  88. "option",
  89. "parser",
  90. "parsing",
  91. "cli",
  92. "command"
  93. ],
  94. "license": "MIT",
  95. "main": "./index.js",
  96. "name": "yargs",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+ssh://git@github.com/bcoe/yargs.git"
  100. },
  101. "scripts": {
  102. "coverage": "nyc report --reporter=text-lcov | coveralls",
  103. "test": "standard && nyc mocha --check-leaks && nyc report"
  104. },
  105. "standard": {
  106. "ignore": [
  107. "**/example/**"
  108. ],
  109. "globals": [
  110. "it"
  111. ]
  112. },
  113. "version": "3.10.0"
  114. }