source: imaps-frontend/node_modules/path-exists/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "path-exists@^4.0.0",
3 "_id": "path-exists@4.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
6 "_location": "/path-exists",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "path-exists@^4.0.0",
12 "name": "path-exists",
13 "escapedName": "path-exists",
14 "rawSpec": "^4.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^4.0.0"
17 },
18 "_requiredBy": [
19 "/find-up"
20 ],
21 "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
22 "_shasum": "513bdbe2d3b95d7762e8c1137efa195c6c61b5b3",
23 "_spec": "path-exists@^4.0.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/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 "deprecated": false,
35 "description": "Check if a path exists",
36 "devDependencies": {
37 "ava": "^1.4.1",
38 "tsd": "^0.7.2",
39 "xo": "^0.24.0"
40 },
41 "engines": {
42 "node": ">=8"
43 },
44 "files": [
45 "index.js",
46 "index.d.ts"
47 ],
48 "homepage": "https://github.com/sindresorhus/path-exists#readme",
49 "keywords": [
50 "path",
51 "exists",
52 "exist",
53 "file",
54 "filepath",
55 "fs",
56 "filesystem",
57 "file-system",
58 "access",
59 "stat"
60 ],
61 "license": "MIT",
62 "name": "path-exists",
63 "repository": {
64 "type": "git",
65 "url": "git+https://github.com/sindresorhus/path-exists.git"
66 },
67 "scripts": {
68 "test": "xo && ava && tsd"
69 },
70 "version": "4.0.0"
[d565449]71}
Note: See TracBrowser for help on using the repository browser.