Changeset 59329aa for trip-planner-front/node_modules/gensync/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/gensync/package.json
rceaed42 r59329aa 1 1 { 2 "name": "gensync", 3 "version": "1.0.0-beta.2", 4 "license": "MIT", 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 }, 5 38 "description": "Allows users to use generators in order to write common functions that can be both sync or async.", 6 "main": "index.js",7 "author": "Logan Smyth <loganfsmyth@gmail.com>",8 "homepage": "https://github.com/loganfsmyth/gensync",9 "repository": {10 "type": "git",11 "url": "https://github.com/loganfsmyth/gensync.git"12 },13 "scripts": {14 "test": "jest"15 },16 "engines": {17 "node": ">=6.9.0"18 },19 "keywords": [20 "async",21 "sync",22 "generators",23 "async-await",24 "callbacks"25 ],26 39 "devDependencies": { 27 40 "babel-core": "^6.26.3", … … 34 47 "jest": "^22.4.3", 35 48 "prettier": "^1.12.1" 36 } 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" 37 72 }
Note:
See TracChangeset
for help on using the changeset viewer.