package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "gensync@^1.0.0-beta.1",
  3. "_id": "gensync@1.0.0-beta.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  6. "_location": "/gensync",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "gensync@^1.0.0-beta.1",
  12. "name": "gensync",
  13. "escapedName": "gensync",
  14. "rawSpec": "^1.0.0-beta.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0-beta.1"
  17. },
  18. "_requiredBy": [
  19. "/@babel/core"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  22. "_shasum": "32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0",
  23. "_spec": "gensync@^1.0.0-beta.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@babel\\core",
  25. "author": {
  26. "name": "Logan Smyth",
  27. "email": "loganfsmyth@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/loganfsmyth/gensync/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Allows users to use generators in order to write common functions that can be both sync or async.",
  35. "devDependencies": {
  36. "babel-core": "^6.26.3",
  37. "babel-preset-env": "^1.6.1",
  38. "eslint": "^4.19.1",
  39. "eslint-config-prettier": "^2.9.0",
  40. "eslint-plugin-node": "^6.0.1",
  41. "eslint-plugin-prettier": "^2.6.0",
  42. "flow-bin": "^0.71.0",
  43. "jest": "^22.4.3",
  44. "prettier": "^1.12.1"
  45. },
  46. "engines": {
  47. "node": ">=6.9.0"
  48. },
  49. "homepage": "https://github.com/loganfsmyth/gensync",
  50. "keywords": [
  51. "async",
  52. "sync",
  53. "generators",
  54. "async-await",
  55. "callbacks"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "gensync",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/loganfsmyth/gensync.git"
  63. },
  64. "scripts": {
  65. "test": "jest"
  66. },
  67. "version": "1.0.0-beta.2"
  68. }