File: /var/www/zaklada/html/node_modules/sane/package.json
{
"_args": [
[
"sane@1.7.0",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "sane@1.7.0",
"_id": "sane@1.7.0",
"_inBundle": false,
"_integrity": "sha1-s1ebzLRclM8gNVzIESSZDf00bjA=",
"_location": "/sane",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sane@1.7.0",
"name": "sane",
"escapedName": "sane",
"rawSpec": "1.7.0",
"saveSpec": null,
"fetchSpec": "1.7.0"
},
"_requiredBy": [
"/jest-cli"
],
"_resolved": "https://registry.npmjs.org/sane/-/sane-1.7.0.tgz",
"_spec": "1.7.0",
"_where": "C:\\wamp\\www\\tokic-shop\\html",
"author": {
"name": "amasad"
},
"bin": {
"sane": "./src/cli.js"
},
"bugs": {
"url": "https://github.com/amasad/sane/issues"
},
"dependencies": {
"anymatch": "^1.3.0",
"exec-sh": "^0.2.0",
"fb-watchman": "^2.0.0",
"minimatch": "^3.0.2",
"minimist": "^1.1.1",
"walker": "~1.0.5",
"watch": "~0.10.0"
},
"description": "Sane aims to be fast, small, and reliable file system watcher.",
"devDependencies": {
"jshint": "^2.5.10",
"mocha": "~1.17.1",
"rimraf": "~2.2.6",
"tmp": "0.0.27"
},
"engines": {
"node": ">=0.6.0"
},
"files": [
"src",
"index.js"
],
"homepage": "https://github.com/amasad/sane",
"keywords": [
"watch",
"file",
"fswatcher",
"watchfile",
"fs",
"watching"
],
"license": "MIT",
"main": "index.js",
"name": "sane",
"repository": {
"type": "git",
"url": "git+https://github.com/amasad/sane.git"
},
"scripts": {
"prepublish": "jshint --config=.jshintrc src/ index.js && mocha --bail",
"test": "jshint --config=.jshintrc src/ index.js && mocha --bail test/test.js && mocha --bail test/utils-test.js",
"test:debug": "mocha debug --bail"
},
"version": "1.7.0"
}