12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_args": [
- [
- "gaze@0.5.2",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_from": "gaze@0.5.2",
- "_id": "gaze@0.5.2",
- "_inBundle": false,
- "_integrity": "sha1-QLcJU30k0dRXZ9takIaJ3+aaxE8=",
- "_location": "/gaze",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "gaze@0.5.2",
- "name": "gaze",
- "escapedName": "gaze",
- "rawSpec": "0.5.2",
- "saveSpec": null,
- "fetchSpec": "0.5.2"
- },
- "_requiredBy": [
- "/glob-watcher"
- ],
- "_resolved": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz",
- "_spec": "0.5.2",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "author": {
- "name": "Kyle Robinson Young",
- "email": "kyle@dontkry.com"
- },
- "bugs": {
- "url": "https://github.com/shama/gaze/issues"
- },
- "dependencies": {
- "globule": "~0.1.0"
- },
- "description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.",
- "devDependencies": {
- "async": "~0.2.10",
- "grunt": "~0.4.1",
- "grunt-benchmark": "~0.2.0",
- "grunt-cli": "~0.1.13",
- "grunt-contrib-jshint": "~0.6.0",
- "grunt-contrib-nodeunit": "~0.2.0",
- "rimraf": "~2.2.6"
- },
- "engines": {
- "node": ">= 0.8.0"
- },
- "files": [
- "lib",
- "LICENSE-MIT"
- ],
- "homepage": "https://github.com/shama/gaze",
- "keywords": [
- "watch",
- "glob"
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/shama/gaze/blob/master/LICENSE-MIT"
- }
- ],
- "main": "lib/gaze",
- "name": "gaze",
- "repository": {
- "type": "git",
- "url": "git://github.com/shama/gaze.git"
- },
- "scripts": {
- "test": "grunt nodeunit -v"
- },
- "version": "0.5.2"
- }
|