- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/queue-microtask/package.json
rceaed42 r59329aa 1 1 { 2 "name": "queue-microtask", 3 "description": "fast, tiny `queueMicrotask` shim for modern engines", 4 "version": "1.2.3", 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", 5 31 "author": { 6 32 "name": "Feross Aboukhadijeh", … … 11 37 "url": "https://github.com/feross/queue-microtask/issues" 12 38 }, 39 "description": "fast, tiny `queueMicrotask` shim for modern engines", 13 40 "devDependencies": { 14 41 "standard": "*", … … 46 73 "license": "MIT", 47 74 "main": "index.js", 75 "name": "queue-microtask", 48 76 "repository": { 49 77 "type": "git", … … 52 80 "scripts": { 53 81 "test": "standard && tape test/*.js" 54 } 82 }, 83 "version": "1.2.3" 55 84 }
Note:
See TracChangeset
for help on using the changeset viewer.