{
  "_args": [
    [
      "node-sass-chokidar@1.4.0",
      "/home/resfx/public_html/resfx/frontend"
    ]
  ],
  "_development": true,
  "_from": "node-sass-chokidar@1.4.0",
  "_id": "node-sass-chokidar@1.4.0",
  "_inBundle": false,
  "_integrity": "sha512-yQWApNiQhg7tMGSbcbeOY0P7v1nKofGBMpX0N4bnOjYlOaN1s+Lw+gqAwuqNu8iuGZobZJlDDCiC6NCIv5/ejA==",
  "_location": "/node-sass-chokidar",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-sass-chokidar@1.4.0",
    "name": "node-sass-chokidar",
    "escapedName": "node-sass-chokidar",
    "rawSpec": "1.4.0",
    "saveSpec": null,
    "fetchSpec": "1.4.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/node-sass-chokidar/-/node-sass-chokidar-1.4.0.tgz",
  "_spec": "1.4.0",
  "_where": "/home/resfx/public_html/resfx/frontend",
  "author": {
    "name": "Michael Wayman"
  },
  "bin": {
    "node-sass-chokidar": "bin/node-sass-chokidar"
  },
  "bugs": {
    "url": "https://github.com/michaelwayman/node-sass-chokidar/issues"
  },
  "dependencies": {
    "async-foreach": "^0.1.3",
    "chokidar": "^2.0.4",
    "get-stdin": "^4.0.1",
    "glob": "^7.0.3",
    "meow": "^3.7.0",
    "node-sass": "4.13",
    "sass-graph": "^2.1.1",
    "stdout-stream": "^1.4.0"
  },
  "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": "^5.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": "1.4.0"
}
