main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
725 bytes
|
Rev | Line | |
---|
[d565449] | 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 | }
|
---|
| 43 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.