package.json 2.6 KB

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