99 lines
3.3 KiB
JSON
99 lines
3.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "babel-plugin-syntax-async-functions@^6.5.0",
|
|
"scope": null,
|
|
"escapedName": "babel-plugin-syntax-async-functions",
|
|
"name": "babel-plugin-syntax-async-functions",
|
|
"rawSpec": "^6.5.0",
|
|
"spec": ">=6.5.0 <7.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/babel-preset-react-native"
|
|
]
|
|
],
|
|
"_from": "babel-plugin-syntax-async-functions@>=6.5.0 <7.0.0",
|
|
"_id": "babel-plugin-syntax-async-functions@6.13.0",
|
|
"_inCache": true,
|
|
"_location": "/babel-plugin-syntax-async-functions",
|
|
"_nodeVersion": "5.11.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/babel-plugin-syntax-async-functions-6.13.0.tgz_1470353692618_0.4568883990868926"
|
|
},
|
|
"_npmUser": {
|
|
"name": "hzoo",
|
|
"email": "hi@henryzoo.com"
|
|
},
|
|
"_npmVersion": "3.10.3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "babel-plugin-syntax-async-functions@^6.5.0",
|
|
"scope": null,
|
|
"escapedName": "babel-plugin-syntax-async-functions",
|
|
"name": "babel-plugin-syntax-async-functions",
|
|
"rawSpec": "^6.5.0",
|
|
"spec": ">=6.5.0 <7.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/babel-plugin-transform-async-to-generator",
|
|
"/babel-preset-react-native"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz",
|
|
"_shasum": "cad9cad1191b5ad634bf30ae0872391e0647be95",
|
|
"_shrinkwrap": null,
|
|
"_spec": "babel-plugin-syntax-async-functions@^6.5.0",
|
|
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/babel-preset-react-native",
|
|
"dependencies": {},
|
|
"description": "Allow parsing of async functions",
|
|
"devDependencies": {},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "cad9cad1191b5ad634bf30ae0872391e0647be95",
|
|
"tarball": "https://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz"
|
|
},
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "amasad",
|
|
"email": "amjad.masad@gmail.com"
|
|
},
|
|
{
|
|
"name": "hzoo",
|
|
"email": "hi@henryzoo.com"
|
|
},
|
|
{
|
|
"name": "jmm",
|
|
"email": "npm-public@jessemccarthy.net"
|
|
},
|
|
{
|
|
"name": "loganfsmyth",
|
|
"email": "loganfsmyth@gmail.com"
|
|
},
|
|
{
|
|
"name": "sebmck",
|
|
"email": "sebmck@gmail.com"
|
|
},
|
|
{
|
|
"name": "thejameskyle",
|
|
"email": "me@thejameskyle.com"
|
|
}
|
|
],
|
|
"name": "babel-plugin-syntax-async-functions",
|
|
"optionalDependencies": {},
|
|
"readme": "# babel-plugin-syntax-async-functions\n\nAllow parsing of async functions.\n\n## Installation\n\n```sh\n$ npm install babel-plugin-syntax-async-functions\n```\n\n## Usage\n\n### Via `.babelrc` (Recommended)\n\n**.babelrc**\n\n```json\n{\n \"plugins\": [\"syntax-async-functions\"]\n}\n```\n\n### Via CLI\n\n```sh\n$ babel --plugins syntax-async-functions script.js\n```\n\n### Via Node API\n\n```javascript\nrequire(\"babel-core\").transform(\"code\", {\n plugins: [\"syntax-async-functions\"]\n});\n```\n",
|
|
"readmeFilename": "README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-functions"
|
|
},
|
|
"scripts": {},
|
|
"version": "6.13.0"
|
|
}
|