mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.5 KiB
72 lines
1.5 KiB
{
|
|
"_args": [
|
|
[
|
|
"watch@1.0.2",
|
|
"/Users/manthony/repos/docs.blockstack"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "watch@1.0.2",
|
|
"_id": "watch@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-NApxe952Vyb6CqB9ch4BR6VR3ww=",
|
|
"_location": "/watch",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "watch@1.0.2",
|
|
"name": "watch",
|
|
"escapedName": "watch",
|
|
"rawSpec": "1.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/watch/-/watch-1.0.2.tgz",
|
|
"_spec": "1.0.2",
|
|
"_where": "/Users/manthony/repos/docs.blockstack",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"release:major": "bash scripts/release.sh major",
|
|
"release:minor": "bash scripts/release.sh minor",
|
|
"release:patch": "bash scripts/release.sh patch"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|
|
|