GT2/GT2-Android/node_modules/regenerator-runtime/package.json

85 lines
3.2 KiB
JSON

{
"_args": [
[
{
"raw": "regenerator-runtime@^0.11.0",
"scope": null,
"escapedName": "regenerator-runtime",
"name": "regenerator-runtime",
"rawSpec": "^0.11.0",
"spec": ">=0.11.0 <0.12.0",
"type": "range"
},
"/home/jdaugherty/work/GT2/GT2-Android/node_modules/babel-runtime"
]
],
"_from": "regenerator-runtime@>=0.11.0 <0.12.0",
"_id": "regenerator-runtime@0.11.1",
"_inCache": true,
"_location": "/regenerator-runtime",
"_nodeVersion": "8.8.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/regenerator-runtime-0.11.1.tgz_1512675366931_0.09084331477060914"
},
"_npmUser": {
"name": "benjamn",
"email": "ben@benjamn.com"
},
"_npmVersion": "5.4.2",
"_phantomChildren": {},
"_requested": {
"raw": "regenerator-runtime@^0.11.0",
"scope": null,
"escapedName": "regenerator-runtime",
"name": "regenerator-runtime",
"rawSpec": "^0.11.0",
"spec": ">=0.11.0 <0.12.0",
"type": "range"
},
"_requiredBy": [
"/babel-runtime"
],
"_resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
"_shasum": "be05ad7f9bf7d22e056f9726cee5017fbf19e2e9",
"_shrinkwrap": null,
"_spec": "regenerator-runtime@^0.11.0",
"_where": "/home/jdaugherty/work/GT2/GT2-Android/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-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==",
"shasum": "be05ad7f9bf7d22e056f9726cee5017fbf19e2e9",
"tarball": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz"
},
"keywords": [
"regenerator",
"runtime",
"generator",
"async"
],
"license": "MIT",
"main": "runtime-module.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"
},
"version": "0.11.1"
}