123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- {
- "_args": [
- [
- {
- "raw": "gulp-watch@^4.2.4",
- "scope": null,
- "escapedName": "gulp-watch",
- "name": "gulp-watch",
- "rawSpec": "^4.2.4",
- "spec": ">=4.2.4 <5.0.0",
- "type": "range"
- },
- "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/inifig"
- ]
- ],
- "_from": "gulp-watch@>=4.2.4 <5.0.0",
- "_id": "gulp-watch@4.3.11",
- "_inCache": true,
- "_location": "/gulp-watch",
- "_nodeVersion": "7.1.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/gulp-watch-4.3.11.tgz_1479543997388_0.3181034412700683"
- },
- "_npmUser": {
- "name": "ult_combo",
- "email": "ultcombo@gmail.com"
- },
- "_npmVersion": "3.10.9",
- "_phantomChildren": {
- "buffer-shims": "1.0.0",
- "clone": "1.0.2",
- "clone-stats": "0.0.1",
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "path-dirname": "1.0.2",
- "process-nextick-args": "1.0.7",
- "replace-ext": "0.0.1",
- "string_decoder": "0.10.31",
- "util-deprecate": "1.0.2"
- },
- "_requested": {
- "raw": "gulp-watch@^4.2.4",
- "scope": null,
- "escapedName": "gulp-watch",
- "name": "gulp-watch",
- "rawSpec": "^4.2.4",
- "spec": ">=4.2.4 <5.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/gulp-watch/-/gulp-watch-4.3.11.tgz",
- "_shasum": "162fc563de9fc770e91f9a7ce3955513a9a118c0",
- "_shrinkwrap": null,
- "_spec": "gulp-watch@^4.2.4",
- "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/inifig",
- "author": {
- "name": "Vsevolod Strukchinsky"
- },
- "bugs": {
- "url": "https://github.com/floatdrop/gulp-watch/issues"
- },
- "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"
- },
- "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"
- },
- "directories": {},
- "dist": {
- "shasum": "162fc563de9fc770e91f9a7ce3955513a9a118c0",
- "tarball": "https://registry.npmjs.org/gulp-watch/-/gulp-watch-4.3.11.tgz"
- },
- "engine": "node >= 0.10",
- "files": [
- "index.js"
- ],
- "gitHead": "608c7aa47ebe3d19b55fee703b30d5245a7229ee",
- "homepage": "https://github.com/floatdrop/gulp-watch#readme",
- "keywords": [
- "gulp",
- "watch",
- "gulpplugin"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "floatdrop",
- "email": "floatdrop@gmail.com"
- },
- {
- "name": "ult_combo",
- "email": "ultcombo@gmail.com"
- }
- ],
- "name": "gulp-watch",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "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"
- }
|