You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "glob-watcher@^5.0.3",
  3. "_id": "glob-watcher@5.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8tWsULNEPHKQ2MR4zXuzSmqbdyV5PtwwCaWSGQ1WwHsJ07ilNeN1JB8ntxhckbnpSHaf9dXFUHzIWvm1I13dsg==",
  6. "_location": "/glob-watcher",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "glob-watcher@^5.0.3",
  12. "name": "glob-watcher",
  13. "escapedName": "glob-watcher",
  14. "rawSpec": "^5.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.3"
  17. },
  18. "_requiredBy": [
  19. "/gulp"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-5.0.3.tgz",
  22. "_shasum": "88a8abf1c4d131eb93928994bc4a593c2e5dd626",
  23. "_spec": "glob-watcher@^5.0.3",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp",
  25. "author": {
  26. "name": "Gulp Team",
  27. "email": "team@gulpjs.com",
  28. "url": "http://gulpjs.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gulpjs/glob-watcher/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [],
  35. "dependencies": {
  36. "anymatch": "^2.0.0",
  37. "async-done": "^1.2.0",
  38. "chokidar": "^2.0.0",
  39. "is-negated-glob": "^1.0.0",
  40. "just-debounce": "^1.0.0",
  41. "object.defaults": "^1.1.0"
  42. },
  43. "deprecated": false,
  44. "description": "Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.",
  45. "devDependencies": {
  46. "coveralls": "^2.11.2",
  47. "eslint": "^2.13.1",
  48. "eslint-config-gulp": "^3.0.1",
  49. "expect": "^1.16.0",
  50. "istanbul": "^0.4.0",
  51. "istanbul-coveralls": "^1.0.1",
  52. "mocha": "^2.0.0",
  53. "mocha-lcov-reporter": "^1.2.0",
  54. "normalize-path": "^2.1.1",
  55. "rimraf": "^2.6.1",
  56. "through2": "^2.0.1"
  57. },
  58. "engines": {
  59. "node": ">= 0.10"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/gulpjs/glob-watcher#readme",
  65. "keywords": [
  66. "watch",
  67. "glob",
  68. "async",
  69. "queue",
  70. "debounce",
  71. "callback"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "glob-watcher",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/gulpjs/glob-watcher.git"
  79. },
  80. "scripts": {
  81. "cover": "istanbul cover _mocha --report lcovonly",
  82. "coveralls": "npm run cover && istanbul-coveralls",
  83. "lint": "eslint .",
  84. "pretest": "npm run lint",
  85. "test": "mocha --async-only"
  86. },
  87. "version": "5.0.3"
  88. }