{
  "_args": [
    [
      {
        "raw": "reduce-function-call@^1.0.1",
        "scope": null,
        "escapedName": "reduce-function-call",
        "name": "reduce-function-call",
        "rawSpec": "^1.0.1",
        "spec": ">=1.0.1 <2.0.0",
        "type": "range"
      },
      "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.iVFP9X9X/node_modules/reduce-css-calc"
    ]
  ],
  "_from": "reduce-function-call@>=1.0.1 <2.0.0",
  "_id": "reduce-function-call@1.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/reduce-function-call",
  "_npmUser": {
    "name": "moox",
    "email": "m@moox.io"
  },
  "_npmVersion": "1.5.0-alpha-1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "reduce-function-call@^1.0.1",
    "scope": null,
    "escapedName": "reduce-function-call",
    "name": "reduce-function-call",
    "rawSpec": "^1.0.1",
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/reduce-css-calc"
  ],
  "_resolved": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.1.tgz",
  "_shasum": "fa02e126e695824263cab91d3a5b0fdc1dd27a9a",
  "_shrinkwrap": null,
  "_spec": "reduce-function-call@^1.0.1",
  "_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.iVFP9X9X/node_modules/reduce-css-calc",
  "author": {
    "name": "MoOx"
  },
  "bugs": {
    "url": "https://github.com/MoOx/reduce-function-call/issues"
  },
  "dependencies": {
    "balanced-match": "~0.1.0"
  },
  "description": "Reduce function calls in a string, using a callback",
  "devDependencies": {
    "jscs": "^1.5.9",
    "jshint": "^2.5.2",
    "jshint-stylish": "^0.4.0",
    "tap-colorize": "^1.2.0",
    "tape": "^2.13.4"
  },
  "directories": {},
  "dist": {
    "shasum": "fa02e126e695824263cab91d3a5b0fdc1dd27a9a",
    "tarball": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.1.tgz"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "gitHead": "eae61552a3ad386e221cb0315b6ac755393c5183",
  "homepage": "https://github.com/MoOx/reduce-function-call",
  "keywords": [
    "string",
    "reduce",
    "replacement",
    "function",
    "call",
    "eval",
    "interpret"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "moox",
      "email": "m@moox.io"
    }
  ],
  "name": "reduce-function-call",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MoOx/reduce-function-call.git"
  },
  "scripts": {
    "jscs": "jscs *.js **/*.js",
    "jshint": "jshint . --exclude node_modules --reporter node_modules/jshint-stylish/stylish.js",
    "test": "npm run jscs && npm run jshint && tape test | tap-colorize"
  },
  "version": "1.0.1"
}
