This commit is contained in:
2026-03-25 14:14:07 +01:00
parent d6b31e2ef7
commit a0073b4fb1
10368 changed files with 2214340 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"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"
}