npm-remote-ls
Version:
Examine a package's dependency graph before you install it
49 lines (48 loc) • 1.12 kB
JSON
{
"name": "npm-remote-ls",
"version": "1.3.2",
"description": "Examine a package's dependency graph before you install it",
"main": "./lib/index.js",
"bin": {
"npm-remote-ls": "./bin/npm-remote-ls.js"
},
"scripts": {
"test": "standard && tap --coverage test",
"version": "standard-version"
},
"repository": {
"type": "git",
"url": "git://github.com/npm/npm-remote-ls.git"
},
"keywords": [
"npm",
"ls",
"remote",
"dependency"
],
"author": "Ben Coe <ben@npmjs.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/npm/npm-remote-ls/issues"
},
"homepage": "https://github.com/npm/npm-remote-ls",
"devDependencies": {
"chai": "^3.5.0",
"nock": "^8.0.0",
"standard": "^6.0.8",
"standard-version": "^2.1.2",
"tap": "^5.7.1"
},
"dependencies": {
"async": "^2.0.0-rc.3",
"char-spinner": "^1.0.1",
"lodash": "^4.10.0",
"npm-package-arg": "^4.2.0",
"once": "^1.3.3",
"registry-url": "^3.0.3",
"request": "^2.37.0",
"semver": "^5.1.0",
"treeify": "^1.0.1",
"yargs": "^4.6.0"
}
}