blob: 0f766037555149f816c761a6f112149002355bec [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "bin-version@^3.0.0",
3 "_id": "bin-version@3.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-Mkfm4iE1VFt4xd4vH+gx+0/71esbfus2LsnCGe8Pi4mndSPyT+NGES/Eg99jx8/lUGWfu3z2yuB/bt5UB+iVbQ==",
6 "_location": "/bin-version",
7 "_phantomChildren": {
8 "is-stream": "1.1.0",
9 "nice-try": "1.0.5",
10 "npm-run-path": "2.0.2",
11 "p-finally": "1.0.0",
12 "path-key": "2.0.1",
13 "pump": "3.0.0",
14 "semver": "5.7.1",
15 "shebang-command": "1.2.0",
16 "signal-exit": "3.0.3",
17 "strip-eof": "1.0.0",
18 "which": "1.3.1"
19 },
20 "_requested": {
21 "type": "range",
22 "registry": true,
23 "raw": "bin-version@^3.0.0",
24 "name": "bin-version",
25 "escapedName": "bin-version",
26 "rawSpec": "^3.0.0",
27 "saveSpec": null,
28 "fetchSpec": "^3.0.0"
29 },
30 "_requiredBy": [
31 "/bin-version-check"
32 ],
33 "_resolved": "https://registry.npmjs.org/bin-version/-/bin-version-3.1.0.tgz",
34 "_shasum": "5b09eb280752b1bd28f0c9db3f96f2f43b6c0839",
35 "_spec": "bin-version@^3.0.0",
36 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\bin-version-check",
37 "author": {
38 "name": "Sindre Sorhus",
39 "email": "sindresorhus@gmail.com",
40 "url": "sindresorhus.com"
41 },
42 "bugs": {
43 "url": "https://github.com/sindresorhus/bin-version/issues"
44 },
45 "bundleDependencies": false,
46 "dependencies": {
47 "execa": "^1.0.0",
48 "find-versions": "^3.0.0"
49 },
50 "deprecated": false,
51 "description": "Get the version of a binary in semver format",
52 "devDependencies": {
53 "ava": "^1.4.1",
54 "tsd": "^0.7.2",
55 "xo": "^0.24.0"
56 },
57 "engines": {
58 "node": ">=6"
59 },
60 "files": [
61 "index.js",
62 "index.d.ts"
63 ],
64 "homepage": "https://github.com/sindresorhus/bin-version#readme",
65 "keywords": [
66 "bin",
67 "binary",
68 "executable",
69 "version",
70 "semver",
71 "semantic",
72 "cli"
73 ],
74 "license": "MIT",
75 "name": "bin-version",
76 "repository": {
77 "type": "git",
78 "url": "git+https://github.com/sindresorhus/bin-version.git"
79 },
80 "scripts": {
81 "test": "xo && ava && tsd"
82 },
83 "version": "3.1.0"
84}