{
  "_from": "tslint@3.13.0",
  "_id": "tslint@3.13.0",
  "_inBundle": false,
  "_integrity": "sha1-xQkarGitYUcRIougIVNx030NH6Q=",
  "_location": "/tslint",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tslint@3.13.0",
    "name": "tslint",
    "escapedName": "tslint",
    "rawSpec": "3.13.0",
    "saveSpec": null,
    "fetchSpec": "3.13.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/tslint/-/tslint-3.13.0.tgz",
  "_shasum": "c5091aac68ad614711228ba0215371d37d0d1fa4",
  "_spec": "tslint@3.13.0",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend",
  "bin": {
    "tslint": "./bin/tslint"
  },
  "bugs": {
    "url": "https://github.com/palantir/tslint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "colors": "^1.1.2",
    "diff": "^2.2.1",
    "findup-sync": "~0.3.0",
    "glob": "^7.0.3",
    "optimist": "~0.6.0",
    "resolve": "^1.1.7",
    "underscore.string": "^3.3.4"
  },
  "deprecated": false,
  "description": "An extensible static analysis linter for the TypeScript language",
  "devDependencies": {
    "chai": "^3.0.0",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-eslint": "^18.1.0",
    "grunt-mocha-test": "^0.12.7",
    "grunt-npm-command": "^0.1.2",
    "grunt-run": "~0.6.0",
    "grunt-ts": "^5.1.0",
    "grunt-tslint": "latest",
    "js-yaml": "^3.4.6",
    "mocha": "^2.2.5",
    "tslint": "latest",
    "tslint-test-config-non-relative": "file:test/external/tslint-test-config-non-relative",
    "typescript": "latest"
  },
  "homepage": "https://github.com/palantir/tslint#readme",
  "keywords": [
    "cli",
    "typescript",
    "linter"
  ],
  "license": "Apache-2.0",
  "main": "./lib/tslint",
  "name": "tslint",
  "peerDependencies": {
    "typescript": ">=1.7.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/palantir/tslint.git"
  },
  "scripts": {
    "test": "grunt"
  },
  "typescript": {
    "definition": "lib/tslint.d.ts"
  },
  "typings": "./lib/tslint",
  "version": "3.13.0"
}
