{
  "_args": [
    [
      "postcss-scss@0.3.1",
      "/var/www/html"
    ]
  ],
  "_development": true,
  "_from": "postcss-scss@0.3.1",
  "_id": "postcss-scss@0.3.1",
  "_inBundle": false,
  "_integrity": "sha1-ZcYQ2OKn7g5isYNbcbiHBzSBbks=",
  "_location": "/postcss-scss",
  "_phantomChildren": {
    "escape-string-regexp": "1.0.5",
    "has-ansi": "2.0.0",
    "js-base64": "2.5.1",
    "source-map": "0.5.7"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "postcss-scss@0.3.1",
    "name": "postcss-scss",
    "escapedName": "postcss-scss",
    "rawSpec": "0.3.1",
    "saveSpec": null,
    "fetchSpec": "0.3.1"
  },
  "_requiredBy": [
    "/perfectionist"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-0.3.1.tgz",
  "_spec": "0.3.1",
  "_where": "/var/www/html",
  "author": {
    "name": "Andrey Sitnik",
    "email": "andrey@sitnik.ru"
  },
  "bugs": {
    "url": "https://github.com/postcss/postcss-scss/issues"
  },
  "dependencies": {
    "postcss": "^5.2.4"
  },
  "description": "SCSS parser for PostCSS",
  "devDependencies": {
    "ava": "0.16.0",
    "babel-core": "6.17.0",
    "babel-eslint": "7.0.0",
    "babel-plugin-add-module-exports": "0.2.1",
    "babel-plugin-precompile-charcodes": "1.0.0",
    "babel-preset-es2015": "6.16.0",
    "del": "2.2.2",
    "eslint": "3.7.0",
    "eslint-config-postcss": "2.0.2",
    "gulp": "3.9.1",
    "gulp-ava": "0.14.1",
    "gulp-babel": "6.1.2",
    "gulp-changed": "1.3.2",
    "gulp-eslint": "3.0.1",
    "gulp-json-editor": "2.2.1",
    "gulp-sourcemaps": "1.6.0",
    "lint-staged": "3.0.3",
    "postcss-parser-tests": "5.0.10",
    "pre-commit": "1.1.3",
    "run-sequence": "1.2.2"
  },
  "homepage": "https://github.com/postcss/postcss-scss#readme",
  "keywords": [
    "css",
    "postcss",
    "postcss-syntax",
    "parser",
    "scss",
    "sass"
  ],
  "license": "MIT",
  "lint-staged": {
    "test/*.js": "eslint",
    "lib/*.es6": "eslint"
  },
  "main": "lib/scss-syntax",
  "name": "postcss-scss",
  "pre-commit": [
    "lint-staged"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/postcss/postcss-scss.git"
  },
  "scripts": {
    "lint-staged": "lint-staged",
    "test": "gulp"
  },
  "version": "0.3.1"
}
