source: trip-planner-front/node_modules/path-type/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.8 KB
Line 
1{
2 "_args": [
3 [
4 "path-type@4.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "path-type@4.0.0",
10 "_id": "path-type@4.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
13 "_location": "/path-type",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "path-type@4.0.0",
19 "name": "path-type",
20 "escapedName": "path-type",
21 "rawSpec": "4.0.0",
22 "saveSpec": null,
23 "fetchSpec": "4.0.0"
24 },
25 "_requiredBy": [
26 "/cosmiconfig",
27 "/dir-glob"
28 ],
29 "_resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
30 "_spec": "4.0.0",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Sindre Sorhus",
34 "email": "sindresorhus@gmail.com",
35 "url": "sindresorhus.com"
36 },
37 "bugs": {
38 "url": "https://github.com/sindresorhus/path-type/issues"
39 },
40 "description": "Check if a path is a file, directory, or symlink",
41 "devDependencies": {
42 "ava": "^1.3.1",
43 "nyc": "^13.3.0",
44 "tsd-check": "^0.3.0",
45 "xo": "^0.24.0"
46 },
47 "engines": {
48 "node": ">=8"
49 },
50 "files": [
51 "index.js",
52 "index.d.ts"
53 ],
54 "homepage": "https://github.com/sindresorhus/path-type#readme",
55 "keywords": [
56 "path",
57 "fs",
58 "type",
59 "is",
60 "check",
61 "directory",
62 "dir",
63 "file",
64 "filepath",
65 "symlink",
66 "symbolic",
67 "link",
68 "stat",
69 "stats",
70 "filesystem"
71 ],
72 "license": "MIT",
73 "name": "path-type",
74 "repository": {
75 "type": "git",
76 "url": "git+https://github.com/sindresorhus/path-type.git"
77 },
78 "scripts": {
79 "test": "xo && nyc ava && tsd-check"
80 },
81 "version": "4.0.0"
82}
Note: See TracBrowser for help on using the repository browser.