Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

74 lines
1.8 KiB

{
"_from": "find-versions@^3.0.0",
"_id": "find-versions@3.0.0",
"_inBundle": false,
"_integrity": "sha512-IUvtItVFNmTtKoB0PRfbkR0zR9XMG5rWNO3qI1S8L0zdv+v2gqzM0pAunloxqbqAfT8w7bg8n/5gHzTXte8H5A==",
"_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": [
"/semantic-release"
],
"_resolved": "https://registry.npmjs.org/find-versions/-/find-versions-3.0.0.tgz",
"_shasum": "2c05a86e839c249101910100b354196785a2c065",
"_spec": "find-versions@^3.0.0",
"_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/semantic-release",
"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.0.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.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"
}