Files
30-seconds-of-code/node_modules/find-versions/package.json
2019-08-20 15:52:05 +02:00

77 lines
1.8 KiB
JSON

{
"_from": "find-versions@^3.0.0",
"_id": "find-versions@3.1.0",
"_inBundle": false,
"_integrity": "sha512-NCTfNiVzeE/xL+roNDffGuRbrWI6atI18lTJ22vKp7rs2OhYzMK3W1dIdO2TUndH/QMcacM4d1uWwgcZcHK69Q==",
"_location": "/find-versions",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "find-versions@^3.0.0",
"name": "find-versions",
"escapedName": "find-versions",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/bin-version"
],
"_resolved": "https://registry.npmjs.org/find-versions/-/find-versions-3.1.0.tgz",
"_shasum": "10161f29cf3eb4350dec10a29bdde75bff0df32d",
"_spec": "find-versions@^3.0.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/bin-version",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/find-versions/issues"
},
"bundleDependencies": false,
"dependencies": {
"array-uniq": "^2.1.0",
"semver-regex": "^2.0.0"
},
"deprecated": false,
"description": "Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/find-versions#readme",
"keywords": [
"semver",
"version",
"versions",
"regex",
"regexp",
"match",
"matching",
"semantic",
"find",
"extract",
"get"
],
"license": "MIT",
"name": "find-versions",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/find-versions.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.1.0"
}