package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "glob-watcher@^0.0.6",
  6. "scope": null,
  7. "escapedName": "glob-watcher",
  8. "name": "glob-watcher",
  9. "rawSpec": "^0.0.6",
  10. "spec": ">=0.0.6 <0.0.7",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/vinyl-fs"
  14. ]
  15. ],
  16. "_from": "glob-watcher@>=0.0.6 <0.0.7",
  17. "_id": "glob-watcher@0.0.6",
  18. "_inCache": true,
  19. "_location": "/glob-watcher",
  20. "_npmUser": {
  21. "name": "fractal",
  22. "email": "contact@wearefractal.com"
  23. },
  24. "_npmVersion": "1.4.7",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "glob-watcher@^0.0.6",
  28. "scope": null,
  29. "escapedName": "glob-watcher",
  30. "name": "glob-watcher",
  31. "rawSpec": "^0.0.6",
  32. "spec": ">=0.0.6 <0.0.7",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/vinyl-fs"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz",
  39. "_shasum": "b95b4a8df74b39c83298b0c05c978b4d9a3b710b",
  40. "_shrinkwrap": null,
  41. "_spec": "glob-watcher@^0.0.6",
  42. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/vinyl-fs",
  43. "author": {
  44. "name": "Fractal",
  45. "email": "contact@wearefractal.com",
  46. "url": "http://wearefractal.com/"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/wearefractal/glob-watcher/issues"
  50. },
  51. "dependencies": {
  52. "gaze": "^0.5.1"
  53. },
  54. "description": "Watch globs",
  55. "devDependencies": {
  56. "coveralls": "^2.6.1",
  57. "istanbul": "^0.2.3",
  58. "jshint": "^2.4.1",
  59. "mkdirp": "^0.3.5",
  60. "mocha": "^1.17.0",
  61. "mocha-lcov-reporter": "0.0.1",
  62. "rimraf": "^2.2.5",
  63. "should": "^2.1.1"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "b95b4a8df74b39c83298b0c05c978b4d9a3b710b",
  68. "tarball": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz"
  69. },
  70. "engines": {
  71. "node": ">= 0.9"
  72. },
  73. "homepage": "http://github.com/wearefractal/glob-watcher",
  74. "licenses": [
  75. {
  76. "type": "MIT",
  77. "url": "http://github.com/wearefractal/glob-watcher/raw/master/LICENSE"
  78. }
  79. ],
  80. "main": "./index.js",
  81. "maintainers": [
  82. {
  83. "name": "fractal",
  84. "email": "contact@wearefractal.com"
  85. }
  86. ],
  87. "name": "glob-watcher",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/wearefractal/glob-watcher.git"
  93. },
  94. "scripts": {
  95. "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  96. "test": "mocha --reporter spec && jshint"
  97. },
  98. "version": "0.0.6"
  99. }