package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "yargs-parser@5.0.0",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "yargs-parser@5.0.0",
  10. "_id": "yargs-parser@5.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=",
  13. "_location": "/yargs-parser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "yargs-parser@5.0.0",
  19. "name": "yargs-parser",
  20. "escapedName": "yargs-parser",
  21. "rawSpec": "5.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.0.0"
  24. },
  25. "_requiredBy": [
  26. "/yargs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz",
  29. "_spec": "5.0.0",
  30. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  31. "author": {
  32. "name": "Ben Coe",
  33. "email": "ben@npmjs.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/yargs/yargs-parser/issues"
  37. },
  38. "dependencies": {
  39. "camelcase": "^3.0.0"
  40. },
  41. "description": "the mighty option parser used by yargs",
  42. "devDependencies": {
  43. "chai": "^3.5.0",
  44. "coveralls": "^2.11.12",
  45. "mocha": "^3.0.1",
  46. "nyc": "^10.0.0",
  47. "standard": "^8.0.0",
  48. "standard-version": "^4.0.0"
  49. },
  50. "files": [
  51. "lib",
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/yargs/yargs-parser#readme",
  55. "keywords": [
  56. "argument",
  57. "parser",
  58. "yargs",
  59. "command",
  60. "cli",
  61. "parsing",
  62. "option",
  63. "args",
  64. "argument"
  65. ],
  66. "license": "ISC",
  67. "main": "index.js",
  68. "name": "yargs-parser",
  69. "repository": {
  70. "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
  71. },
  72. "scripts": {
  73. "coverage": "nyc report --reporter=text-lcov | coveralls",
  74. "pretest": "standard",
  75. "release": "standard-version",
  76. "test": "nyc mocha test/*.js"
  77. },
  78. "version": "5.0.0"
  79. }