source: trip-planner-front/node_modules/p-locate/package.json@ 84d0fbb

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

adding photos

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