lightfold
Version:
lightweight scaffolding and archiving utility CLI.
58 lines (57 loc) • 2.03 kB
JSON
{
"_from": "@babel/plugin-transform-async-to-generator@^7.8.3",
"_id": "@babel/plugin-transform-async-to-generator@7.8.3",
"_inBundle": false,
"_integrity": "sha512-imt9tFLD9ogt56Dd5CI/6XgpukMwd/fLGSrix2httihVe7LOGVPhyhMh1BU5kDM7iHD08i8uUtmV2sWaBFlHVQ==",
"_location": "/@babel/plugin-transform-async-to-generator",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-async-to-generator@^7.8.3",
"name": "@babel/plugin-transform-async-to-generator",
"escapedName": "@babel%2fplugin-transform-async-to-generator",
"scope": "@babel",
"rawSpec": "^7.8.3",
"saveSpec": null,
"fetchSpec": "^7.8.3"
},
"_requiredBy": [
"/@babel/preset-env",
"/babel-preset-react-app/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.8.3.tgz",
"_shasum": "4308fad0d9409d71eafb9b1a6ee35f9d64b64086",
"_spec": "@babel/plugin-transform-async-to-generator@^7.8.3",
"_where": "/Users/andrewxia/Documents/work/codefold/example/node_modules/@babel/preset-env",
"bundleDependencies": false,
"dependencies": {
"@babel/helper-module-imports": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/helper-remap-async-to-generator": "^7.8.3"
},
"deprecated": false,
"description": "Turn async functions into ES2015 generators",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/helper-plugin-test-runner": "^7.8.3"
},
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-transform-async-to-generator",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator"
},
"version": "7.8.3"
}