{
  "_args": [
    [
      "tsutils@1.9.1",
      "/home/parthi/Downloads/material-dashboard-free-angular-v1.4.0"
    ]
  ],
  "_from": "tsutils@1.9.1",
  "_id": "tsutils@1.9.1",
  "_inBundle": false,
  "_integrity": "sha1-ufmrROVa+WgYMdXyjQrur1x1DLA=",
  "_location": "/tsutils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tsutils@1.9.1",
    "name": "tsutils",
    "escapedName": "tsutils",
    "rawSpec": "1.9.1",
    "saveSpec": null,
    "fetchSpec": "1.9.1"
  },
  "_requiredBy": [],
  "_resolved": "https://registry.npmjs.org/tsutils/-/tsutils-1.9.1.tgz",
  "_spec": "1.9.1",
  "_where": "/home/parthi/Downloads/material-dashboard-free-angular-v1.4.0",
  "author": {
    "name": "Klaus Meinhardt"
  },
  "bugs": {
    "url": "https://github.com/ajafff/tsutils/issues"
  },
  "description": "utilities for working with typescript's AST",
  "devDependencies": {
    "tslint": "^5.2.0",
    "tslint-consistent-codestyle": "^1.2.0",
    "typescript": "^2.3.0"
  },
  "homepage": "https://github.com/ajafff/tsutils#readme",
  "keywords": [
    "typescript",
    "ts",
    "ast",
    "typeguard",
    "utils",
    "helper",
    "node"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "tsutils",
  "peerDependencies": {
    "typescript": ">=2.0.0 || >=2.0.0-dev || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >= 2.4.0-dev"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ajafff/tsutils.git"
  },
  "scripts": {
    "compile": "tsc -p .",
    "lint": "tslint 'src/**/*.ts'",
    "prepublish": "npm run compile"
  },
  "types": "src/index.d.ts",
  "version": "1.9.1"
}
