package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-transform-async-generator-functions@^6.24.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/babel-preset-stage-3"
  6. ]
  7. ],
  8. "_from": "babel-plugin-transform-async-generator-functions@>=6.24.1 <7.0.0",
  9. "_id": "babel-plugin-transform-async-generator-functions@6.24.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/babel-plugin-transform-async-generator-functions",
  13. "_nodeVersion": "6.9.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/babel-plugin-transform-async-generator-functions-6.24.1.tgz_1491578375719_0.672300395090133"
  17. },
  18. "_npmUser": {
  19. "email": "hi@henryzoo.com",
  20. "name": "hzoo"
  21. },
  22. "_npmVersion": "3.10.10",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "babel-plugin-transform-async-generator-functions",
  26. "raw": "babel-plugin-transform-async-generator-functions@^6.24.1",
  27. "rawSpec": "^6.24.1",
  28. "scope": null,
  29. "spec": ">=6.24.1 <7.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/babel-preset-stage-3"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-functions-6.24.1.tgz",
  36. "_shasum": "f058900145fd3e9907a6ddf28da59f215258a5db",
  37. "_shrinkwrap": null,
  38. "_spec": "babel-plugin-transform-async-generator-functions@^6.24.1",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/babel-preset-stage-3",
  40. "dependencies": {
  41. "babel-helper-remap-async-to-generator": "^6.24.1",
  42. "babel-plugin-syntax-async-generators": "^6.5.0",
  43. "babel-runtime": "^6.22.0"
  44. },
  45. "description": "Turn async generator functions into ES2015 generators",
  46. "devDependencies": {
  47. "babel-helper-plugin-test-runner": "^6.24.1"
  48. },
  49. "directories": {},
  50. "dist": {
  51. "shasum": "f058900145fd3e9907a6ddf28da59f215258a5db",
  52. "tarball": "https://registry.npmjs.org/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-functions-6.24.1.tgz"
  53. },
  54. "keywords": [
  55. "babel-plugin"
  56. ],
  57. "license": "MIT",
  58. "main": "lib/index.js",
  59. "maintainers": [
  60. {
  61. "name": "hzoo",
  62. "email": "hi@henryzoo.com"
  63. }
  64. ],
  65. "name": "babel-plugin-transform-async-generator-functions",
  66. "optionalDependencies": {},
  67. "readme": "ERROR: No README data found!",
  68. "repository": {
  69. "type": "git",
  70. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-generator-functions"
  71. },
  72. "scripts": {},
  73. "version": "6.24.1"
  74. }