{
  "_args": [
    [
      {
        "raw": "regenerator-runtime@^0.13.2",
        "scope": null,
        "escapedName": "regenerator-runtime",
        "name": "regenerator-runtime",
        "rawSpec": "^0.13.2",
        "spec": ">=0.13.2 <0.14.0",
        "type": "range"
      },
      "/home/lively4/lively4/CrochetWebapp/frontend/node_modules/@babel/runtime"
    ]
  ],
  "_from": "regenerator-runtime@>=0.13.2 <0.14.0",
  "_hasShrinkwrap": false,
  "_id": "regenerator-runtime@0.13.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/regenerator-runtime",
  "_nodeVersion": "8.15.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/regenerator-runtime_0.13.2_1551990656482_0.7714252213361896"
  },
  "_npmUser": {
    "name": "benjamn",
    "email": "ben@benjamn.com"
  },
  "_npmVersion": "6.8.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "regenerator-runtime@^0.13.2",
    "scope": null,
    "escapedName": "regenerator-runtime",
    "name": "regenerator-runtime",
    "rawSpec": "^0.13.2",
    "spec": ">=0.13.2 <0.14.0",
    "type": "range"
  },
  "_requiredBy": [
    "/@babel/runtime"
  ],
  "_resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz",
  "_shasum": "32e59c9a6fb9b1a4aff09b4930ca2d4477343447",
  "_shrinkwrap": null,
  "_spec": "regenerator-runtime@^0.13.2",
  "_where": "/home/lively4/lively4/CrochetWebapp/frontend/node_modules/@babel/runtime",
  "author": {
    "name": "Ben Newman",
    "email": "bn@cs.stanford.edu"
  },
  "dependencies": {},
  "description": "Runtime for Regenerator-compiled generator and async functions.",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "integrity": "sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==",
    "shasum": "32e59c9a6fb9b1a4aff09b4930ca2d4477343447",
    "tarball": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz",
    "fileCount": 4,
    "unpackedSize": 25563,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgX+BCRA9TVsSAnZWagAAwyMP/iba3+H+k7IBro3rxnHK\nJ9LCjU5xUoIzuRHwRI91z2p2wMopQyy0H6f9Bu6G4O1aNwY9shkreIDEIwJL\nka3KGYlhwsD8dEkV34OZY/pG/SyhLIOS+FflOz9sPDC0CC562XOmUS30uSmp\nV6+sA3VFiQYVb6yKB4LbZLQSHpHfvTnqASXs4gNC/WNK1LnMctrrL85A14U5\niqnv20aEd3grpk67lRw3pQAvQsh8zC7K9572FwlBO9AuxYtpnC29zPD0RK1I\ndpr/irhSxT17+G5Jxh5Sn0uNzCyYkfvDY9/wiIYM65O3dqkbX/w0CMlveNua\no6M/5vFzHrz5MZxv3ARXlT2G64jZmZnWbBUYHB368iXdDQHJh6y5NM5u9coT\n/bb8Nexh0E+Rfu9niyDBVWGyDf6bxHn41b+1cSCc2sssznHF13dDmH5kICgq\nqyQVJ9VygdqV4Czi038np6wzFqolqVddOBxZR6hHkv3RLzN52DBofSEo7/bI\noW8OylY2BstrtF60FfwdFj2IgPueXQ8ZRItHa853IZr7wESbQNj52Q9LLT5D\nr5vuE6LhABaJ4n3qK26vqRvcX9e3wdUmhQg/ntra2eoURmR6MCYz9Xiv5ncR\n8SqAzIn8dPAzAUM7J/v9qGIU+4LgWQP3krxn7OoTehigFwQdxVXQndtWSpDh\nbV+B\r\n=oFv7\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "keywords": [
    "regenerator",
    "runtime",
    "generator",
    "async"
  ],
  "license": "MIT",
  "main": "runtime.js",
  "maintainers": [
    {
      "name": "benjamn",
      "email": "bn@cs.stanford.edu"
    }
  ],
  "name": "regenerator-runtime",
  "optionalDependencies": {},
  "readme": "# regenerator-runtime\n\nStandalone runtime for\n[Regenerator](https://github.com/facebook/regenerator)-compiled generator\nand `async` functions.\n\nTo import the runtime as a module (recommended), either of the following\nimport styles will work:\n```js\n// CommonJS\nconst regeneratorRuntime = require(\"regenerator-runtime\");\n\n// ECMAScript 2015\nimport regeneratorRuntime from \"regenerator-runtime\";\n```\n\nTo ensure that `regeneratorRuntime` is defined globally, either of the\nfollowing styles will work:\n```js\n// CommonJS\nrequire(\"regenerator-runtime/runtime\");\n\n// ECMAScript 2015\nimport \"regenerator-runtime/runtime\";\n```\n\nTo get the absolute file system path of `runtime.js`, evaluate the\nfollowing expression:\n```js\nrequire(\"regenerator-runtime/path\").path\n```\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"
  },
  "sideEffects": true,
  "version": "0.13.2"
}
