86 lines
2.0 KiB
JSON
86 lines
2.0 KiB
JSON
{
|
|
"_from": "npm-watch",
|
|
"_id": "npm-watch@0.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ekAUqXjQHSM3pAEB2kSHUzzU6i3Auucv8RwCz4sdNfLXVeysaXKSKbod3nIp+p3jb0u9mwDDdZ55uHPqMaWSdQ==",
|
|
"_location": "/npm-watch",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "npm-watch",
|
|
"name": "npm-watch",
|
|
"escapedName": "npm-watch",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/npm-watch/-/npm-watch-0.4.0.tgz",
|
|
"_shasum": "24fb7af68f3795f9d79eb0d893d582bc2a32f543",
|
|
"_spec": "npm-watch",
|
|
"_where": "/nfs/repos/trunk/trunk-images",
|
|
"author": {
|
|
"name": "Stephen Sugden",
|
|
"email": "me@stephensugden.com"
|
|
},
|
|
"bin": {
|
|
"npm-watch": "./cli.js"
|
|
},
|
|
"bugs": {
|
|
"url": "git://github.com/M-Zuber/npm-watch/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"nodemon": "^1.12.1",
|
|
"through2": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "run scripts from package.json when files change",
|
|
"devDependencies": {
|
|
"crlf": "^1.1.0",
|
|
"markdown-code-blocks": "0.0.1",
|
|
"tape": "~2.3.2"
|
|
},
|
|
"homepage": "https://github.com/M-Zuber/npm-watch",
|
|
"keywords": [
|
|
"npm",
|
|
"watch",
|
|
"nodemon",
|
|
"monitor"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "Mordechai Zuber",
|
|
"email": "mez613+npmwatch@gmail.com"
|
|
}
|
|
],
|
|
"name": "npm-watch",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/M-Zuber/npm-watch.git"
|
|
},
|
|
"scripts": {
|
|
"demo": "markdown-code-blocks -t bash < README.md",
|
|
"exclusions": "bash -c echo 'An extension'",
|
|
"prepublish": "crlf --set=LF cli.js watch-package.js"
|
|
},
|
|
"version": "0.4.0",
|
|
"watch": {
|
|
"test": [
|
|
"watch-package.js",
|
|
"test/*.js"
|
|
],
|
|
"exclusions": {
|
|
"patterns": "*",
|
|
"extensions": "nothing",
|
|
"ignore": "ignored.js"
|
|
}
|
|
}
|
|
}
|