mirror of
https://github.com/actions/setup-node.git
synced 2025-04-23 01:36:27 +00:00
35 lines
No EOL
828 B
JSON
35 lines
No EOL
828 B
JSON
{
|
|
"name": "semver-compare",
|
|
"version": "1.0.0",
|
|
"description": "compare two semver version strings, returning -1, 0, or 1",
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"tape": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/semver-compare.git"
|
|
},
|
|
"homepage": "https://github.com/substack/semver-compare",
|
|
"keywords": [
|
|
"semver",
|
|
"compare",
|
|
"cmp",
|
|
"comparison",
|
|
"sort"
|
|
],
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"license": "MIT"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz"
|
|
,"_integrity": "sha1-De4hahyUGrN+nvsXiPavxf9VN/w="
|
|
,"_from": "semver-compare@1.0.0"
|
|
} |