{
  "_from": "chain-function@^1.0.0",
  "_id": "chain-function@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-SxltgMwL9uCko5/ZCLiyG2B7R9fY4pDZUw7hJ4MhirdjBLosoDqkWABi3XMucddHdLiFJMb7PD2MZifZriuMTg==",
  "_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": [
    "/material-ui/react-transition-group"
  ],
  "_resolved": "https://registry.npmjs.org/chain-function/-/chain-function-1.0.1.tgz",
  "_shasum": "c63045e5b4b663fb86f1c6e186adaf1de402a1cc",
  "_spec": "chain-function@^1.0.0",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/node_modules/material-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.1"
}