UNPKG

mongodb-download-url

Version:

Lookup download URLs for MongoDB versions.

65 lines (64 loc) 1.77 kB
{ "name": "mongodb-download-url", "version": "1.0.3", "description": "Lookup download URLs for MongoDB versions.", "scripts": { "lint": "eslint src/**/*.ts test/**/*.ts", "test": "npm run lint && npm run build && nyc -r text -r html mocha --colors -r ts-node/register test/*.ts", "build": "npm run compile-ts && gen-esm-wrapper . ./.esm-wrapper.mjs", "prepare": "npm run build", "compile-ts": "tsc -p tsconfig.json" }, "main": "lib/index.js", "exports": { "require": "./lib/index.js", "import": "./.esm-wrapper.mjs" }, "typings": "lib/index.d.ts", "bin": { "mongodb-download-url": "bin/mongodb-download-url.js" }, "check": { "ignore": [ "coverage/{*,**/*}" ] }, "precommit": [ "check", "test" ], "dependencies": { "debug": "^4.1.1", "minimist": "^1.2.3", "node-fetch": "^2.6.1", "semver": "^7.1.1" }, "devDependencies": { "@types/mocha": "^8.2.1", "@types/node": "^14.14.34", "@typescript-eslint/eslint-plugin": "^4.18.0", "@typescript-eslint/parser": "^4.18.0", "eslint": "^7.22.0", "eslint-config-semistandard": "^15.0.1", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.3.1", "gen-esm-wrapper": "^1.1.1", "mocha": "^8.3.2", "nyc": "^15.1.0", "ts-node": "^9.1.1", "typescript": "^4.2.3" }, "keywords": [ "mongodb", "mongodb.js" ], "repository": { "type": "git", "url": "http://github.com/mongodb-js/download-url.git" }, "author": "Lucas Hrabovsky <hrabovsky.lucas@gmail.com> (http://imlucas.com)", "license": "Apache-2.0", "homepage": "http://github.com/mongodb-js/download-url" }