package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "yargs-parser@^5.0.0",
  6. "scope": null,
  7. "escapedName": "yargs-parser",
  8. "name": "yargs-parser",
  9. "rawSpec": "^5.0.0",
  10. "spec": ">=5.0.0 <6.0.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/sass-graph/node_modules/yargs"
  14. ]
  15. ],
  16. "_from": "yargs-parser@>=5.0.0 <6.0.0",
  17. "_id": "yargs-parser@5.0.0",
  18. "_inCache": true,
  19. "_location": "/yargs-parser",
  20. "_nodeVersion": "0.10.48",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/yargs-parser-5.0.0.tgz_1487447930908_0.674228576477617"
  24. },
  25. "_npmUser": {
  26. "name": "bcoe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "_npmVersion": "2.15.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "yargs-parser@^5.0.0",
  33. "scope": null,
  34. "escapedName": "yargs-parser",
  35. "name": "yargs-parser",
  36. "rawSpec": "^5.0.0",
  37. "spec": ">=5.0.0 <6.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/sass-graph/yargs"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz",
  44. "_shasum": "275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a",
  45. "_shrinkwrap": null,
  46. "_spec": "yargs-parser@^5.0.0",
  47. "_where": "/home/conte/data/reveal.js/node_modules/sass-graph/node_modules/yargs",
  48. "author": {
  49. "name": "Ben Coe",
  50. "email": "ben@npmjs.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/yargs/yargs-parser/issues"
  54. },
  55. "dependencies": {
  56. "camelcase": "^3.0.0"
  57. },
  58. "description": "the mighty option parser used by yargs",
  59. "devDependencies": {
  60. "chai": "^3.5.0",
  61. "coveralls": "^2.11.12",
  62. "mocha": "^3.0.1",
  63. "nyc": "^10.0.0",
  64. "standard": "^8.0.0",
  65. "standard-version": "^4.0.0"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a",
  70. "tarball": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz"
  71. },
  72. "files": [
  73. "lib",
  74. "index.js"
  75. ],
  76. "gitHead": "2c95ba9e5ad3b8bb6248bf41f013d9bd3700d56f",
  77. "homepage": "https://github.com/yargs/yargs-parser#readme",
  78. "keywords": [
  79. "argument",
  80. "parser",
  81. "yargs",
  82. "command",
  83. "cli",
  84. "parsing",
  85. "option",
  86. "args",
  87. "argument"
  88. ],
  89. "license": "ISC",
  90. "main": "index.js",
  91. "maintainers": [
  92. {
  93. "name": "bcoe",
  94. "email": "ben@npmjs.com"
  95. },
  96. {
  97. "name": "nexdrew",
  98. "email": "andrew@npmjs.com"
  99. }
  100. ],
  101. "name": "yargs-parser",
  102. "optionalDependencies": {},
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
  106. },
  107. "scripts": {
  108. "coverage": "nyc report --reporter=text-lcov | coveralls",
  109. "pretest": "standard",
  110. "release": "standard-version",
  111. "test": "nyc mocha test/*.js"
  112. },
  113. "version": "5.0.0"
  114. }