package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "@babel/plugin-transform-async-generator-functions@^7.28.0",
  3. "_id": "@babel/plugin-transform-async-generator-functions@7.28.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
  6. "_location": "/@babel/plugin-transform-async-generator-functions",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-async-generator-functions@^7.28.0",
  12. "name": "@babel/plugin-transform-async-generator-functions",
  13. "escapedName": "@babel%2fplugin-transform-async-generator-functions",
  14. "scope": "@babel",
  15. "rawSpec": "^7.28.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.28.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
  23. "_shasum": "1276e6c7285ab2cd1eccb0bc7356b7a69ff842c2",
  24. "_spec": "@babel/plugin-transform-async-generator-functions@^7.28.0",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\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.27.1",
  36. "@babel/helper-remap-async-to-generator": "^7.27.1",
  37. "@babel/traverse": "^7.28.0"
  38. },
  39. "deprecated": false,
  40. "description": "Turn async generator functions into ES2015 generators",
  41. "devDependencies": {
  42. "@babel/core": "^7.28.0",
  43. "@babel/helper-plugin-test-runner": "^7.27.1",
  44. "babel-plugin-polyfill-corejs3": "^0.13.0",
  45. "core-js-pure": "^3.43.0"
  46. },
  47. "engines": {
  48. "node": ">=6.9.0"
  49. },
  50. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-async-generator-functions",
  51. "keywords": [
  52. "babel-plugin"
  53. ],
  54. "license": "MIT",
  55. "main": "./lib/index.js",
  56. "name": "@babel/plugin-transform-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-transform-async-generator-functions"
  67. },
  68. "type": "commonjs",
  69. "version": "7.28.0"
  70. }