{
  "_args": [
    [
      "sass-extract@2.1.0",
      "/var/www/html/frontend"
    ]
  ],
  "_development": true,
  "_from": "sass-extract@2.1.0",
  "_id": "sass-extract@2.1.0",
  "_inBundle": false,
  "_integrity": "sha1-xl5soxA8vPL8oNzYGwfk5JpsxYM=",
  "_location": "/sass-extract",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sass-extract@2.1.0",
    "name": "sass-extract",
    "escapedName": "sass-extract",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/sass-extract/-/sass-extract-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "/var/www/html/frontend",
  "author": {
    "name": "John Granström",
    "email": "granstrom.john@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jgranstrom/sass-extract/issues"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "bluebird": "^3.4.7",
    "gonzales-pe": "^4.2.2",
    "parse-color": "^1.0.0",
    "query-ast": "^1.0.1"
  },
  "description": "Extract structured variables from sass files. Fast and accurate.",
  "devDependencies": {
    "babel-cli": "^6.22.2",
    "babel-core": "^6.22.1",
    "babel-preset-es2015": "^6.22.0",
    "chai": "^4.1.2",
    "chai-subset": "^1.6.0",
    "cz-conventional-changelog": "^2.1.0",
    "foundation-sites": "^6.4.3",
    "mocha": "^4.0.1"
  },
  "engines": {
    "node": ">=4"
  },
  "homepage": "https://github.com/jgranstrom/sass-extract#readme",
  "keywords": [
    "sass",
    "scss",
    "variables",
    "convert",
    "extract",
    "import",
    "json"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "sass-extract",
  "peerDependencies": {
    "node-sass": "^3.8.0 || 4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jgranstrom/sass-extract.git"
  },
  "scripts": {
    "changelog": "conventional-changelog -i CHANGELOG.md -s -r 0",
    "compile": "babel -d lib/ src/",
    "prepublish": "npm run compile",
    "test": "mocha --require babel-core/register --timeout 10000",
    "test:fast": "FAST_TEST=true mocha --require babel-core/register",
    "watch": "mocha --watch --reporter min --require babel-core/register --timeout 10000",
    "watch:fast": "FAST_TEST=true mocha --watch --reporter min --require babel-core/register"
  },
  "version": "2.1.0"
}
