dependency-tree-81
Version:
Get the dependency tree of a module
58 lines (57 loc) • 1.28 kB
JSON
{
"name": "dependency-tree-81",
"version": "8.1.2",
"description": "Get the dependency tree of a module",
"main": "index.js",
"scripts": {
"test": "jscs index.js test/test.js && ./node_modules/.bin/mocha --require esm test/test.js"
},
"bin": {
"dependency-tree": "bin/cli.js"
},
"repository": {
"type": "git",
"url": "git@github.com:mrjoelkemp/node-dependency-tree.git"
},
"keywords": [
"dependency",
"tree",
"graph",
"module",
"ast",
"requirejs",
"AMD",
"commonjs",
"es6",
"sass",
"stylus",
"less",
"typescript"
],
"author": "Joel Kemp <joel@mrjoelkemp.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrjoelkemp/node-dependency-tree/issues"
},
"engines": {
"node": "^10.13 || ^12 || >=14"
},
"homepage": "https://github.com/mrjoelkemp/node-dependency-tree",
"dependencies": {
"commander": "^2.20.3",
"debug": "^4.3.1",
"filing-cabinet": "^3.0.0",
"precinct-80": "^8.0.0",
"typescript": "^3.9.7"
},
"devDependencies": {
"esm": "^3.2.25",
"jscs": "^3.0.7",
"jscs-preset-mrjoelkemp": "~2.0.0",
"mocha": "^8.2.1",
"mock-fs": "^4.13.0",
"resolve": "^1.19.0",
"rewire": "^5.0.0",
"sinon": "^9.2.1"
}
}