[6a3a178] | 1 | {
|
---|
[59329aa] | 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",
|
---|
[6a3a178] | 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 | },
|
---|
[59329aa] | 39 | "description": "fast, tiny `queueMicrotask` shim for modern engines",
|
---|
[6a3a178] | 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",
|
---|
[59329aa] | 75 | "name": "queue-microtask",
|
---|
[6a3a178] | 76 | "repository": {
|
---|
| 77 | "type": "git",
|
---|
| 78 | "url": "git://github.com/feross/queue-microtask.git"
|
---|
| 79 | },
|
---|
| 80 | "scripts": {
|
---|
| 81 | "test": "standard && tape test/*.js"
|
---|
[59329aa] | 82 | },
|
---|
| 83 | "version": "1.2.3"
|
---|
[6a3a178] | 84 | }
|
---|