source: trip-planner-front/node_modules/yocto-queue/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
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"
79}
Note: See TracBrowser for help on using the repository browser.