{
  "_from": "postcss-partial-import@^2.1.0",
  "_id": "postcss-partial-import@2.1.0",
  "_inBundle": false,
  "_integrity": "sha1-Ce2vE9ePOe5PKmLg/vYZOwA4U/M=",
  "_location": "/postcss-partial-import",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-partial-import@^2.1.0",
    "name": "postcss-partial-import",
    "escapedName": "postcss-partial-import",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/postcss-salad"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-partial-import/-/postcss-partial-import-2.1.0.tgz",
  "_shasum": "09edaf13d78f39ee4f2a62e0fef6193b003853f3",
  "_spec": "postcss-partial-import@^2.1.0",
  "_where": "/Users/zhangxiaodong/Sites/djUi/packages/theme-default/node_modules/postcss-salad",
  "author": {
    "name": "Jonathan Neal",
    "email": "jonathantneal@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/jonathantneal/postcss-partial-import/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "fs-extra": "^0.30.0",
    "fs-promise": "^0.5.0",
    "object-assign": "^4.1.0",
    "postcss": "^5.0.21",
    "resolve": "^1.1.7"
  },
  "deprecated": false,
  "description": "Inline @import statements in CSS",
  "devDependencies": {
    "ava": "^0.15.2",
    "eslint": "^2.13.1",
    "eslint-config-10up": "github:jonathantneal/eslint-config-10up",
    "jscs": "^3.0.5",
    "jscs-config-10up": "github:jonathantneal/jscs-config-10up",
    "normalize-css": "^2.3.1"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "eslintConfig": {
    "extends": "10up",
    "rules": {
      "consistent-return": [
        0
      ],
      "max-params": [
        2,
        4
      ],
      "no-param-reassign": [
        0
      ]
    }
  },
  "homepage": "https://github.com/jonathantneal/postcss-partial-import#readme",
  "jscsConfig": {
    "preset": "10up"
  },
  "keywords": [
    "postcss",
    "css",
    "postcss-plugins",
    "sugar",
    "sass",
    "scss",
    "imports",
    "styles",
    "files",
    "partials",
    "modules",
    "bower",
    "node",
    "npm"
  ],
  "license": "CC0-1.0",
  "name": "postcss-partial-import",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonathantneal/postcss-partial-import.git"
  },
  "scripts": {
    "lint": "eslint index.js && eslint ./lib && jscs index.js && jscs ./lib",
    "tape": "ava",
    "test": "npm run lint && npm run tape"
  },
  "version": "2.1.0"
}
