Sha256: 047a80c0660e5b5db9c725c896a38be3c42eb9545fabfb8ab97a987a7f9c555a
Contents?: true
Size: 815 Bytes
Versions: 41
Compression:
Stored size: 815 Bytes
Contents
{ "name": "semver", "version": "7.3.5", "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.7" }, "license": "ISC", "repository": "https://github.com/npm/node-semver", "bin": { "semver": "bin/semver.js" }, "files": [ "bin/**/*.js", "range.bnf", "classes/**/*.js", "functions/**/*.js", "internal/**/*.js", "ranges/**/*.js", "index.js", "preload.js" ], "tap": { "check-coverage": true, "coverage-map": "map.js" }, "engines": { "node": ">=10" }, "dependencies": { "lru-cache": "^6.0.0" } }
Version data entries
41 entries across 34 versions & 3 rubygems
Version | Path |
---|---|
appmap-0.62.1 | ./node_modules/semver/package.json |