main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
942 bytes
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
| 2 | "name": "p-locate",
|
---|
| 3 | "version": "5.0.0",
|
---|
| 4 | "description": "Get the first fulfilled promise that satisfies the provided testing function",
|
---|
| 5 | "license": "MIT",
|
---|
| 6 | "repository": "sindresorhus/p-locate",
|
---|
| 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 | "promise",
|
---|
| 25 | "locate",
|
---|
| 26 | "find",
|
---|
| 27 | "finder",
|
---|
| 28 | "search",
|
---|
| 29 | "searcher",
|
---|
| 30 | "test",
|
---|
| 31 | "array",
|
---|
| 32 | "collection",
|
---|
| 33 | "iterable",
|
---|
| 34 | "iterator",
|
---|
| 35 | "race",
|
---|
| 36 | "fulfilled",
|
---|
| 37 | "fastest",
|
---|
| 38 | "async",
|
---|
| 39 | "await",
|
---|
| 40 | "promises",
|
---|
| 41 | "bluebird"
|
---|
| 42 | ],
|
---|
| 43 | "dependencies": {
|
---|
| 44 | "p-limit": "^3.0.2"
|
---|
| 45 | },
|
---|
| 46 | "devDependencies": {
|
---|
| 47 | "ava": "^2.4.0",
|
---|
| 48 | "delay": "^4.1.0",
|
---|
| 49 | "in-range": "^2.0.0",
|
---|
| 50 | "time-span": "^4.0.0",
|
---|
| 51 | "tsd": "^0.13.1",
|
---|
| 52 | "xo": "^0.32.1"
|
---|
| 53 | }
|
---|
| 54 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.