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

Last change on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.1 KB
Line 
1{
2 "name": "queue-microtask",
3 "description": "fast, tiny `queueMicrotask` shim for modern engines",
4 "version": "1.2.3",
5 "author": {
6 "name": "Feross Aboukhadijeh",
7 "email": "feross@feross.org",
8 "url": "https://feross.org"
9 },
10 "bugs": {
11 "url": "https://github.com/feross/queue-microtask/issues"
12 },
13 "devDependencies": {
14 "standard": "*",
15 "tape": "^5.2.2"
16 },
17 "funding": [
18 {
19 "type": "github",
20 "url": "https://github.com/sponsors/feross"
21 },
22 {
23 "type": "patreon",
24 "url": "https://www.patreon.com/feross"
25 },
26 {
27 "type": "consulting",
28 "url": "https://feross.org/support"
29 }
30 ],
31 "homepage": "https://github.com/feross/queue-microtask",
32 "keywords": [
33 "asap",
34 "immediate",
35 "micro task",
36 "microtask",
37 "nextTick",
38 "process.nextTick",
39 "queue micro task",
40 "queue microtask",
41 "queue-microtask",
42 "queueMicrotask",
43 "setImmediate",
44 "task"
45 ],
46 "license": "MIT",
47 "main": "index.js",
48 "repository": {
49 "type": "git",
50 "url": "git://github.com/feross/queue-microtask.git"
51 },
52 "scripts": {
53 "test": "standard && tape test/*.js"
54 }
55}
Note: See TracBrowser for help on using the repository browser.