diff options
author | 2020-11-16 00:10:28 +0100 | |
---|---|---|
committer | 2020-11-16 00:10:28 +0100 | |
commit | e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d (patch) | |
tree | 55713f725f77b44ebfec86e4eec3ce33e71458ca /node_modules/gaze/package.json | |
download | website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.gz website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.bz2 website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.zip |
api, login, auth
Diffstat (limited to 'node_modules/gaze/package.json')
-rw-r--r-- | node_modules/gaze/package.json | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/node_modules/gaze/package.json b/node_modules/gaze/package.json new file mode 100644 index 0000000..44af250 --- /dev/null +++ b/node_modules/gaze/package.json @@ -0,0 +1,79 @@ +{ + "_from": "gaze@^1.0.0", + "_id": "gaze@1.1.3", + "_inBundle": false, + "_integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", + "_location": "/gaze", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "gaze@^1.0.0", + "name": "gaze", + "escapedName": "gaze", + "rawSpec": "^1.0.0", + "saveSpec": null, + "fetchSpec": "^1.0.0" + }, + "_requiredBy": [ + "/node-sass" + ], + "_resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz", + "_shasum": "c441733e13b927ac8c0ff0b4c3b033f28812924a", + "_spec": "gaze@^1.0.0", + "_where": "/home/pruss/Dev/3-minute-website/node_modules/node-sass", + "author": { + "name": "Kyle Robinson Young", + "email": "kyle@dontkry.com" + }, + "bugs": { + "url": "https://github.com/shama/gaze/issues" + }, + "bundleDependencies": false, + "dependencies": { + "globule": "^1.0.0" + }, + "deprecated": false, + "description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.", + "devDependencies": { + "async": "^2.6.1", + "grunt": "^1.0.1", + "grunt-benchmark": "^1.0.0", + "grunt-cli": "^1.2.0", + "grunt-contrib-jshint": "^1.1.0", + "grunt-contrib-nodeunit": "^2.0.0", + "rimraf": "^2.5.2", + "semistandard": "^12.0.1" + }, + "engines": { + "node": ">= 4.0.0" + }, + "files": [ + "lib", + "LICENSE-MIT" + ], + "homepage": "https://github.com/shama/gaze", + "keywords": [ + "watch", + "glob" + ], + "license": "MIT", + "main": "lib/gaze", + "name": "gaze", + "repository": { + "type": "git", + "url": "git+https://github.com/shama/gaze.git" + }, + "scripts": { + "test": "semistandard && grunt nodeunit -v" + }, + "semistandard": { + "ignore": [ + "benchmarks", + "experiments", + "build", + "test" + ] + }, + "version": "1.1.3" +} |