[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "gensync@^1.0.0-beta.2",
|
---|
| 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.2",
|
---|
| 12 | "name": "gensync",
|
---|
| 13 | "escapedName": "gensync",
|
---|
| 14 | "rawSpec": "^1.0.0-beta.2",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^1.0.0-beta.2"
|
---|
[d565449] | 17 | },
|
---|
[79a0317] | 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.2",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/core",
|
---|
| 25 | "author": {
|
---|
| 26 | "name": "Logan Smyth",
|
---|
| 27 | "email": "loganfsmyth@gmail.com"
|
---|
[d565449] | 28 | },
|
---|
[79a0317] | 29 | "bugs": {
|
---|
| 30 | "url": "https://github.com/loganfsmyth/gensync/issues"
|
---|
[d565449] | 31 | },
|
---|
[79a0317] | 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.",
|
---|
[d565449] | 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"
|
---|
[79a0317] | 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"
|
---|
[d565449] | 68 | }
|
---|