package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "meow@3.7.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "meow@3.7.0",
  9. "_id": "meow@3.7.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-TNdwZs0skRlpPpCUK25StC4VH+tP5GgeY1HQOOGP+lQ2xtdkN2VtT/5tiX9k3IWpkBPV9b3LsAWXn4GGi/PrSA==",
  12. "_location": "/meow",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "meow@3.7.0",
  18. "name": "meow",
  19. "escapedName": "meow",
  20. "rawSpec": "3.7.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.7.0"
  23. },
  24. "_requiredBy": [
  25. "/node-sass"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/meow/-/meow-3.7.0.tgz",
  28. "_spec": "3.7.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/meow/issues"
  37. },
  38. "dependencies": {
  39. "camelcase-keys": "^2.0.0",
  40. "decamelize": "^1.1.2",
  41. "loud-rejection": "^1.0.0",
  42. "map-obj": "^1.0.1",
  43. "minimist": "^1.1.3",
  44. "normalize-package-data": "^2.3.4",
  45. "object-assign": "^4.0.1",
  46. "read-pkg-up": "^1.0.1",
  47. "redent": "^1.0.0",
  48. "trim-newlines": "^1.0.0"
  49. },
  50. "description": "CLI app helper",
  51. "devDependencies": {
  52. "ava": "*",
  53. "execa": "^0.1.1",
  54. "indent-string": "^2.1.0",
  55. "xo": "*"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/sindresorhus/meow#readme",
  64. "keywords": [
  65. "cli",
  66. "bin",
  67. "util",
  68. "utility",
  69. "helper",
  70. "argv",
  71. "command",
  72. "line",
  73. "meow",
  74. "cat",
  75. "kitten",
  76. "parser",
  77. "option",
  78. "flags",
  79. "input",
  80. "cmd",
  81. "console"
  82. ],
  83. "license": "MIT",
  84. "name": "meow",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/sindresorhus/meow.git"
  88. },
  89. "scripts": {
  90. "test": "xo && ava"
  91. },
  92. "version": "3.7.0"
  93. }