blob: 27fbc8187dfca4d13ef3617f2b4969d0f38e9cae [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "path-exists@^2.0.0",
3 "_id": "path-exists@2.1.0",
4 "_inBundle": false,
5 "_integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
6 "_location": "/path-exists",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "path-exists@^2.0.0",
12 "name": "path-exists",
13 "escapedName": "path-exists",
14 "rawSpec": "^2.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.0"
17 },
18 "_requiredBy": [
19 "/find-up"
20 ],
21 "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
22 "_shasum": "0feb6c64f0fc518d9a754dd5efb62c7022761f4b",
23 "_spec": "path-exists@^2.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\find-up",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/path-exists/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "pinkie-promise": "^2.0.0"
36 },
37 "deprecated": false,
38 "description": "Check if a path exists",
39 "devDependencies": {
40 "ava": "*",
41 "xo": "*"
42 },
43 "engines": {
44 "node": ">=0.10.0"
45 },
46 "files": [
47 "index.js"
48 ],
49 "homepage": "https://github.com/sindresorhus/path-exists#readme",
50 "keywords": [
51 "path",
52 "exists",
53 "exist",
54 "file",
55 "filepath",
56 "fs",
57 "filesystem",
58 "file-system",
59 "access",
60 "stat"
61 ],
62 "license": "MIT",
63 "name": "path-exists",
64 "repository": {
65 "type": "git",
66 "url": "git+https://github.com/sindresorhus/path-exists.git"
67 },
68 "scripts": {
69 "test": "xo && ava"
70 },
71 "version": "2.1.0"
72}