summaryrefslogtreecommitdiff
path: root/node_modules/p-locate/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/p-locate/package.json')
-rw-r--r--node_modules/p-locate/package.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/node_modules/p-locate/package.json b/node_modules/p-locate/package.json
new file mode 100644
index 0000000..767002b
--- /dev/null
+++ b/node_modules/p-locate/package.json
@@ -0,0 +1,54 @@
+{
+ "name": "p-locate",
+ "version": "2.0.0",
+ "description": "Get the first fulfilled promise that satisfies the provided testing function",
+ "license": "MIT",
+ "repository": "sindresorhus/p-locate",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "promise",
+ "locate",
+ "find",
+ "finder",
+ "search",
+ "searcher",
+ "test",
+ "array",
+ "collection",
+ "iterable",
+ "iterator",
+ "race",
+ "fulfilled",
+ "fastest",
+ "async",
+ "await",
+ "promises",
+ "bluebird"
+ ],
+ "dependencies": {
+ "p-limit": "^1.1.0"
+ },
+ "devDependencies": {
+ "ava": "*",
+ "delay": "^1.3.1",
+ "in-range": "^1.0.0",
+ "time-span": "^1.0.0",
+ "xo": "*"
+ },
+ "xo": {
+ "esnext": true
+ }
+}