package.json 1.8 KB

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