source: trip-planner-front/node_modules/run-async/package.json@ 84d0fbb

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

adding photos

  • Property mode set to 100644
File size: 1.6 KB
Line 
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": {},
39 "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
40 "devDependencies": {
41 "mocha": "^7.1.0"
42 },
43 "engines": {
44 "node": ">=0.12.0"
45 },
46 "files": [
47 "index.js"
48 ],
49 "homepage": "https://github.com/SBoudrias/run-async#readme",
50 "keywords": [
51 "flow",
52 "flow-control",
53 "async"
54 ],
55 "license": "MIT",
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"
66}
Note: See TracBrowser for help on using the repository browser.