{
  "_from": "postcss-nesting@^2.0.6",
  "_id": "postcss-nesting@2.3.1",
  "_inBundle": false,
  "_integrity": "sha1-lKa2pO9wf77CCof+5clXdZtOAc8=",
  "_location": "/postcss-nesting",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-nesting@^2.0.6",
    "name": "postcss-nesting",
    "escapedName": "postcss-nesting",
    "rawSpec": "^2.0.6",
    "saveSpec": null,
    "fetchSpec": "^2.0.6"
  },
  "_requiredBy": [
    "/precss"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-2.3.1.tgz",
  "_shasum": "94a6b6a4ef707fbec20a87fee5c957759b4e01cf",
  "_spec": "postcss-nesting@^2.0.6",
  "_where": "/Users/zhangxiaodong/Sites/djUi/packages/theme-default/node_modules/precss",
  "author": {
    "name": "Jonathan Neal",
    "email": "jonathantneal@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/jonathantneal/postcss-nesting/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "postcss": "^5.0.19"
  },
  "deprecated": false,
  "description": "Transpiles nested rules according to CSS Nesting Module Level 3",
  "devDependencies": {
    "eslint": "^2.4.0",
    "jscs": "^2.11.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.5.1"
  },
  "engines": {
    "iojs": ">=2.0.0",
    "node": ">=0.12.0"
  },
  "homepage": "https://github.com/jonathantneal/postcss-nesting",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "atrules",
    "child",
    "children",
    "cssnext",
    "nested",
    "nestings",
    "rules",
    "selectors",
    "specifications",
    "specs",
    "w3c"
  ],
  "license": "CC0-1.0",
  "name": "postcss-nesting",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonathantneal/postcss-nesting.git"
  },
  "scripts": {
    "lint": "eslint *.js --ignore-path .gitignore && jscs *.js",
    "tape": "tape test.js | tap-spec",
    "test": "npm run lint && npm run tape"
  },
  "version": "2.3.1"
}
