Changeset 79a0317 for imaps-frontend/node_modules/p-locate
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/p-locate/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "p-locate", 3 "version": "5.0.0", 4 "description": "Get the first fulfilled promise that satisfies the provided testing function", 5 "license": "MIT", 6 "repository": "sindresorhus/p-locate", 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 "promise", 25 "locate", 26 "find", 27 "finder", 28 "search", 29 "searcher", 30 "test", 31 "array", 32 "collection", 33 "iterable", 34 "iterator", 35 "race", 36 "fulfilled", 37 "fastest", 38 "async", 39 "await", 40 "promises", 41 "bluebird" 42 ], 43 "dependencies": { 44 "p-limit": "^3.0.2" 45 }, 46 "devDependencies": { 47 "ava": "^2.4.0", 48 "delay": "^4.1.0", 49 "in-range": "^2.0.0", 50 "time-span": "^4.0.0", 51 "tsd": "^0.13.1", 52 "xo": "^0.32.1" 53 } 2 "_from": "p-locate@^5.0.0", 3 "_id": "p-locate@5.0.0", 4 "_inBundle": false, 5 "_integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", 6 "_location": "/p-locate", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "p-locate@^5.0.0", 12 "name": "p-locate", 13 "escapedName": "p-locate", 14 "rawSpec": "^5.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^5.0.0" 17 }, 18 "_requiredBy": [ 19 "/locate-path" 20 ], 21 "_resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", 22 "_shasum": "83c8315c6785005e3bd021839411c9e110e6d834", 23 "_spec": "p-locate@^5.0.0", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/locate-path", 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/p-locate/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "p-limit": "^3.0.2" 36 }, 37 "deprecated": false, 38 "description": "Get the first fulfilled promise that satisfies the provided testing function", 39 "devDependencies": { 40 "ava": "^2.4.0", 41 "delay": "^4.1.0", 42 "in-range": "^2.0.0", 43 "time-span": "^4.0.0", 44 "tsd": "^0.13.1", 45 "xo": "^0.32.1" 46 }, 47 "engines": { 48 "node": ">=10" 49 }, 50 "files": [ 51 "index.js", 52 "index.d.ts" 53 ], 54 "funding": "https://github.com/sponsors/sindresorhus", 55 "homepage": "https://github.com/sindresorhus/p-locate#readme", 56 "keywords": [ 57 "promise", 58 "locate", 59 "find", 60 "finder", 61 "search", 62 "searcher", 63 "test", 64 "array", 65 "collection", 66 "iterable", 67 "iterator", 68 "race", 69 "fulfilled", 70 "fastest", 71 "async", 72 "await", 73 "promises", 74 "bluebird" 75 ], 76 "license": "MIT", 77 "name": "p-locate", 78 "repository": { 79 "type": "git", 80 "url": "git+https://github.com/sindresorhus/p-locate.git" 81 }, 82 "scripts": { 83 "test": "xo && ava && tsd" 84 }, 85 "version": "5.0.0" 54 86 }
Note:
See TracChangeset
for help on using the changeset viewer.