source: trip-planner-front/node_modules/pkg-dir/package.json@ 8d391a1

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