You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-syntax-async-generators@7.8.4",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  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. "/babel-preset-react-app/@babel/preset-env"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  31. "_spec": "7.8.4",
  32. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  33. "dependencies": {
  34. "@babel/helper-plugin-utils": "^7.8.0"
  35. },
  36. "description": "Allow parsing of async generator functions",
  37. "devDependencies": {
  38. "@babel/core": "^7.8.0"
  39. },
  40. "keywords": [
  41. "babel-plugin"
  42. ],
  43. "license": "MIT",
  44. "main": "lib/index.js",
  45. "name": "@babel/plugin-syntax-async-generators",
  46. "peerDependencies": {
  47. "@babel/core": "^7.0.0-0"
  48. },
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators"
  55. },
  56. "version": "7.8.4"
  57. }