blob: bd72ce2430fd6d89f54b7a55e138c021abd4329c [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "find-versions@^3.0.0",
3 "_id": "find-versions@3.2.0",
4 "_inBundle": false,
5 "_integrity": "sha512-P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww==",
6 "_location": "/find-versions",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "find-versions@^3.0.0",
12 "name": "find-versions",
13 "escapedName": "find-versions",
14 "rawSpec": "^3.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^3.0.0"
17 },
18 "_requiredBy": [
19 "/bin-version"
20 ],
21 "_resolved": "https://registry.npmjs.org/find-versions/-/find-versions-3.2.0.tgz",
22 "_shasum": "10297f98030a786829681690545ef659ed1d254e",
23 "_spec": "find-versions@^3.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\bin-version",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/find-versions/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "semver-regex": "^2.0.0"
36 },
37 "deprecated": false,
38 "description": "Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`",
39 "devDependencies": {
40 "ava": "^1.4.1",
41 "tsd": "^0.7.2",
42 "xo": "^0.24.0"
43 },
44 "engines": {
45 "node": ">=6"
46 },
47 "files": [
48 "index.js",
49 "index.d.ts"
50 ],
51 "homepage": "https://github.com/sindresorhus/find-versions#readme",
52 "keywords": [
53 "semver",
54 "version",
55 "versions",
56 "regex",
57 "regexp",
58 "match",
59 "matching",
60 "semantic",
61 "find",
62 "extract",
63 "get"
64 ],
65 "license": "MIT",
66 "name": "find-versions",
67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/sindresorhus/find-versions.git"
70 },
71 "scripts": {
72 "test": "xo && ava && tsd"
73 },
74 "version": "3.2.0"
75}