Changeset 59329aa for trip-planner-front/node_modules/regenerator-runtime
- 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/regenerator-runtime/package.json
rceaed42 r59329aa 1 1 { 2 "name": "regenerator-runtime", 3 "author": "Ben Newman <bn@cs.stanford.edu>", 2 "_args": [ 3 [ 4 "regenerator-runtime@0.13.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "regenerator-runtime@0.13.9", 10 "_id": "regenerator-runtime@0.13.9", 11 "_inBundle": false, 12 "_integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==", 13 "_location": "/regenerator-runtime", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "regenerator-runtime@0.13.9", 19 "name": "regenerator-runtime", 20 "escapedName": "regenerator-runtime", 21 "rawSpec": "0.13.9", 22 "saveSpec": null, 23 "fetchSpec": "0.13.9" 24 }, 25 "_requiredBy": [ 26 "/@angular-devkit/build-angular", 27 "/@babel/runtime" 28 ], 29 "_resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", 30 "_spec": "0.13.9", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Ben Newman", 34 "email": "bn@cs.stanford.edu" 35 }, 4 36 "description": "Runtime for Regenerator-compiled generator and async functions.", 5 "version": "0.13.9",6 "main": "runtime.js",7 37 "keywords": [ 8 38 "regenerator", … … 11 41 "async" 12 42 ], 13 "sideEffects": true, 43 "license": "MIT", 44 "main": "runtime.js", 45 "name": "regenerator-runtime", 14 46 "repository": { 15 47 "type": "git", 16 48 "url": "https://github.com/facebook/regenerator/tree/master/packages/runtime" 17 49 }, 18 "license": "MIT" 50 "sideEffects": true, 51 "version": "0.13.9" 19 52 }
Note:
See TracChangeset
for help on using the changeset viewer.