package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "yargs-parser@10.x",
  3. "_id": "yargs-parser@10.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==",
  6. "_location": "/yargs-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "yargs-parser@10.x",
  12. "name": "yargs-parser",
  13. "escapedName": "yargs-parser",
  14. "rawSpec": "10.x",
  15. "saveSpec": null,
  16. "fetchSpec": "10.x"
  17. },
  18. "_requiredBy": [
  19. "/ts-jest"
  20. ],
  21. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/yargs-parser/-/yargs-parser-10.1.0.tgz",
  22. "_shasum": "7202265b89f7e9e9f2e5765e0fe735a905edbaa8",
  23. "_spec": "yargs-parser@10.x",
  24. "_where": "D:\\project\\persagy-web\\persagy-web-graph\\node_modules\\ts-jest",
  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": "^4.1.0"
  35. },
  36. "deprecated": false,
  37. "description": "the mighty option parser used by yargs",
  38. "devDependencies": {
  39. "chai": "^3.5.0",
  40. "coveralls": "^2.11.12",
  41. "mocha": "^3.0.1",
  42. "nyc": "^11.4.1",
  43. "standard": "^10.0.2",
  44. "standard-version": "^4.3.0"
  45. },
  46. "files": [
  47. "lib",
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/yargs/yargs-parser#readme",
  51. "keywords": [
  52. "argument",
  53. "parser",
  54. "yargs",
  55. "command",
  56. "cli",
  57. "parsing",
  58. "option",
  59. "args",
  60. "argument"
  61. ],
  62. "license": "ISC",
  63. "main": "index.js",
  64. "name": "yargs-parser",
  65. "repository": {
  66. "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
  67. },
  68. "scripts": {
  69. "coverage": "nyc report --reporter=text-lcov | coveralls",
  70. "posttest": "standard",
  71. "release": "standard-version",
  72. "test": "nyc mocha test/*.js"
  73. },
  74. "version": "10.1.0"
  75. }