mirror of
https://github.com/status-im/poc-core-secure-react-native.git
synced 2026-08-31 11:11:15 +00:00
23 lines
416 B
JSON
23 lines
416 B
JSON
{
|
|||
|
|
"name": "semver",
|
||
|
|
"version": "5.6.0",
|
||
|
|
"description": "The semantic version parser used by npm.",
|
||
|
|
"main": "semver.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "tap test/*.js --cov -J"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"tap": "^12.0.1"
|
||
|
|
},
|
||
|
|
"license": "ISC",
|
||
|
|
"repository": "https://github.com/npm/node-semver",
|
||
|
|
"bin": {
|
||
|
|
"semver": "./bin/semver"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"bin",
|
||
|
|
"range.bnf",
|
||
|
|
"semver.js"
|
||
|
|
]
|
||
|
|
}
|