package.json 3.4 KB

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