package.json 2.4 KB

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