{
  "_from": "rollup-plugin-typescript2@^0.31.1",
  "_id": "rollup-plugin-typescript2@0.31.2",
  "_inBundle": false,
  "_integrity": "sha512-hRwEYR1C8xDGVVMFJQdEVnNAeWRvpaY97g5mp3IeLnzhNXzSVq78Ye/BJ9PAaUfN4DXa/uDnqerifMOaMFY54Q==",
  "_location": "/rollup-plugin-typescript2",
  "_phantomChildren": {
    "graceful-fs": "4.2.10",
    "jsonfile": "6.1.0",
    "picomatch": "2.3.1",
    "universalify": "2.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rollup-plugin-typescript2@^0.31.1",
    "name": "rollup-plugin-typescript2",
    "escapedName": "rollup-plugin-typescript2",
    "rawSpec": "^0.31.1",
    "saveSpec": null,
    "fetchSpec": "^0.31.1"
  },
  "_requiredBy": [
    "/@nrwl/web"
  ],
  "_resolved": "https://registry.npmjs.org/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.31.2.tgz",
  "_shasum": "463aa713a7e2bf85b92860094b9f7fb274c5a4d8",
  "_spec": "rollup-plugin-typescript2@^0.31.1",
  "_where": "/var/www/html/analytics/analytics-soa/node_modules/@nrwl/web",
  "author": {
    "name": "@ezolenko"
  },
  "bugs": {
    "url": "https://github.com/ezolenko/rollup-plugin-typescript2/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@rollup/pluginutils": "^4.1.2",
    "@yarn-tool/resolve-package": "^1.0.40",
    "find-cache-dir": "^3.3.2",
    "fs-extra": "^10.0.0",
    "resolve": "^1.20.0",
    "tslib": "^2.3.1"
  },
  "deprecated": false,
  "description": "Seamless integration between Rollup and TypeScript. Now with errors.",
  "devDependencies": {
    "@rollup/plugin-commonjs": "17.1.0",
    "@rollup/plugin-node-resolve": "11.2.0",
    "@types/colors": "1.2.1",
    "@types/find-cache-dir": "^2.0.0",
    "@types/fs-extra": "8.0.1",
    "@types/graphlib": "2.1.7",
    "@types/lodash": "4.14.161",
    "@types/node": "8.0.47",
    "@types/object-hash": "1.3.3",
    "@types/resolve": "1.17.1",
    "@types/semver": "7.1.0",
    "colors": "1.4.0",
    "graphlib": "2.1.8",
    "lodash": "4.17.21",
    "object-hash": "2.2.0",
    "rimraf": "3.0.2",
    "rollup": "^2.48.0",
    "rollup-plugin-re": "1.0.7",
    "rollup-plugin-typescript2": "0.31.1",
    "semver": "7.3.5",
    "tslint": "6.1.3",
    "typescript": "^4.5.4"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/ezolenko/rollup-plugin-typescript2",
  "jsnext:main": "dist/rollup-plugin-typescript2.es.js",
  "keywords": [
    "rollup-plugin-typescript2",
    "rollup-plugin-typescript",
    "rollup-plugin",
    "typescript",
    "es2015",
    "rollup",
    "npm"
  ],
  "license": "MIT",
  "main": "dist/rollup-plugin-typescript2.cjs.js",
  "module": "dist/rollup-plugin-typescript2.es.js",
  "name": "rollup-plugin-typescript2",
  "peerDependencies": {
    "rollup": ">=1.26.3",
    "typescript": ">=2.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ezolenko/rollup-plugin-typescript2.git"
  },
  "scripts": {
    "build": "rimraf dist/* && rollup -c",
    "build-self": "rimraf dist/* && rollup -c rollup.config.self.js",
    "lint": "tslint -c ./tslint.json src/*.ts ./*.js",
    "prebuild": "rimraf dist/*",
    "watch": "rollup -c rollup.config.self.js -w "
  },
  "types": "dist/index.d.ts",
  "version": "0.31.2"
}
