12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_from": "gulp-watch@latest",
- "_id": "gulp-watch@4.3.11",
- "_inBundle": false,
- "_integrity": "sha1-Fi/FY96fx3DpH5p845VVE6mhGMA=",
- "_location": "/gulp-watch",
- "_phantomChildren": {
- "clone": "1.0.3",
- "clone-stats": "0.0.1",
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "process-nextick-args": "1.0.7",
- "replace-ext": "0.0.1",
- "safe-buffer": "5.1.1",
- "util-deprecate": "1.0.2"
- },
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "gulp-watch@latest",
- "name": "gulp-watch",
- "escapedName": "gulp-watch",
- "rawSpec": "latest",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/gulp-watch/-/gulp-watch-4.3.11.tgz",
- "_shasum": "162fc563de9fc770e91f9a7ce3955513a9a118c0",
- "_spec": "gulp-watch@latest",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi",
- "author": {
- "name": "Vsevolod Strukchinsky"
- },
- "bugs": {
- "url": "https://github.com/floatdrop/gulp-watch/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "anymatch": "^1.3.0",
- "chokidar": "^1.6.1",
- "glob-parent": "^3.0.1",
- "gulp-util": "^3.0.7",
- "object-assign": "^4.1.0",
- "path-is-absolute": "^1.0.1",
- "readable-stream": "^2.2.2",
- "slash": "^1.0.0",
- "vinyl": "^1.2.0",
- "vinyl-file": "^2.0.0"
- },
- "deprecated": false,
- "description": "Watch, that actually is an endless stream",
- "devDependencies": {
- "coveralls": "^2.7.0",
- "istanbul": "^0.3.0",
- "mocha": "^2",
- "mocha-lcov-reporter": "0.0.2",
- "proxyquire": "^1.0.1",
- "rimraf": "^2.2.8",
- "should": "~7",
- "sinon": "^1.9.1",
- "stream-assert": "^2.0.1",
- "strip-ansi": "^3.0.0",
- "xo": "^0.10.1"
- },
- "engine": "node >= 0.10",
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/floatdrop/gulp-watch#readme",
- "keywords": [
- "gulp",
- "watch",
- "gulpplugin"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "gulp-watch",
- "repository": {
- "type": "git",
- "url": "git://github.com/floatdrop/gulp-watch.git"
- },
- "scripts": {
- "coverage": "istanbul cover node_modules/.bin/_mocha --report html -- -r test/util/set-default-options -R spec",
- "coveralls": "istanbul cover _mocha --report lcovonly -- -r test/util/set-default-options -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
- "test": "xo && mocha -r test/util/set-default-options -R spec test/test-*"
- },
- "version": "4.3.11"
- }
|