package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-syntax-async-generators@7.8.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@babel/plugin-syntax-async-generators@7.8.4",
  9. "_id": "@babel/plugin-syntax-async-generators@7.8.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  12. "_location": "/@babel/plugin-syntax-async-generators",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@babel/plugin-syntax-async-generators@7.8.4",
  18. "name": "@babel/plugin-syntax-async-generators",
  19. "escapedName": "@babel%2fplugin-syntax-async-generators",
  20. "scope": "@babel",
  21. "rawSpec": "7.8.4",
  22. "saveSpec": null,
  23. "fetchSpec": "7.8.4"
  24. },
  25. "_requiredBy": [
  26. "/@babel/plugin-proposal-async-generator-functions",
  27. "/@babel/preset-env",
  28. "/documentation/@babel/plugin-proposal-async-generator-functions",
  29. "/documentation/@babel/preset-env"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  32. "_spec": "7.8.4",
  33. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  34. "dependencies": {
  35. "@babel/helper-plugin-utils": "^7.8.0"
  36. },
  37. "description": "Allow parsing of async generator functions",
  38. "devDependencies": {
  39. "@babel/core": "^7.8.0"
  40. },
  41. "keywords": [
  42. "babel-plugin"
  43. ],
  44. "license": "MIT",
  45. "main": "lib/index.js",
  46. "name": "@babel/plugin-syntax-async-generators",
  47. "peerDependencies": {
  48. "@babel/core": "^7.0.0-0"
  49. },
  50. "publishConfig": {
  51. "access": "public"
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators"
  56. },
  57. "version": "7.8.4"
  58. }