UNPKG

download-npm-package

Version:
52 lines (51 loc) 1.5 kB
{ "name": "download-npm-package", "version": "3.1.12", "description": "Download a single npm package", "main": "dist/index.js", "bin": { "download-npm-package": "bin/cli.js" }, "scripts": { "test": "xo && nyc babel-tape-runner test.js", "build": "rm -rf dist && mkdir -p dist && babel lib --out-dir dist", "watch": "rm -rf dist && mkdir -p dist && babel -w lib --out-dir dist", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/kesla/download-npm-package.git" }, "author": "David Björklund <david.bjorklund@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/kesla/download-npm-package/issues" }, "homepage": "https://github.com/kesla/download-npm-package#readme", "dependencies": { "download-package-tarball": "^1.0.0", "get-package-json-from-registry": "^2.0.0", "home": "^1.0.1", "mkdirp-then": "^1.2.0", "npm-package-arg": "^4.2.0", "registry-info": "^1.0.0" }, "devDependencies": { "babel-cli": "^6.10.1", "babel-core": "^6.10.4", "babel-plugin-syntax-async-functions": "6.13.0", "babel-plugin-transform-async-to-generator": "6.8.0", "babel-preset-es2015-node4": "^2.1.0", "babel-tape-runner": "^2.0.1", "http-test-server": "^1.0.0", "nyc": "^8.1.0", "tapava": "^2.2.0", "tar-stream": "^1.5.2", "then-tmp": "^1.0.0", "xo": "^0.16.0" }, "xo": { "esnext": true, "space": true } }