From d1291f67551c58168af43698a359cb5ddfd266b0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 3 Nov 2016 01:33:53 +0100 Subject: node_modules --- node_modules/glob-watcher/package.json | 96 ++++++---------------------------- 1 file changed, 16 insertions(+), 80 deletions(-) (limited to 'node_modules/glob-watcher/package.json') diff --git a/node_modules/glob-watcher/package.json b/node_modules/glob-watcher/package.json index 8016d9186..613505cd8 100644 --- a/node_modules/glob-watcher/package.json +++ b/node_modules/glob-watcher/package.json @@ -1,99 +1,35 @@ { - "_args": [ - [ - { - "raw": "glob-watcher@^0.0.6", - "scope": null, - "escapedName": "glob-watcher", - "name": "glob-watcher", - "rawSpec": "^0.0.6", - "spec": ">=0.0.6 <0.0.7", - "type": "range" - }, - "/home/dold/repos/taler/wallet-webex/node_modules/gulp/node_modules/vinyl-fs" - ] - ], - "_from": "glob-watcher@>=0.0.6 <0.0.7", - "_id": "glob-watcher@0.0.6", - "_inCache": true, - "_location": "/glob-watcher", - "_npmUser": { - "name": "fractal", - "email": "contact@wearefractal.com" - }, - "_npmVersion": "1.4.7", - "_phantomChildren": {}, - "_requested": { - "raw": "glob-watcher@^0.0.6", - "scope": null, - "escapedName": "glob-watcher", - "name": "glob-watcher", - "rawSpec": "^0.0.6", - "spec": ">=0.0.6 <0.0.7", - "type": "range" - }, - "_requiredBy": [ - "/gulp/vinyl-fs" - ], - "_resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz", - "_shasum": "b95b4a8df74b39c83298b0c05c978b4d9a3b710b", - "_shrinkwrap": null, - "_spec": "glob-watcher@^0.0.6", - "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp/node_modules/vinyl-fs", - "author": { - "name": "Fractal", - "email": "contact@wearefractal.com", - "url": "http://wearefractal.com/" - }, - "bugs": { - "url": "https://github.com/wearefractal/glob-watcher/issues" - }, + "name": "glob-watcher", + "description": "Watch globs", + "version": "0.0.6", + "homepage": "http://github.com/wearefractal/glob-watcher", + "repository": "git://github.com/wearefractal/glob-watcher.git", + "author": "Fractal (http://wearefractal.com/)", + "main": "./index.js", "dependencies": { "gaze": "^0.5.1" }, - "description": "Watch globs", "devDependencies": { - "coveralls": "^2.6.1", - "istanbul": "^0.2.3", - "jshint": "^2.4.1", - "mkdirp": "^0.3.5", "mocha": "^1.17.0", + "should": "^2.1.1", "mocha-lcov-reporter": "0.0.1", + "coveralls": "^2.6.1", + "istanbul": "^0.2.3", "rimraf": "^2.2.5", - "should": "^2.1.1" + "jshint": "^2.4.1", + "mkdirp": "^0.3.5" }, - "directories": {}, - "dist": { - "shasum": "b95b4a8df74b39c83298b0c05c978b4d9a3b710b", - "tarball": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz" + "scripts": { + "test": "mocha --reporter spec && jshint", + "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage" }, "engines": { "node": ">= 0.9" }, - "homepage": "http://github.com/wearefractal/glob-watcher", "licenses": [ { "type": "MIT", "url": "http://github.com/wearefractal/glob-watcher/raw/master/LICENSE" } - ], - "main": "./index.js", - "maintainers": [ - { - "name": "fractal", - "email": "contact@wearefractal.com" - } - ], - "name": "glob-watcher", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git://github.com/wearefractal/glob-watcher.git" - }, - "scripts": { - "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage", - "test": "mocha --reporter spec && jshint" - }, - "version": "0.0.6" + ] } -- cgit v1.2.3