package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-transform-async-generator-functions@6.24.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-plugin-transform-async-generator-functions@6.24.1",
  10. "_id": "babel-plugin-transform-async-generator-functions@6.24.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-8FiQAUX9PpkHpt3yjaWfIVJYpds=",
  13. "_location": "/babel-plugin-transform-async-generator-functions",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-plugin-transform-async-generator-functions@6.24.1",
  19. "name": "babel-plugin-transform-async-generator-functions",
  20. "escapedName": "babel-plugin-transform-async-generator-functions",
  21. "rawSpec": "6.24.1",
  22. "saveSpec": null,
  23. "fetchSpec": "6.24.1"
  24. },
  25. "_requiredBy": [
  26. "/babel-preset-stage-3"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-functions-6.24.1.tgz",
  29. "_spec": "6.24.1",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "dependencies": {
  32. "babel-helper-remap-async-to-generator": "^6.24.1",
  33. "babel-plugin-syntax-async-generators": "^6.5.0",
  34. "babel-runtime": "^6.22.0"
  35. },
  36. "description": "Turn async generator functions into ES2015 generators",
  37. "devDependencies": {
  38. "babel-helper-plugin-test-runner": "^6.24.1"
  39. },
  40. "keywords": [
  41. "babel-plugin"
  42. ],
  43. "license": "MIT",
  44. "main": "lib/index.js",
  45. "name": "babel-plugin-transform-async-generator-functions",
  46. "repository": {
  47. "type": "git",
  48. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-generator-functions"
  49. },
  50. "version": "6.24.1"
  51. }