innovationDriveApp/node_modules/node-sass-chokidar/package.json
2018-07-08 19:21:40 +10:00

74 lines
1.9 KiB
JSON

{
"_from": "node-sass-chokidar@0.0.3",
"_id": "node-sass-chokidar@0.0.3",
"_inBundle": false,
"_integrity": "sha1-ukYO/kHI8UzoAKqjYGp6y7HmMNE=",
"_location": "/node-sass-chokidar",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-sass-chokidar@0.0.3",
"name": "node-sass-chokidar",
"escapedName": "node-sass-chokidar",
"rawSpec": "0.0.3",
"saveSpec": null,
"fetchSpec": "0.0.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/node-sass-chokidar/-/node-sass-chokidar-0.0.3.tgz",
"_shasum": "ba460efe41c8f14ce800aaa3606a7acbb1e630d1",
"_spec": "node-sass-chokidar@0.0.3",
"_where": "/Users/omar/Desktop/innovationDriveApp/now-ui-dashboard-react-v1.0.2",
"author": {
"name": "Michael Wayman"
},
"bin": {
"node-sass-chokidar": "bin/node-sass-chokidar"
},
"bugs": {
"url": "https://github.com/michaelwayman/node-sass-chokidar/issues"
},
"bundleDependencies": false,
"dependencies": {
"async-foreach": "^0.1.3",
"chokidar": "^1.6.1",
"get-stdin": "^4.0.1",
"glob": "^7.0.3",
"meow": "^3.7.0",
"node-sass": "^4.5.3",
"sass-graph": "^2.1.1",
"stdout-stream": "^1.4.0"
},
"deprecated": false,
"description": "A thin wrapper around node-sass to replicate the --watch --recursive but with chokidar instead of Gaze",
"devDependencies": {
"cross-spawn": "^3.0.0",
"mocha": "^3.2.0",
"rimraf": "^2.5.2"
},
"files": [
"bin",
"test"
],
"homepage": "https://github.com/michaelwayman/node-sass-chokidar#readme",
"keywords": [
"node-sass",
"chokidar",
"node-sass-chokidar",
"libsass",
"preprocessor"
],
"license": "MIT",
"name": "node-sass-chokidar",
"repository": {
"type": "git",
"url": "git+https://github.com/michaelwayman/node-sass-chokidar.git"
},
"scripts": {
"test": "mocha test/{*,**/**}.js"
},
"version": "0.0.3"
}