source: imaps-frontend/node_modules/queue-microtask/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

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