Repository URL to install this package:
|
Version:
1.0.0-1 ▾
|
vending-agent-dep
/
usr
/
local
/
lib
/
vending
/
agent
/
node_modules
/
dpkg-compare-versions
/
package.json
|
|---|
{
"name": "dpkg-compare-versions",
"version": "1.0.1",
"description": "Pure javascript implementation of the dpkg --compare-versions functionality",
"main": "dpkg-compare.js",
"homepage": "https://github.com/adaxi/dpkg-compare-versions",
"scripts": {
"test": "standard && jest",
"coverage": "jest --coverage"
},
"keywords": [
"apt",
"apt-get",
"compare",
"compareto",
"deb",
"debian",
"dpkg",
"semver",
"ver",
"version",
"versions"
],
"author": "Gerik Bonaert <dev@adaxisoft.be>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/adaxi/dpkg-compare-versions.git"
},
"bugs": {
"url": "https://github.com/adaxi/dpkg-compare-versions/issues"
},
"devDependencies": {
"jest": "^24.8.0",
"standard": "^12.0.1"
}
,"_resolved": "https://registry.npmjs.org/dpkg-compare-versions/-/dpkg-compare-versions-1.0.1.tgz"
,"_integrity": "sha512-C6mFOHXF2Of9CEcheLut5RH9MazbovXoRkECSTY6F/TFVP1DZkghtp2KPQ9ThgFZ10x+LoY6RfhUURtSF0v3IA=="
,"_from": "dpkg-compare-versions@1.0.1"
}