Initial commit

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
dinlo
2026-05-31 18:44:04 +08:00
commit 436a9631fc
8616 changed files with 1389957 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"name": "compare-version",
"version": "0.1.2",
"description": "Compare semver version numbers",
"license": "MIT",
"repository": "kevva/compare-version",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"browser": "browserify -s $npm_package_name -o browser.js .",
"test": "mocha --reporter list"
},
"files": [
"index.js"
],
"keywords": [
"compare",
"number",
"semver",
"version"
],
"devDependencies": {
"browserify": "^3.44.2",
"mocha": "^1.18.2"
}
}