package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "optionator@0.8.3",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "optionator@0.8.3",
  10. "_id": "optionator@0.8.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-hPodA2/p08fiHZmIS2ARZ+yPtJU=",
  13. "_location": "/optionator",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "optionator@0.8.3",
  19. "name": "optionator",
  20. "escapedName": "optionator",
  21. "rawSpec": "0.8.3",
  22. "saveSpec": null,
  23. "fetchSpec": "0.8.3"
  24. },
  25. "_requiredBy": [
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.nlark.com/optionator/download/optionator-0.8.3.tgz",
  29. "_spec": "0.8.3",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  31. "author": {
  32. "name": "George Zahariev",
  33. "email": "z@georgezahariev.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/gkz/optionator/issues"
  37. },
  38. "dependencies": {
  39. "deep-is": "~0.1.3",
  40. "fast-levenshtein": "~2.0.6",
  41. "levn": "~0.3.0",
  42. "prelude-ls": "~1.1.2",
  43. "type-check": "~0.3.2",
  44. "word-wrap": "~1.2.3"
  45. },
  46. "description": "option parsing and help generation",
  47. "devDependencies": {
  48. "istanbul": "~0.4.5",
  49. "livescript": "~1.6.0",
  50. "mocha": "~6.2.2"
  51. },
  52. "engines": {
  53. "node": ">= 0.8.0"
  54. },
  55. "files": [
  56. "lib",
  57. "README.md",
  58. "LICENSE"
  59. ],
  60. "homepage": "https://github.com/gkz/optionator",
  61. "keywords": [
  62. "options",
  63. "flags",
  64. "option parsing",
  65. "cli"
  66. ],
  67. "license": "MIT",
  68. "main": "./lib/",
  69. "name": "optionator",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/gkz/optionator.git"
  73. },
  74. "scripts": {
  75. "test": "make test"
  76. },
  77. "version": "0.8.3"
  78. }