Changeset 79a0317 for imaps-frontend/node_modules/locate-path
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/locate-path/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "locate-path", 3 "version": "6.0.0", 4 "description": "Get the first path that exists on disk of multiple paths", 5 "license": "MIT", 6 "repository": "sindresorhus/locate-path", 7 "funding": "https://github.com/sponsors/sindresorhus", 8 "author": { 9 "name": "Sindre Sorhus", 10 "email": "sindresorhus@gmail.com", 11 "url": "https://sindresorhus.com" 12 }, 13 "engines": { 14 "node": ">=10" 15 }, 16 "scripts": { 17 "test": "xo && ava && tsd" 18 }, 19 "files": [ 20 "index.js", 21 "index.d.ts" 22 ], 23 "keywords": [ 24 "locate", 25 "path", 26 "paths", 27 "file", 28 "files", 29 "exists", 30 "find", 31 "finder", 32 "search", 33 "searcher", 34 "array", 35 "iterable", 36 "iterator" 37 ], 38 "dependencies": { 39 "p-locate": "^5.0.0" 40 }, 41 "devDependencies": { 42 "ava": "^2.4.0", 43 "tsd": "^0.13.1", 44 "xo": "^0.32.1" 45 } 2 "_from": "locate-path@^6.0.0", 3 "_id": "locate-path@6.0.0", 4 "_inBundle": false, 5 "_integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", 6 "_location": "/locate-path", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "locate-path@^6.0.0", 12 "name": "locate-path", 13 "escapedName": "locate-path", 14 "rawSpec": "^6.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^6.0.0" 17 }, 18 "_requiredBy": [ 19 "/find-up" 20 ], 21 "_resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", 22 "_shasum": "55321eb309febbc59c4801d931a72452a681d286", 23 "_spec": "locate-path@^6.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": "https://sindresorhus.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/sindresorhus/locate-path/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "p-locate": "^5.0.0" 36 }, 37 "deprecated": false, 38 "description": "Get the first path that exists on disk of multiple paths", 39 "devDependencies": { 40 "ava": "^2.4.0", 41 "tsd": "^0.13.1", 42 "xo": "^0.32.1" 43 }, 44 "engines": { 45 "node": ">=10" 46 }, 47 "files": [ 48 "index.js", 49 "index.d.ts" 50 ], 51 "funding": "https://github.com/sponsors/sindresorhus", 52 "homepage": "https://github.com/sindresorhus/locate-path#readme", 53 "keywords": [ 54 "locate", 55 "path", 56 "paths", 57 "file", 58 "files", 59 "exists", 60 "find", 61 "finder", 62 "search", 63 "searcher", 64 "array", 65 "iterable", 66 "iterator" 67 ], 68 "license": "MIT", 69 "name": "locate-path", 70 "repository": { 71 "type": "git", 72 "url": "git+https://github.com/sindresorhus/locate-path.git" 73 }, 74 "scripts": { 75 "test": "xo && ava && tsd" 76 }, 77 "version": "6.0.0" 46 78 }
Note:
See TracChangeset
for help on using the changeset viewer.