{
  "_from": "snyk-tree@^1.0.0",
  "_id": "snyk-tree@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-D7cxdtvzLngvGRAClBYESPkRHMg=",
  "_location": "/snyk-tree",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "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",
  "_shasum": "0fb73176dbf32e782f19100294160448f9111cc8",
  "_spec": "snyk-tree@^1.0.0",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/snyk",
  "author": {
    "name": "Remy Sharp"
  },
  "bin": {
    "npm-tree": "lib/index.js"
  },
  "bugs": {
    "url": "https://github.com/Snyk/tree/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "archy": "^1.0.0"
  },
  "deprecated": false,
  "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"
}
