|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- {
- "_args": [
- [
- "fork-ts-checker-webpack-plugin-alt@0.4.14",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "fork-ts-checker-webpack-plugin-alt@0.4.14",
- "_id": "fork-ts-checker-webpack-plugin-alt@0.4.14",
- "_inBundle": false,
- "_integrity": "sha512-s0wjOBuPdylMRBzZ4yO8LSJuzem3g0MYZFxsjRXrFDQyL5KJBVSq30+GoHM/t/r2CRU4tI6zi04sq6OXK0UYnw==",
- "_location": "/fork-ts-checker-webpack-plugin-alt",
- "_phantomChildren": {
- "color-convert": "1.9.3",
- "escape-string-regexp": "1.0.5",
- "has-flag": "3.0.0"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "fork-ts-checker-webpack-plugin-alt@0.4.14",
- "name": "fork-ts-checker-webpack-plugin-alt",
- "escapedName": "fork-ts-checker-webpack-plugin-alt",
- "rawSpec": "0.4.14",
- "saveSpec": null,
- "fetchSpec": "0.4.14"
- },
- "_requiredBy": [
- "/react-scripts"
- ],
- "_resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin-alt/-/fork-ts-checker-webpack-plugin-alt-0.4.14.tgz",
- "_spec": "0.4.14",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "author": {
- "name": "Piotr Oleś",
- "email": "piotrek.oles@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/Realytics/fork-ts-checker-webpack-plugin/issues"
- },
- "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"
- },
- "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": "4.3.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": "^15.2.4",
- "vue-template-compiler": "^2.5.16",
- "webpack": "^4.16.5"
- },
- "engines": {
- "node": ">=6.11.5"
- },
- "files": [
- "lib"
- ],
- "homepage": "https://github.com/Timer/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-alt",
- "peerDependencies": {
- "webpack": "^2.3.0 || ^3.0.0 || ^4.0.0"
- },
- "repository": {
- "url": "git+https://github.com/Timer/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.14"
- }
|