package.json 1.9 KB

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