Changeset 59329aa for trip-planner-front/node_modules/run-async
- 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/run-async/package.json
rceaed42 r59329aa 1 1 { 2 "name": "run-async", 3 "version": "2.4.1", 2 "_args": [ 3 [ 4 "run-async@2.4.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "run-async@2.4.1", 10 "_id": "run-async@2.4.1", 11 "_inBundle": false, 12 "_integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", 13 "_location": "/run-async", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "run-async@2.4.1", 19 "name": "run-async", 20 "escapedName": "run-async", 21 "rawSpec": "2.4.1", 22 "saveSpec": null, 23 "fetchSpec": "2.4.1" 24 }, 25 "_requiredBy": [ 26 "/inquirer" 27 ], 28 "_resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", 29 "_spec": "2.4.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Simon Boudrias", 33 "email": "admin@simonboudrias.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/SBoudrias/run-async/issues" 37 }, 38 "dependencies": {}, 4 39 "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.", 5 "main": "index.js", 6 "scripts": { 7 "test": "mocha -R spec" 40 "devDependencies": { 41 "mocha": "^7.1.0" 8 42 }, 9 43 "engines": { 10 44 "node": ">=0.12.0" 11 45 }, 12 "repository": "SBoudrias/run-async", 46 "files": [ 47 "index.js" 48 ], 49 "homepage": "https://github.com/SBoudrias/run-async#readme", 13 50 "keywords": [ 14 51 "flow", … … 16 53 "async" 17 54 ], 18 "files": [19 "index.js"20 ],21 "author": "Simon Boudrias <admin@simonboudrias.com>",22 55 "license": "MIT", 23 "dependencies": {}, 24 "devDependencies": { 25 "mocha": "^7.1.0" 26 } 56 "main": "index.js", 57 "name": "run-async", 58 "repository": { 59 "type": "git", 60 "url": "git+https://github.com/SBoudrias/run-async.git" 61 }, 62 "scripts": { 63 "test": "mocha -R spec" 64 }, 65 "version": "2.4.1" 27 66 }
Note:
See TracChangeset
for help on using the changeset viewer.