Changeset 79a0317 for imaps-frontend/node_modules/path-exists
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/path-exists/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "path-exists", 3 "version": "4.0.0", 4 "description": "Check if a path exists", 5 "license": "MIT", 6 "repository": "sindresorhus/path-exists", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=8" 14 }, 15 "scripts": { 16 "test": "xo && ava && tsd" 17 }, 18 "files": [ 19 "index.js", 20 "index.d.ts" 21 ], 22 "keywords": [ 23 "path", 24 "exists", 25 "exist", 26 "file", 27 "filepath", 28 "fs", 29 "filesystem", 30 "file-system", 31 "access", 32 "stat" 33 ], 34 "devDependencies": { 35 "ava": "^1.4.1", 36 "tsd": "^0.7.2", 37 "xo": "^0.24.0" 38 } 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" 39 71 }
Note:
See TracChangeset
for help on using the changeset viewer.