- 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/yocto-queue/package.json
rceaed42 r59329aa 1 1 { 2 "name": "yocto-queue", 3 "version": "0.1.0", 4 "description": "Tiny queue data structure", 5 "license": "MIT", 6 "repository": "sindresorhus/yocto-queue", 7 "funding": "https://github.com/sponsors/sindresorhus", 8 "author": { 9 "name": "Sindre Sorhus", 10 "email": "sindresorhus@gmail.com", 11 "url": "https://sindresorhus.com" 12 }, 13 "engines": { 14 "node": ">=10" 15 }, 16 "scripts": { 17 "test": "xo && ava && tsd" 18 }, 19 "files": [ 20 "index.js", 21 "index.d.ts" 22 ], 23 "keywords": [ 24 "queue", 25 "data", 26 "structure", 27 "algorithm", 28 "queues", 29 "queuing", 30 "list", 31 "array", 32 "linkedlist", 33 "fifo", 34 "enqueue", 35 "dequeue", 36 "data-structure" 37 ], 38 "devDependencies": { 39 "ava": "^2.4.0", 40 "tsd": "^0.13.1", 41 "xo": "^0.35.0" 42 } 2 "_args": [ 3 [ 4 "yocto-queue@0.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "yocto-queue@0.1.0", 10 "_id": "yocto-queue@0.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", 13 "_location": "/yocto-queue", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "yocto-queue@0.1.0", 19 "name": "yocto-queue", 20 "escapedName": "yocto-queue", 21 "rawSpec": "0.1.0", 22 "saveSpec": null, 23 "fetchSpec": "0.1.0" 24 }, 25 "_requiredBy": [ 26 "/p-limit" 27 ], 28 "_resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", 29 "_spec": "0.1.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "https://sindresorhus.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/yocto-queue/issues" 38 }, 39 "description": "Tiny queue data structure", 40 "devDependencies": { 41 "ava": "^2.4.0", 42 "tsd": "^0.13.1", 43 "xo": "^0.35.0" 44 }, 45 "engines": { 46 "node": ">=10" 47 }, 48 "files": [ 49 "index.js", 50 "index.d.ts" 51 ], 52 "funding": "https://github.com/sponsors/sindresorhus", 53 "homepage": "https://github.com/sindresorhus/yocto-queue#readme", 54 "keywords": [ 55 "queue", 56 "data", 57 "structure", 58 "algorithm", 59 "queues", 60 "queuing", 61 "list", 62 "array", 63 "linkedlist", 64 "fifo", 65 "enqueue", 66 "dequeue", 67 "data-structure" 68 ], 69 "license": "MIT", 70 "name": "yocto-queue", 71 "repository": { 72 "type": "git", 73 "url": "git+https://github.com/sindresorhus/yocto-queue.git" 74 }, 75 "scripts": { 76 "test": "xo && ava && tsd" 77 }, 78 "version": "0.1.0" 43 79 }
Note:
See TracChangeset
for help on using the changeset viewer.