source: trip-planner-front/node_modules/webpack-dev-server/node_modules/p-locate/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "p-locate@3.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "p-locate@3.0.0",
10 "_id": "p-locate@3.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
13 "_location": "/webpack-dev-server/p-locate",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "p-locate@3.0.0",
19 "name": "p-locate",
20 "escapedName": "p-locate",
21 "rawSpec": "3.0.0",
22 "saveSpec": null,
23 "fetchSpec": "3.0.0"
24 },
25 "_requiredBy": [
26 "/webpack-dev-server/locate-path"
27 ],
28 "_resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
29 "_spec": "3.0.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": "sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/sindresorhus/p-locate/issues"
38 },
39 "dependencies": {
40 "p-limit": "^2.0.0"
41 },
42 "description": "Get the first fulfilled promise that satisfies the provided testing function",
43 "devDependencies": {
44 "ava": "*",
45 "delay": "^3.0.0",
46 "in-range": "^1.0.0",
47 "time-span": "^2.0.0",
48 "xo": "*"
49 },
50 "engines": {
51 "node": ">=6"
52 },
53 "files": [
54 "index.js"
55 ],
56 "homepage": "https://github.com/sindresorhus/p-locate#readme",
57 "keywords": [
58 "promise",
59 "locate",
60 "find",
61 "finder",
62 "search",
63 "searcher",
64 "test",
65 "array",
66 "collection",
67 "iterable",
68 "iterator",
69 "race",
70 "fulfilled",
71 "fastest",
72 "async",
73 "await",
74 "promises",
75 "bluebird"
76 ],
77 "license": "MIT",
78 "name": "p-locate",
79 "repository": {
80 "type": "git",
81 "url": "git+https://github.com/sindresorhus/p-locate.git"
82 },
83 "scripts": {
84 "test": "xo && ava"
85 },
86 "version": "3.0.0"
87}
Note: See TracBrowser for help on using the repository browser.