package.json 1.8 KB

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