package.json 2.4 KB

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