| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "bin-version-check@^4.0.0", |
| 3 | "_id": "bin-version-check@4.0.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-sR631OrhC+1f8Cvs8WyVWOA33Y8tgwjETNPyyD/myRBXLkfS/vl74FmH/lFcRl9KY3zwGh7jFhvyk9vV3/3ilQ==", |
| 6 | "_location": "/bin-version-check", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "bin-version-check@^4.0.0", |
| 12 | "name": "bin-version-check", |
| 13 | "escapedName": "bin-version-check", |
| 14 | "rawSpec": "^4.0.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^4.0.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/bin-wrapper" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/bin-version-check/-/bin-version-check-4.0.0.tgz", |
| 22 | "_shasum": "7d819c62496991f80d893e6e02a3032361608f71", |
| 23 | "_spec": "bin-version-check@^4.0.0", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\bin-wrapper", |
| 25 | "author": { |
| 26 | "name": "Sindre Sorhus", |
| 27 | "email": "sindresorhus@gmail.com", |
| 28 | "url": "sindresorhus.com" |
| 29 | }, |
| 30 | "bugs": { |
| 31 | "url": "https://github.com/sindresorhus/bin-version-check/issues" |
| 32 | }, |
| 33 | "bundleDependencies": false, |
| 34 | "dependencies": { |
| 35 | "bin-version": "^3.0.0", |
| 36 | "semver": "^5.6.0", |
| 37 | "semver-truncate": "^1.1.2" |
| 38 | }, |
| 39 | "deprecated": false, |
| 40 | "description": "Check whether a binary version satisfies a semver range", |
| 41 | "devDependencies": { |
| 42 | "ava": "^1.0.0-rc.1", |
| 43 | "xo": "^0.23.0" |
| 44 | }, |
| 45 | "engines": { |
| 46 | "node": ">=6" |
| 47 | }, |
| 48 | "files": [ |
| 49 | "index.js" |
| 50 | ], |
| 51 | "homepage": "https://github.com/sindresorhus/bin-version-check#readme", |
| 52 | "keywords": [ |
| 53 | "cli", |
| 54 | "bin", |
| 55 | "binary", |
| 56 | "executable", |
| 57 | "version", |
| 58 | "semver", |
| 59 | "semantic", |
| 60 | "range", |
| 61 | "satisfy", |
| 62 | "check", |
| 63 | "validate" |
| 64 | ], |
| 65 | "license": "MIT", |
| 66 | "name": "bin-version-check", |
| 67 | "repository": { |
| 68 | "type": "git", |
| 69 | "url": "git+https://github.com/sindresorhus/bin-version-check.git" |
| 70 | }, |
| 71 | "scripts": { |
| 72 | "test": "xo && ava" |
| 73 | }, |
| 74 | "version": "4.0.0" |
| 75 | } |