package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "@babel/plugin-proposal-async-generator-functions@^7.16.8",
  3. "_id": "@babel/plugin-proposal-async-generator-functions@7.16.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==",
  6. "_location": "/@babel/plugin-proposal-async-generator-functions",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-proposal-async-generator-functions@^7.16.8",
  12. "name": "@babel/plugin-proposal-async-generator-functions",
  13. "escapedName": "@babel%2fplugin-proposal-async-generator-functions",
  14. "scope": "@babel",
  15. "rawSpec": "^7.16.8",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.16.8"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz",
  23. "_shasum": "3bdd1ebbe620804ea9416706cd67d60787504bc8",
  24. "_spec": "@babel/plugin-proposal-async-generator-functions@^7.16.8",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@babel\\preset-env",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-plugin-utils": "^7.16.7",
  36. "@babel/helper-remap-async-to-generator": "^7.16.8",
  37. "@babel/plugin-syntax-async-generators": "^7.8.4"
  38. },
  39. "deprecated": false,
  40. "description": "Turn async generator functions into ES2015 generators",
  41. "devDependencies": {
  42. "@babel/core": "^7.16.7",
  43. "@babel/helper-plugin-test-runner": "^7.16.7",
  44. "babel-plugin-polyfill-corejs3": "^0.5.0",
  45. "core-js-pure": "^3.20.2"
  46. },
  47. "engines": {
  48. "node": ">=6.9.0"
  49. },
  50. "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-async-generator-functions",
  51. "keywords": [
  52. "babel-plugin"
  53. ],
  54. "license": "MIT",
  55. "main": "./lib/index.js",
  56. "name": "@babel/plugin-proposal-async-generator-functions",
  57. "peerDependencies": {
  58. "@babel/core": "^7.0.0-0"
  59. },
  60. "publishConfig": {
  61. "access": "public"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/babel/babel.git",
  66. "directory": "packages/babel-plugin-proposal-async-generator-functions"
  67. },
  68. "version": "7.16.8"
  69. }