fd22b0bf58
V2 (Laravel re-make)
70 lines
2.3 KiB
JSON
70 lines
2.3 KiB
JSON
{
|
|
"_from": "@babel/plugin-proposal-async-generator-functions@^7.16.8",
|
|
"_id": "@babel/plugin-proposal-async-generator-functions@7.16.8",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==",
|
|
"_location": "/@babel/plugin-proposal-async-generator-functions",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@babel/plugin-proposal-async-generator-functions@^7.16.8",
|
|
"name": "@babel/plugin-proposal-async-generator-functions",
|
|
"escapedName": "@babel%2fplugin-proposal-async-generator-functions",
|
|
"scope": "@babel",
|
|
"rawSpec": "^7.16.8",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.16.8"
|
|
},
|
|
"_requiredBy": [
|
|
"/@babel/preset-env"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz",
|
|
"_shasum": "3bdd1ebbe620804ea9416706cd67d60787504bc8",
|
|
"_spec": "@babel/plugin-proposal-async-generator-functions@^7.16.8",
|
|
"_where": "C:\\laragon\\www\\idlers\\node_modules\\@babel\\preset-env",
|
|
"author": {
|
|
"name": "The Babel Team",
|
|
"url": "https://babel.dev/team"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/babel/babel/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.16.7",
|
|
"@babel/helper-remap-async-to-generator": "^7.16.8",
|
|
"@babel/plugin-syntax-async-generators": "^7.8.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Turn async generator functions into ES2015 generators",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.7",
|
|
"@babel/helper-plugin-test-runner": "^7.16.7",
|
|
"babel-plugin-polyfill-corejs3": "^0.5.0",
|
|
"core-js-pure": "^3.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-async-generator-functions",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"name": "@babel/plugin-proposal-async-generator-functions",
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-plugin-proposal-async-generator-functions"
|
|
},
|
|
"version": "7.16.8"
|
|
}
|