package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "@babel/plugin-proposal-async-generator-functions@7.20.7",
  3. "_id": "@babel/plugin-proposal-async-generator-functions@7.20.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==",
  6. "_location": "/@babel/plugin-proposal-async-generator-functions",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/plugin-proposal-async-generator-functions@7.20.7",
  12. "name": "@babel/plugin-proposal-async-generator-functions",
  13. "escapedName": "@babel%2fplugin-proposal-async-generator-functions",
  14. "scope": "@babel",
  15. "rawSpec": "7.20.7",
  16. "saveSpec": null,
  17. "fetchSpec": "7.20.7"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env",
  21. "/miniprogram-ci"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz",
  24. "_shasum": "bfb7276d2d573cb67ba379984a2334e262ba5326",
  25. "_spec": "@babel/plugin-proposal-async-generator-functions@7.20.7",
  26. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  27. "author": {
  28. "name": "The Babel Team",
  29. "url": "https://babel.dev/team"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/babel/babel/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@babel/helper-environment-visitor": "^7.18.9",
  37. "@babel/helper-plugin-utils": "^7.20.2",
  38. "@babel/helper-remap-async-to-generator": "^7.18.9",
  39. "@babel/plugin-syntax-async-generators": "^7.8.4"
  40. },
  41. "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.",
  42. "description": "Turn async generator functions into ES2015 generators",
  43. "devDependencies": {
  44. "@babel/core": "^7.20.7",
  45. "@babel/helper-plugin-test-runner": "^7.18.6",
  46. "babel-plugin-polyfill-corejs3": "^0.6.0",
  47. "core-js-pure": "^3.25.1"
  48. },
  49. "engines": {
  50. "node": ">=6.9.0"
  51. },
  52. "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-async-generator-functions",
  53. "keywords": [
  54. "babel-plugin"
  55. ],
  56. "license": "MIT",
  57. "main": "./lib/index.js",
  58. "name": "@babel/plugin-proposal-async-generator-functions",
  59. "peerDependencies": {
  60. "@babel/core": "^7.0.0-0"
  61. },
  62. "publishConfig": {
  63. "access": "public"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/babel/babel.git",
  68. "directory": "packages/babel-plugin-proposal-async-generator-functions"
  69. },
  70. "type": "commonjs",
  71. "version": "7.20.7"
  72. }