{
  "_from": "postcss-initial@^1.3.1",
  "_id": "postcss-initial@1.5.3",
  "_inBundle": false,
  "_integrity": "sha1-IMPpHJaCLdsb7UlQjbltVrrDd9A=",
  "_location": "/postcss-initial",
  "_phantomChildren": {
    "lodash._reinterpolate": "3.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-initial@^1.3.1",
    "name": "postcss-initial",
    "escapedName": "postcss-initial",
    "rawSpec": "^1.3.1",
    "saveSpec": null,
    "fetchSpec": "^1.3.1"
  },
  "_requiredBy": [
    "/postcss-salad"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-1.5.3.tgz",
  "_shasum": "20c3e91c96822ddb1bed49508db96d56bac377d0",
  "_spec": "postcss-initial@^1.3.1",
  "_where": "/Users/zhangxiaodong/Sites/djUi/packages/theme-default/node_modules/postcss-salad",
  "author": {
    "name": "Maksim Koretskiy",
    "email": "mr.green.tv@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/maximkoretskiy/postcss-initial/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "lodash.template": "^4.2.4",
    "postcss": "^5.0.19"
  },
  "deprecated": false,
  "description": "PostCSS plugin to fallback initial keyword.",
  "devDependencies": {
    "chai": "3.5.0",
    "eslint": "^2.7.0",
    "mocha": "^2.4.5"
  },
  "homepage": "https://github.com/maximkoretskiy/postcss-initial#readme",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "reset"
  ],
  "license": "MIT",
  "name": "postcss-initial",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maximkoretskiy/postcss-initial.git"
  },
  "scripts": {
    "lint": "eslint *.js ./lib/ ./test/",
    "tdd": "mocha -w --watch-extensions js,json,css",
    "test": "npm run lint && mocha"
  },
  "version": "1.5.3"
}
