{ "_from": "fork-ts-checker-webpack-plugin@^0.4.1", "_id": "fork-ts-checker-webpack-plugin@0.4.15", "_inBundle": false, "_integrity": "sha512-qNYuygh2GxXehBvQZ5rI5YlQFn+7ZV6kmkyD9Sgs33dWl73NZdUOB5aCp8v0EXJn176AhPrZP8YCMT3h01fs+g==", "_location": "/fork-ts-checker-webpack-plugin", "_phantomChildren": { "async-each": "1.0.6", "braces": "2.3.2", "color-convert": "1.9.3", "core-util-is": "1.0.3", "escape-string-regexp": "1.0.5", "graceful-fs": "4.2.11", "has-flag": "3.0.0", "inherits": "2.0.4", "is-extglob": "2.1.1", "is-glob": "4.0.3", "micromatch": "3.1.10", "normalize-path": "3.0.0", "path-dirname": "1.0.2", "path-is-absolute": "1.0.1", "process-nextick-args": "2.0.1", "remove-trailing-separator": "1.1.0", "upath": "1.2.0", "util-deprecate": "1.0.2" }, "_requested": { "type": "range", "registry": true, "raw": "fork-ts-checker-webpack-plugin@^0.4.1", "name": "fork-ts-checker-webpack-plugin", "escapedName": "fork-ts-checker-webpack-plugin", "rawSpec": "^0.4.1", "saveSpec": null, "fetchSpec": "^0.4.1" }, "_requiredBy": [ "/af-webpack" ], "_resolved": "https://registry.npmmirror.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-0.4.15.tgz", "_shasum": "7cd9f94f3dd58cd1fe8f953f876e72090eda3f6d", "_spec": "fork-ts-checker-webpack-plugin@^0.4.1", "_where": "/data/jenkins/workspace/front-v5-web/node_modules/af-webpack", "author": { "name": "Piotr Oleś", "email": "piotrek.oles@gmail.com" }, "bugs": { "url": "https://github.com/Realytics/fork-ts-checker-webpack-plugin/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Piotr Oleś", "email": "piotrek.oles@gmail.com", "url": "https://github.com/piotr-oles" }, { "name": "John Reilly", "email": "johnny_reilly@hotmail.com", "url": "https://blog.johnnyreilly.com" } ], "dependencies": { "babel-code-frame": "^6.22.0", "chalk": "^2.4.1", "chokidar": "^2.0.4", "lodash": "^4.17.11", "micromatch": "^3.1.10", "minimatch": "^3.0.4", "resolve": "^1.5.0", "tapable": "^1.0.0" }, "deprecated": false, "description": "Runs typescript type checker and linter on separate process.", "devDependencies": { "@types/babel-code-frame": "^6.20.1", "@types/chokidar": "^1.7.5", "@types/lodash": "^4.14.117", "@types/micromatch": "^3.1.0", "@types/minimatch": "^3.0.1", "@types/node": "^8.0.26", "@types/resolve": "0.0.4", "@types/webpack": "^4.4.9", "chai": "^3.5.0", "css-loader": "^0.28.7", "eslint": "^5.7.0", "husky": "^1.1.2", "istanbul": "^0.4.5", "lint-staged": "^7.3.0", "mocha": "^5.2.0", "mock-fs": "^4.3.0", "mock-require": "^2.0.2", "prettier": "^1.14.3", "rimraf": "^2.5.4", "sinon": "^2.3.1", "ts-loader": "^3.4.0", "tslint": "^5.11.0", "tslint-config-prettier": "^1.15.0", "typescript": "^3.0.1", "vue": "^2.5.16", "vue-class-component": "^6.1.1", "vue-loader": "^13.5.0", "vue-template-compiler": "^2.5.16", "webpack": "^3.10.0" }, "engines": { "node": ">=6.11.5" }, "files": [ "lib" ], "homepage": "https://github.com/Realytics/fork-ts-checker-webpack-plugin#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "webpack", "plugin", "typescript", "type", "checker", "linter", "fork", "fast", "speed", "ts-loader", "awesome-typescript-loader", "increment", "webpack-plugin" ], "license": "MIT", "lint-staged": { "concurrent": false, "linters": { "*.js": [ "eslint --fix" ], "*.ts": [ "tslint --fix" ], "*.{js,ts}": [ "prettier --write", "git add" ] } }, "main": "lib/index.js", "name": "fork-ts-checker-webpack-plugin", "peerDependencies": { "tslint": "^4.0.0 || ^5.0.0", "typescript": "^2.1.0 || ^3.0.0", "webpack": "^2.3.0 || ^3.0.0 || ^4.0.0" }, "repository": { "url": "git+https://github.com/Realytics/fork-ts-checker-webpack-plugin.git", "type": "git" }, "scripts": { "build": "tsc --version && tsc --project \"./src\"", "lint": "tslint --project src/tsconfig.json && eslint ./test", "lint:fix": "tslint --project src/tsconfig.json --fix && eslint ./test --fix", "test": "npm run build && npm run test:unit && npm run test:integration", "test:coverage": "rimraf coverage && istanbul cover -root lib --include-all-sources mocha -- -R spec ./test/unit ./test/integration", "test:integration": "mocha -R spec ./test/integration --exit && rimraf tmp", "test:unit": "mocha -R spec ./test/unit --exit", "test:watch": "mocha -R spec --watch ./test/unit" }, "types": "lib/types/index.d.ts", "version": "0.4.15" }