1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_args": [
- [
- "watch@0.18.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "watch@0.18.0",
- "_id": "watch@0.18.0",
- "_inBundle": false,
- "_integrity": "sha1-KAlUdsbffJDJYxOJkMClQj60uYY=",
- "_location": "/watch",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "watch@0.18.0",
- "name": "watch",
- "escapedName": "watch",
- "rawSpec": "0.18.0",
- "saveSpec": null,
- "fetchSpec": "0.18.0"
- },
- "_requiredBy": [
- "/sane"
- ],
- "_resolved": "https://registry.npm.taobao.org/watch/download/watch-0.18.0.tgz",
- "_spec": "0.18.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Mikeal Rogers",
- "email": "mikeal.rogers@gmail.com"
- },
- "bin": {
- "watch": "cli.js"
- },
- "bugs": {
- "url": "https://github.com/mikeal/watch/issues"
- },
- "dependencies": {
- "exec-sh": "^0.2.0",
- "minimist": "^1.2.0"
- },
- "description": "Utilities for watching file trees.",
- "directories": {
- "lib": "lib"
- },
- "engines": {
- "node": ">=0.1.95"
- },
- "homepage": "https://github.com/mikeal/watch",
- "keywords": [
- "util",
- "utility",
- "fs",
- "files"
- ],
- "license": "Apache-2.0",
- "main": "./main",
- "name": "watch",
- "repository": {
- "type": "git",
- "url": "git://github.com/mikeal/watch.git"
- },
- "version": "0.18.0"
- }
|