{ "name": "packageurl-js", "version": "1.2.0", "description": "JavaScript library to parse and build \"purl\" aka. package URLs. This is a microlibrary implementing the purl spec at https://github.com/package-url", "keywords": [ "package", "url" ], "homepage": "https://github.com/package-url/packageurl-js#readme", "bugs": { "url": "https://github.com/package-url/packageurl-js/issues" }, "license": "MIT", "author": "the purl authors", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/package-url/packageurl-js.git" }, "scripts": { "test": "mocha" }, "devDependencies": { "mocha": "^10.2.0" } }