source: trip-planner-front/node_modules/gensync/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

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