nrd
Version:
Download directly from the npm registry without using npm
38 lines (37 loc) • 793 B
JSON
{
"name": "nrd",
"version": "1.1.3",
"description": "Download directly from the npm registry without using npm",
"main": "index.js",
"scripts": {},
"bin": {
"nrd": "bin/nrd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/austinkelleher/nrd.git"
},
"keywords": [
"npm",
"registry",
"download",
"tarball",
"nerd",
"nrd"
],
"author": "Austin Kelleher, a@alk.im",
"license": "MIT",
"bugs": {
"url": "https://github.com/austinkelleher/nrd/issues"
},
"homepage": "https://github.com/austinkelleher/nrd#readme",
"devDependencies": {
"eslint-config-semistandard": "^7.0.0",
"standard": "^8.6.0"
},
"dependencies": {
"argly": "^1.1.1",
"superagent": "^3.4.1",
"tar.gz2": "^1.0.0"
}
}