[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "yocto-queue@^0.1.0",
|
---|
| 3 | "_id": "yocto-queue@0.1.0",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
|
---|
| 6 | "_location": "/yocto-queue",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "yocto-queue@^0.1.0",
|
---|
| 12 | "name": "yocto-queue",
|
---|
| 13 | "escapedName": "yocto-queue",
|
---|
| 14 | "rawSpec": "^0.1.0",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^0.1.0"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/p-limit"
|
---|
| 20 | ],
|
---|
| 21 | "_resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
---|
| 22 | "_shasum": "0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b",
|
---|
| 23 | "_spec": "yocto-queue@^0.1.0",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/p-limit",
|
---|
| 25 | "author": {
|
---|
| 26 | "name": "Sindre Sorhus",
|
---|
| 27 | "email": "sindresorhus@gmail.com",
|
---|
| 28 | "url": "https://sindresorhus.com"
|
---|
| 29 | },
|
---|
| 30 | "bugs": {
|
---|
| 31 | "url": "https://github.com/sindresorhus/yocto-queue/issues"
|
---|
| 32 | },
|
---|
| 33 | "bundleDependencies": false,
|
---|
| 34 | "deprecated": false,
|
---|
| 35 | "description": "Tiny queue data structure",
|
---|
| 36 | "devDependencies": {
|
---|
| 37 | "ava": "^2.4.0",
|
---|
| 38 | "tsd": "^0.13.1",
|
---|
| 39 | "xo": "^0.35.0"
|
---|
| 40 | },
|
---|
| 41 | "engines": {
|
---|
| 42 | "node": ">=10"
|
---|
| 43 | },
|
---|
| 44 | "files": [
|
---|
| 45 | "index.js",
|
---|
| 46 | "index.d.ts"
|
---|
| 47 | ],
|
---|
| 48 | "funding": "https://github.com/sponsors/sindresorhus",
|
---|
| 49 | "homepage": "https://github.com/sindresorhus/yocto-queue#readme",
|
---|
| 50 | "keywords": [
|
---|
| 51 | "queue",
|
---|
| 52 | "data",
|
---|
| 53 | "structure",
|
---|
| 54 | "algorithm",
|
---|
| 55 | "queues",
|
---|
| 56 | "queuing",
|
---|
| 57 | "list",
|
---|
| 58 | "array",
|
---|
| 59 | "linkedlist",
|
---|
| 60 | "fifo",
|
---|
| 61 | "enqueue",
|
---|
| 62 | "dequeue",
|
---|
| 63 | "data-structure"
|
---|
| 64 | ],
|
---|
| 65 | "license": "MIT",
|
---|
| 66 | "name": "yocto-queue",
|
---|
| 67 | "repository": {
|
---|
| 68 | "type": "git",
|
---|
| 69 | "url": "git+https://github.com/sindresorhus/yocto-queue.git"
|
---|
| 70 | },
|
---|
| 71 | "scripts": {
|
---|
| 72 | "test": "xo && ava && tsd"
|
---|
| 73 | },
|
---|
| 74 | "version": "0.1.0"
|
---|
[d565449] | 75 | }
|
---|