package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "yargs-parser@^18.1.2",
  3. "_id": "yargs-parser@18.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
  6. "_location": "/yargs-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "yargs-parser@^18.1.2",
  12. "name": "yargs-parser",
  13. "escapedName": "yargs-parser",
  14. "rawSpec": "^18.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^18.1.2"
  17. },
  18. "_requiredBy": [
  19. "/yargs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
  22. "_shasum": "be68c4975c6b2abf469236b0c870362fab09a7b0",
  23. "_spec": "yargs-parser@^18.1.2",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\yargs",
  25. "author": {
  26. "name": "Ben Coe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/yargs/yargs-parser/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "camelcase": "^5.0.0",
  35. "decamelize": "^1.2.0"
  36. },
  37. "deprecated": false,
  38. "description": "the mighty option parser used by yargs",
  39. "devDependencies": {
  40. "c8": "^7.0.1",
  41. "chai": "^4.2.0",
  42. "mocha": "^7.0.0",
  43. "standard": "^14.3.1"
  44. },
  45. "engines": {
  46. "node": ">=6"
  47. },
  48. "files": [
  49. "lib",
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/yargs/yargs-parser#readme",
  53. "keywords": [
  54. "argument",
  55. "parser",
  56. "yargs",
  57. "command",
  58. "cli",
  59. "parsing",
  60. "option",
  61. "args",
  62. "argument"
  63. ],
  64. "license": "ISC",
  65. "main": "index.js",
  66. "name": "yargs-parser",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/yargs/yargs-parser.git"
  70. },
  71. "scripts": {
  72. "coverage": "c8 report --check-coverage check-coverage --lines=100 --branches=97 --statements=100",
  73. "fix": "standard --fix",
  74. "posttest": "standard",
  75. "test": "c8 --reporter=text --reporter=html mocha test/*.js"
  76. },
  77. "version": "18.1.3"
  78. }