parse-npm-tarball-url
Version:
Parse a tarball URL hosted in the npm registry
55 lines (54 loc) • 1.27 kB
JSON
{
"name": "parse-npm-tarball-url",
"version": "3.0.0",
"description": "Parse a tarball URL hosted in the npm registry",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=8.15"
},
"files": [
"lib"
],
"scripts": {
"test": "npm run lint && preview && ts-node test --type-check",
"lint": "tslint -c tslint.json --project .",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "npm run tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pnpm/parse-npm-tarball-url.git"
},
"keywords": [
"npm",
"parse",
"url",
"tarball"
],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io/",
"twitter": "ZoltanKochan"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/parse-npm-tarball-url/issues"
},
"homepage": "https://github.com/pnpm/parse-npm-tarball-url#readme",
"devDependencies": {
"@types/node": "^12.0.2",
"@types/semver": "^6.0.0",
"@types/tape": "^4.2.29",
"package-preview": "^2.0.0",
"rimraf": "^2.6.2",
"tape": "^4.6.3",
"ts-node": "^8.2.0",
"tslint": "^5.0.0",
"typescript": "^3.0.0"
},
"dependencies": {
"semver": "^6.1.0"
}
}