{
  "_from": "postcss-short-size@^1.0.0",
  "_id": "postcss-short-size@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-SnycW9myH19oRXUhsM+t254XJ7E=",
  "_location": "/postcss-short-size",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-short-size@^1.0.0",
    "name": "postcss-short-size",
    "escapedName": "postcss-short-size",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/postcss-short"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-short-size/-/postcss-short-size-1.1.0.tgz",
  "_shasum": "4a7c9c5bd9b21f5f68457521b0cfaddb9e1727b1",
  "_spec": "postcss-short-size@^1.0.0",
  "_where": "/Users/zhangxiaodong/Sites/djUi/packages/theme-default/node_modules/postcss-short",
  "author": {
    "name": "Jonathan Neal",
    "email": "jonathantneal@hotmail.com",
    "url": "http://jonathantneal.com"
  },
  "bugs": {
    "url": "https://github.com/jonathantneal/postcss-short-size/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "postcss": "^5.0.19"
  },
  "deprecated": false,
  "description": "Write shorthand size properties in CSS",
  "devDependencies": {
    "eslint": "^2.3.0",
    "jscs": "^2.11.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.5.0"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "homepage": "https://github.com/jonathantneal/postcss-short-size#readme",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "omits",
    "shorthands",
    "margins",
    "paddings",
    "properties",
    "property",
    "aspects",
    "ratios"
  ],
  "license": "CC0-1.0",
  "main": "index.js",
  "name": "postcss-short-size",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonathantneal/postcss-short-size.git"
  },
  "scripts": {
    "lint": "eslint . && jscs .",
    "tape": "tape test.js | tap-spec",
    "test": "npm run lint && npm run tape"
  },
  "version": "1.1.0"
}
