source: trip-planner-front/node_modules/find-up/package.json@ e29cc2e

Last change on this file since e29cc2e 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 "find-up@4.1.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "find-up@4.1.0",
10 "_id": "find-up@4.1.0",
11 "_inBundle": false,
12 "_integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
13 "_location": "/find-up",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "find-up@4.1.0",
19 "name": "find-up",
20 "escapedName": "find-up",
21 "rawSpec": "4.1.0",
22 "saveSpec": null,
23 "fetchSpec": "4.1.0"
24 },
25 "_requiredBy": [
26 "/pkg-dir"
27 ],
28 "_resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
29 "_spec": "4.1.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/find-up/issues"
38 },
39 "dependencies": {
40 "locate-path": "^5.0.0",
41 "path-exists": "^4.0.0"
42 },
43 "description": "Find a file or directory by walking up parent directories",
44 "devDependencies": {
45 "ava": "^2.1.0",
46 "is-path-inside": "^2.1.0",
47 "tempy": "^0.3.0",
48 "tsd": "^0.7.3",
49 "xo": "^0.24.0"
50 },
51 "engines": {
52 "node": ">=8"
53 },
54 "files": [
55 "index.js",
56 "index.d.ts"
57 ],
58 "homepage": "https://github.com/sindresorhus/find-up#readme",
59 "keywords": [
60 "find",
61 "up",
62 "find-up",
63 "findup",
64 "look-up",
65 "look",
66 "file",
67 "search",
68 "match",
69 "package",
70 "resolve",
71 "parent",
72 "parents",
73 "folder",
74 "directory",
75 "walk",
76 "walking",
77 "path"
78 ],
79 "license": "MIT",
80 "name": "find-up",
81 "repository": {
82 "type": "git",
83 "url": "git+https://github.com/sindresorhus/find-up.git"
84 },
85 "scripts": {
86 "test": "xo && ava && tsd"
87 },
88 "version": "4.1.0"
89}
Note: See TracBrowser for help on using the repository browser.