package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gaze@^0.5.1",
  6. "scope": null,
  7. "escapedName": "gaze",
  8. "name": "gaze",
  9. "rawSpec": "^0.5.1",
  10. "spec": ">=0.5.1 <0.6.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/glob-watcher"
  14. ]
  15. ],
  16. "_from": "gaze@>=0.5.1 <0.6.0",
  17. "_id": "gaze@0.5.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/gaze",
  21. "_nodeVersion": "4.0.0",
  22. "_npmUser": {
  23. "name": "shama",
  24. "email": "kyle@dontkry.com"
  25. },
  26. "_npmVersion": "3.3.4",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "gaze@^0.5.1",
  30. "scope": null,
  31. "escapedName": "gaze",
  32. "name": "gaze",
  33. "rawSpec": "^0.5.1",
  34. "spec": ">=0.5.1 <0.6.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/glob-watcher"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz",
  41. "_shasum": "40b709537d24d1d45767db5a908689dfe69ac44f",
  42. "_shrinkwrap": null,
  43. "_spec": "gaze@^0.5.1",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/glob-watcher",
  45. "author": {
  46. "name": "Kyle Robinson Young",
  47. "email": "kyle@dontkry.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/shama/gaze/issues"
  51. },
  52. "contributors": [
  53. {
  54. "name": "Kyle Robinson Young",
  55. "url": "http://dontkry.com"
  56. },
  57. {
  58. "name": "Sam Day",
  59. "url": "http://sam.is-super-awesome.com"
  60. },
  61. {
  62. "name": "Roarke Gaskill",
  63. "url": "http://starkinvestments.com"
  64. },
  65. {
  66. "name": "Lance Pollard",
  67. "url": "http://lancepollard.com/"
  68. },
  69. {
  70. "name": "Daniel Fagnan",
  71. "url": "http://hydrocodedesign.com/"
  72. },
  73. {
  74. "name": "Jonas",
  75. "url": "http://jpommerening.github.io/"
  76. },
  77. {
  78. "name": "Chris Chua",
  79. "url": "http://sirh.cc/"
  80. },
  81. {
  82. "name": "Kael Zhang",
  83. "url": "http://kael.me"
  84. },
  85. {
  86. "name": "Krasimir Tsonev",
  87. "url": "http://krasimirtsonev.com/blog"
  88. },
  89. {
  90. "name": "brett-shwom"
  91. }
  92. ],
  93. "dependencies": {
  94. "globule": "~0.1.0"
  95. },
  96. "description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.",
  97. "devDependencies": {
  98. "async": "~0.2.10",
  99. "grunt": "~0.4.1",
  100. "grunt-benchmark": "~0.2.0",
  101. "grunt-cli": "~0.1.13",
  102. "grunt-contrib-jshint": "~0.6.0",
  103. "grunt-contrib-nodeunit": "~0.2.0",
  104. "rimraf": "~2.2.6"
  105. },
  106. "directories": {},
  107. "dist": {
  108. "shasum": "40b709537d24d1d45767db5a908689dfe69ac44f",
  109. "tarball": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz"
  110. },
  111. "engines": {
  112. "node": ">= 0.8.0"
  113. },
  114. "files": [
  115. "lib",
  116. "LICENSE-MIT"
  117. ],
  118. "gitHead": "52007df64a841ccf52b9f9cd617cd24a4e2ddf8b",
  119. "homepage": "https://github.com/shama/gaze",
  120. "keywords": [
  121. "watch",
  122. "glob"
  123. ],
  124. "licenses": [
  125. {
  126. "type": "MIT",
  127. "url": "https://github.com/shama/gaze/blob/master/LICENSE-MIT"
  128. }
  129. ],
  130. "main": "lib/gaze",
  131. "maintainers": [
  132. {
  133. "name": "joshperry",
  134. "email": "josh@6bit.com"
  135. },
  136. {
  137. "name": "shama",
  138. "email": "kyle@dontkry.com"
  139. }
  140. ],
  141. "name": "gaze",
  142. "optionalDependencies": {},
  143. "readme": "ERROR: No README data found!",
  144. "repository": {
  145. "type": "git",
  146. "url": "git://github.com/shama/gaze.git"
  147. },
  148. "scripts": {
  149. "test": "grunt nodeunit -v"
  150. },
  151. "version": "0.5.2"
  152. }