package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gaze@^1.0.0",
  6. "scope": null,
  7. "escapedName": "gaze",
  8. "name": "gaze",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/grunt-contrib-watch"
  14. ]
  15. ],
  16. "_from": "gaze@>=1.0.0 <2.0.0",
  17. "_id": "gaze@1.1.2",
  18. "_inCache": true,
  19. "_location": "/gaze",
  20. "_nodeVersion": "4.4.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/gaze-1.1.2.tgz_1475004682530_0.29796709935180843"
  24. },
  25. "_npmUser": {
  26. "name": "shama",
  27. "email": "kyle@dontkry.com"
  28. },
  29. "_npmVersion": "2.15.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "gaze@^1.0.0",
  33. "scope": null,
  34. "escapedName": "gaze",
  35. "name": "gaze",
  36. "rawSpec": "^1.0.0",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/grunt-contrib-watch",
  42. "/node-sass"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz",
  45. "_shasum": "847224677adb8870d679257ed3388fdb61e40105",
  46. "_shrinkwrap": null,
  47. "_spec": "gaze@^1.0.0",
  48. "_where": "/home/conte/data/reveal.js/node_modules/grunt-contrib-watch",
  49. "author": {
  50. "name": "Kyle Robinson Young",
  51. "email": "kyle@dontkry.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/shama/gaze/issues"
  55. },
  56. "contributors": [
  57. {
  58. "name": "Kyle Robinson Young",
  59. "url": "http://dontkry.com"
  60. },
  61. {
  62. "name": "Sam Day",
  63. "url": "http://sam.is-super-awesome.com"
  64. },
  65. {
  66. "name": "Roarke Gaskill",
  67. "url": "http://starkinvestments.com"
  68. },
  69. {
  70. "name": "Lance Pollard",
  71. "url": "http://lancepollard.com/"
  72. },
  73. {
  74. "name": "Daniel Fagnan",
  75. "url": "http://hydrocodedesign.com/"
  76. },
  77. {
  78. "name": "Jonas",
  79. "url": "http://jpommerening.github.io/"
  80. },
  81. {
  82. "name": "Chris Chua",
  83. "url": "http://sirh.cc/"
  84. },
  85. {
  86. "name": "Kael Zhang",
  87. "url": "http://kael.me"
  88. },
  89. {
  90. "name": "Krasimir Tsonev",
  91. "url": "http://krasimirtsonev.com/blog"
  92. },
  93. {
  94. "name": "brett-shwom"
  95. }
  96. ],
  97. "dependencies": {
  98. "globule": "^1.0.0"
  99. },
  100. "description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.",
  101. "devDependencies": {
  102. "async": "^1.5.2",
  103. "grunt": "^1.0.1",
  104. "grunt-benchmark": "^0.3.0",
  105. "grunt-cli": "^1.2.0",
  106. "grunt-contrib-jshint": "^1.0.0",
  107. "grunt-contrib-nodeunit": "^1.0.0",
  108. "rimraf": "^2.5.2",
  109. "semistandard": "^7.0.5"
  110. },
  111. "directories": {},
  112. "dist": {
  113. "shasum": "847224677adb8870d679257ed3388fdb61e40105",
  114. "tarball": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz"
  115. },
  116. "engines": {
  117. "node": ">= 0.10.0"
  118. },
  119. "files": [
  120. "lib",
  121. "LICENSE-MIT"
  122. ],
  123. "gitHead": "46d6c2afd75b0061e8ec277309b2ab4046b914f1",
  124. "homepage": "https://github.com/shama/gaze",
  125. "keywords": [
  126. "watch",
  127. "glob"
  128. ],
  129. "license": "MIT",
  130. "main": "lib/gaze",
  131. "maintainers": [
  132. {
  133. "name": "alexgorbatchev",
  134. "email": "alex.gorbatchev@gmail.com"
  135. },
  136. {
  137. "name": "joshperry",
  138. "email": "josh@6bit.com"
  139. },
  140. {
  141. "name": "shama",
  142. "email": "kyle@dontkry.com"
  143. }
  144. ],
  145. "name": "gaze",
  146. "optionalDependencies": {},
  147. "readme": "ERROR: No README data found!",
  148. "repository": {
  149. "type": "git",
  150. "url": "git+https://github.com/shama/gaze.git"
  151. },
  152. "scripts": {
  153. "test": "semistandard && grunt nodeunit -v"
  154. },
  155. "semistandard": {
  156. "ignore": [
  157. "benchmarks",
  158. "experiments",
  159. "build",
  160. "test"
  161. ]
  162. },
  163. "version": "1.1.2"
  164. }