package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "gaze@1.1.3",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "gaze@1.1.3",
  9. "_id": "gaze@1.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==",
  12. "_location": "/gaze",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "gaze@1.1.3",
  18. "name": "gaze",
  19. "escapedName": "gaze",
  20. "rawSpec": "1.1.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.3"
  23. },
  24. "_requiredBy": [
  25. "/node-sass"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/gaze/-/gaze-1.1.3.tgz",
  28. "_spec": "1.1.3",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Kyle Robinson Young",
  32. "email": "kyle@dontkry.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/shama/gaze/issues"
  36. },
  37. "dependencies": {
  38. "globule": "^1.0.0"
  39. },
  40. "description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.",
  41. "devDependencies": {
  42. "async": "^2.6.1",
  43. "grunt": "^1.0.1",
  44. "grunt-benchmark": "^1.0.0",
  45. "grunt-cli": "^1.2.0",
  46. "grunt-contrib-jshint": "^1.1.0",
  47. "grunt-contrib-nodeunit": "^2.0.0",
  48. "rimraf": "^2.5.2",
  49. "semistandard": "^12.0.1"
  50. },
  51. "engines": {
  52. "node": ">= 4.0.0"
  53. },
  54. "files": [
  55. "lib",
  56. "LICENSE-MIT"
  57. ],
  58. "homepage": "https://github.com/shama/gaze",
  59. "keywords": [
  60. "watch",
  61. "glob"
  62. ],
  63. "license": "MIT",
  64. "main": "lib/gaze",
  65. "name": "gaze",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/shama/gaze.git"
  69. },
  70. "scripts": {
  71. "test": "semistandard && grunt nodeunit -v"
  72. },
  73. "semistandard": {
  74. "ignore": [
  75. "benchmarks",
  76. "experiments",
  77. "build",
  78. "test"
  79. ]
  80. },
  81. "version": "1.1.3"
  82. }