File: /home/thehunarfound/public_html/DMSold/node_modules/snyk-tree/package.json
{
"_args": [
[
"snyk-tree@1.0.0",
"D:\\xamp2\\htdocs\\DMS"
]
],
"_from": "snyk-tree@1.0.0",
"_id": "snyk-tree@1.0.0",
"_inBundle": false,
"_integrity": "sha1-D7cxdtvzLngvGRAClBYESPkRHMg=",
"_location": "/snyk-tree",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "snyk-tree@1.0.0",
"name": "snyk-tree",
"escapedName": "snyk-tree",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/snyk",
"/snyk-resolve-deps"
],
"_resolved": "https://registry.npmjs.org/snyk-tree/-/snyk-tree-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "D:\\xamp2\\htdocs\\DMS",
"author": {
"name": "Remy Sharp"
},
"bin": {
"npm-tree": "lib/index.js"
},
"bugs": {
"url": "https://github.com/Snyk/tree/issues"
},
"dependencies": {
"archy": "^1.0.0"
},
"description": "Takes the dep tree in JSON form, and echos out a tree akin to `npm ls`",
"devDependencies": {
"semantic-release": "^4.3.5",
"tap": "^5.1.1"
},
"homepage": "https://github.com/Snyk/tree#readme",
"license": "Apache-2.0",
"main": "lib/archy.js",
"name": "snyk-tree",
"repository": {
"type": "git",
"url": "git+https://github.com/Snyk/tree.git"
},
"scripts": {
"cover": "tap test/*.test.js --cov --coverage-report=lcov",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "tap test/*.test.js --cov --timeout=60"
},
"version": "1.0.0"
}