aboutsummaryrefslogtreecommitdiff
path: root/node_modules/glob-watcher/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
commitabd94a7f5a50f43c797a11b53549ae48fff667c3 (patch)
treeab8ed457f65cdd72e13e0571d2975729428f1551 /node_modules/glob-watcher/package.json
parenta0247c6a3fd6a09a41a7e35a3441324c4dcb58be (diff)
downloadwallet-core-abd94a7f5a50f43c797a11b53549ae48fff667c3.tar.xz
add node_modules to address #4364
Diffstat (limited to 'node_modules/glob-watcher/package.json')
-rw-r--r--node_modules/glob-watcher/package.json99
1 files changed, 99 insertions, 0 deletions
diff --git a/node_modules/glob-watcher/package.json b/node_modules/glob-watcher/package.json
new file mode 100644
index 000000000..8016d9186
--- /dev/null
+++ b/node_modules/glob-watcher/package.json
@@ -0,0 +1,99 @@
+{
+ "_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"
+ },
+ "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",
+ "mocha-lcov-reporter": "0.0.1",
+ "rimraf": "^2.2.5",
+ "should": "^2.1.1"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "b95b4a8df74b39c83298b0c05c978b4d9a3b710b",
+ "tarball": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz"
+ },
+ "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"
+}