{
  "_args": [
    [
      "reduce-css-calc@^1.2.0",
      "/Users/nw/motion/packages/motion/node_modules/postcss-calc"
    ]
  ],
  "_from": "reduce-css-calc@>=1.2.0 <2.0.0",
  "_id": "reduce-css-calc@1.2.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/reduce-css-calc",
  "_nodeVersion": "0.10.33",
  "_npmUser": {
    "email": "m@moox.io",
    "name": "moox"
  },
  "_npmVersion": "2.1.6",
  "_phantomChildren": {},
  "_requested": {
    "name": "reduce-css-calc",
    "raw": "reduce-css-calc@^1.2.0",
    "rawSpec": "^1.2.0",
    "scope": null,
    "spec": ">=1.2.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/postcss-calc"
  ],
  "_resolved": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.2.0.tgz",
  "_shasum": "e191e362e93da4c0f0f992dea12932a2e10db191",
  "_shrinkwrap": null,
  "_spec": "reduce-css-calc@^1.2.0",
  "_where": "/Users/nw/motion/packages/motion/node_modules/postcss-calc",
  "author": {
    "name": "Maxime Thirouin"
  },
  "bugs": {
    "url": "https://github.com/MoOx/reduce-css-calc/issues"
  },
  "dependencies": {
    "balanced-match": "^0.1.0",
    "reduce-function-call": "^1.0.1"
  },
  "description": "Reduce CSS calc() function to the maximum",
  "devDependencies": {
    "jscs": "^1.5.9",
    "jshint": "^2.5.2",
    "tape": "^2.13.4"
  },
  "directories": {},
  "dist": {
    "shasum": "e191e362e93da4c0f0f992dea12932a2e10db191",
    "tarball": "http://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.2.0.tgz"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "index.js"
  ],
  "gitHead": "15d749660ba5aabb7b2ae3eec10722ffd87038cf",
  "homepage": "https://github.com/MoOx/reduce-css-calc",
  "keywords": [
    "calc",
    "calculation",
    "css"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "moox",
      "email": "m@moox.io"
    }
  ],
  "name": "reduce-css-calc",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MoOx/reduce-css-calc.git"
  },
  "scripts": {
    "jscs": "jscs *.js **/*.js",
    "jshint": "jshint . --exclude node_modules",
    "test": "npm run jscs && npm run jshint && tape test"
  },
  "version": "1.2.0"
}
