{
  "_args": [
    [
      "tsickle@0.26.0",
      "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend"
    ]
  ],
  "_development": true,
  "_from": "tsickle@0.26.0",
  "_id": "tsickle@0.26.0",
  "_inBundle": false,
  "_integrity": "sha512-eWJ2CUfttGK0LqF9iJ/Avnxbj4M+fCyJ50Zag3wm73Fut1hsasPRHKxKdrMWVj4BMHnQNx7TO+DdNmLmJTSuNw==",
  "_location": "/tsickle",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tsickle@0.26.0",
    "name": "tsickle",
    "escapedName": "tsickle",
    "rawSpec": "0.26.0",
    "saveSpec": null,
    "fetchSpec": "0.26.0"
  },
  "_requiredBy": [
    "/@angular/compiler-cli"
  ],
  "_resolved": "https://registry.npmjs.org/tsickle/-/tsickle-0.26.0.tgz",
  "_spec": "0.26.0",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend",
  "bin": {
    "tsickle": "src/main.js"
  },
  "bugs": {
    "url": "https://github.com/angular/tsickle/issues"
  },
  "contributors": [
    {
      "name": "Evan Martin",
      "email": "evanm@google.com",
      "url": "https://angular.io/"
    },
    {
      "name": "Alex Eagle",
      "email": "alexeagle@google.com",
      "url": "https://angular.io/"
    },
    {
      "name": "Martin Probst",
      "email": "martinprobst@google.com",
      "url": "https://angular.io/"
    },
    {
      "name": "Rado Kirov",
      "email": "radokirov@google.com",
      "url": "https://angular.io/"
    },
    {
      "name": "Thomas Deegan",
      "email": "tdeegan@google.com"
    }
  ],
  "dependencies": {
    "minimist": "^1.2.0",
    "mkdirp": "^0.5.1",
    "source-map": "^0.5.6",
    "source-map-support": "^0.4.2"
  },
  "description": "Transpile TypeScript code to JavaScript with Closure annotations.",
  "devDependencies": {
    "@types/chai": "^3.4.32",
    "@types/diff": "^3.2.0",
    "@types/glob": "^5.0.29",
    "@types/google-closure-compiler": "0.0.18",
    "@types/jasmine": "^2.6.0",
    "@types/minimatch": "^2.0.28",
    "@types/minimist": "^1.1.28",
    "@types/mkdirp": "^0.3.28",
    "@types/node": "^6.0.38",
    "@types/source-map": "^0.5.1",
    "@types/source-map-support": "^0.2.27",
    "chai": "^3.5.0",
    "chai-diff": "^1.0.1",
    "clang-format": "^1.0.55",
    "diff": "^3.2.0",
    "glob": "^7.0.0",
    "google-closure-compiler": "^20161024.1.0",
    "gulp": "^3.8.11",
    "gulp-clang-format": "^1.0.22",
    "gulp-tslint": "^8.1.0",
    "gulp-typescript": "^3.0.0",
    "jasmine": "~2.8.0",
    "merge2": "^1.0.2",
    "temp": "^0.8.1",
    "tslint": "^5.4.2",
    "typescript": "^2.6.2"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "src/*"
  ],
  "homepage": "https://github.com/angular/tsickle",
  "keywords": [
    "typescript",
    "closure"
  ],
  "license": "MIT",
  "main": "src/tsickle.js",
  "name": "tsickle",
  "peerDependencies": {
    "typescript": ">=2.4.2 <2.7"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/angular/tsickle.git"
  },
  "scripts": {
    "build": "bazel build //src/... && mkdir built && cp -R bazel-bin/src built/src && cp package.json README.md built",
    "clean": "rm -rf built",
    "test": "gulp test.check-format && gulp test.check-lint && bazel test ..."
  },
  "typings": "src/tsickle.d.ts",
  "version": "0.26.0"
}
