80 lines
1.9 KiB
JSON
80 lines
1.9 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"find-versions@3.0.0",
|
||
|
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
|
||
|
]
|
||
|
],
|
||
|
"_development": true,
|
||
|
"_from": "find-versions@3.0.0",
|
||
|
"_id": "find-versions@3.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-IUvtItVFNmTtKoB0PRfbkR0zR9XMG5rWNO3qI1S8L0zdv+v2gqzM0pAunloxqbqAfT8w7bg8n/5gHzTXte8H5A==",
|
||
|
"_location": "/find-versions",
|
||
|
"_optional": true,
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"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.0.0.tgz",
|
||
|
"_spec": "3.0.0",
|
||
|
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "sindresorhus.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/sindresorhus/find-versions/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"array-uniq": "^2.0.0",
|
||
|
"semver-regex": "^2.0.0"
|
||
|
},
|
||
|
"description": "Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`",
|
||
|
"devDependencies": {
|
||
|
"ava": "^1.0.0-rc.1",
|
||
|
"xo": "^0.23.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"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"
|
||
|
},
|
||
|
"version": "3.0.0"
|
||
|
}
|