UNPKG

moz-download-url

Version:
52 lines (51 loc) 1.19 kB
{ "name": "moz-download-url", "version": "3.1.1", "description": "Get URLs to download mozilla products from", "main": "index.js", "type": "module", "scripts": { "test": "npm run lint && npm run test:ava", "test:ava": "c8 ava", "coverage": "c8 report -r lcov", "lint": "eslint index.js test/" }, "keywords": [ "mozilla", "firefox", "thunderbird", "download", "url", "get", "latest", "esr", "beta", "aurora", "nightly" ], "author": "freaktechnik (http://humanoids.be)", "license": "MPL-2.0", "bugs": { "url": "https://github.com/freaktechnik/moz-download-url/issues" }, "repository": { "type": "git", "url": "https://github.com/freaktechnik/moz-download-url.git" }, "homepage": "https://gitub.com/freaktechnik/moz-download-url", "devDependencies": { "@freaktechnik/eslint-config-node": "^10.2.0", "@freaktechnik/eslint-config-test": "^10.2.0", "ava": "^6.2.0", "c8": "^10.1.3", "eslint": "^9.22.0", "eslint-plugin-optimize-regex": "^1.2.1" }, "engines": { "node": ">= 18.0.0" }, "sideEffects": false, "publishConfig": { "provenance": true } }