source: trip-planner-front/node_modules/queue-microtask/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "queue-microtask@1.2.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "queue-microtask@1.2.3",
10 "_id": "queue-microtask@1.2.3",
11 "_inBundle": false,
12 "_integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
13 "_location": "/queue-microtask",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "queue-microtask@1.2.3",
19 "name": "queue-microtask",
20 "escapedName": "queue-microtask",
21 "rawSpec": "1.2.3",
22 "saveSpec": null,
23 "fetchSpec": "1.2.3"
24 },
25 "_requiredBy": [
26 "/run-parallel"
27 ],
28 "_resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
29 "_spec": "1.2.3",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Feross Aboukhadijeh",
33 "email": "feross@feross.org",
34 "url": "https://feross.org"
35 },
36 "bugs": {
37 "url": "https://github.com/feross/queue-microtask/issues"
38 },
39 "description": "fast, tiny `queueMicrotask` shim for modern engines",
40 "devDependencies": {
41 "standard": "*",
42 "tape": "^5.2.2"
43 },
44 "funding": [
45 {
46 "type": "github",
47 "url": "https://github.com/sponsors/feross"
48 },
49 {
50 "type": "patreon",
51 "url": "https://www.patreon.com/feross"
52 },
53 {
54 "type": "consulting",
55 "url": "https://feross.org/support"
56 }
57 ],
58 "homepage": "https://github.com/feross/queue-microtask",
59 "keywords": [
60 "asap",
61 "immediate",
62 "micro task",
63 "microtask",
64 "nextTick",
65 "process.nextTick",
66 "queue micro task",
67 "queue microtask",
68 "queue-microtask",
69 "queueMicrotask",
70 "setImmediate",
71 "task"
72 ],
73 "license": "MIT",
74 "main": "index.js",
75 "name": "queue-microtask",
76 "repository": {
77 "type": "git",
78 "url": "git://github.com/feross/queue-microtask.git"
79 },
80 "scripts": {
81 "test": "standard && tape test/*.js"
82 },
83 "version": "1.2.3"
84}
Note: See TracBrowser for help on using the repository browser.