package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "_from": "babel-plugin-syntax-async-functions@^6.8.0",
  3. "_id": "babel-plugin-syntax-async-functions@6.13.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU=",
  6. "_location": "/babel-plugin-syntax-async-functions",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-plugin-syntax-async-functions@^6.8.0",
  12. "name": "babel-plugin-syntax-async-functions",
  13. "escapedName": "babel-plugin-syntax-async-functions",
  14. "rawSpec": "^6.8.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.8.0"
  17. },
  18. "_requiredBy": [
  19. "/babel-plugin-transform-async-to-generator"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz",
  22. "_shasum": "cad9cad1191b5ad634bf30ae0872391e0647be95",
  23. "_spec": "babel-plugin-syntax-async-functions@^6.8.0",
  24. "_where": "D:\\workSpace\\dealer_front\\node_modules\\babel-plugin-transform-async-to-generator",
  25. "bundleDependencies": false,
  26. "dependencies": {},
  27. "deprecated": false,
  28. "description": "Allow parsing of async functions",
  29. "devDependencies": {},
  30. "keywords": [
  31. "babel-plugin"
  32. ],
  33. "license": "MIT",
  34. "main": "lib/index.js",
  35. "name": "babel-plugin-syntax-async-functions",
  36. "repository": {
  37. "type": "git",
  38. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-functions"
  39. },
  40. "version": "6.13.0"
  41. }