{
  "_from": "chain-function@^1.0.0",
  "_id": "chain-function@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-DUqzfn4Y6tC9xHuSB2QRjOWHM9w=",
  "_location": "/chain-function",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "chain-function@^1.0.0",
    "name": "chain-function",
    "escapedName": "chain-function",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/react-transition-group"
  ],
  "_resolved": "https://registry.npmjs.org/chain-function/-/chain-function-1.0.0.tgz",
  "_shasum": "0d4ab37e7e18ead0bdc47b920764118ce58733dc",
  "_spec": "chain-function@^1.0.0",
  "_where": "/Users/jameskyburz/Documents/src/level-eventstore/packages/ui/src/ui/node_modules/react-transition-group",
  "author": {
    "name": "jquense"
  },
  "bugs": {
    "url": "https://github.com/jquense/chain-function/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "chain a bunch of functions together into a single call",
  "homepage": "https://github.com/jquense/chain-function#readme",
  "keywords": [
    "chain",
    "compose",
    "function"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "chain-function",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jquense/chain-function.git"
  },
  "scripts": {
    "test": "node ./test.js"
  },
  "version": "1.0.0"
}
