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