Sha256: d36a8ad2de988b5ecb8afe527096dcd70c7aa8d3175277e3a56352acc2e372dc
Contents?: true
Size: 669 Bytes
Versions: 17
Compression:
Stored size: 669 Bytes
Contents
{ "name": "semver", "version": "7.0.0", "description": "The semantic version parser used by npm.", "main": "index.js", "scripts": { "test": "tap", "snap": "tap", "preversion": "npm test", "postversion": "npm publish", "postpublish": "git push origin --follow-tags" }, "devDependencies": { "tap": "^14.10.1" }, "license": "ISC", "repository": "https://github.com/npm/node-semver", "bin": { "semver": "./bin/semver.js" }, "files": [ "bin", "range.bnf", "classes", "functions", "internal", "ranges", "index.js" ], "tap": { "check-coverage": true, "coverage-map": "map.js" } }
Version data entries
17 entries across 16 versions & 6 rubygems