{
  "name": "cache-loader",
  "version": "3.0.1",
  "description": "Caches the result of following loaders on disk.",
  "license": "MIT",
  "repository": "webpack-contrib/cache-loader",
  "author": "Tobias Koppers @sokra",
  "homepage": "https://github.com/webpack-contrib/cache-loader",
  "bugs": "https://github.com/webpack-contrib/cache-loader/issues",
  "main": "dist/cjs.js",
  "engines": {
    "node": ">= 6.9.0"
  },
  "scripts": {
    "start": "npm run build -- -w",
    "prebuild": "npm run clean",
    "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
    "clean": "del-cli dist",
    "commitlint": "commitlint --from=master",
    "lint": "eslint --cache src test",
    "prepare": "npm run build",
    "release": "standard-version",
    "security": "npm audit",
    "test:only": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
    "pretest": "npm run lint",
    "test": "npm run test:coverage",
    "defaults": "webpack-defaults"
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "webpack": "^4.0.0"
  },
  "dependencies": {
    "buffer-json": "^2.0.0",
    "find-cache-dir": "^2.1.0",
    "loader-utils": "^1.2.3",
    "mkdirp": "^0.5.1",
    "neo-async": "^2.6.1",
    "schema-utils": "^1.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.4",
    "@babel/preset-env": "^7.4.4",
    "@commitlint/cli": "^7.6.1",
    "@commitlint/config-conventional": "^7.6.0",
    "@webpack-contrib/defaults": "^4.0.1",
    "@webpack-contrib/eslint-config-webpack": "^3.0.0",
    "babel-jest": "^24.8.0",
    "babel-loader": "^8.0.6",
    "commitlint-azure-pipelines-cli": "^1.0.1",
    "cross-env": "^5.0.0",
    "del": "^4.1.1",
    "del-cli": "^1.0.0",
    "eslint": "^5.16.0",
    "eslint-plugin-import": "^2.17.2",
    "eslint-plugin-prettier": "^3.1.0",
    "file-loader": "^3.0.1",
    "husky": "^2.2.0",
    "jest": "^24.8.0",
    "jest-junit": "^6.4.0",
    "lint-staged": "^8.1.6",
    "memory-fs": "^0.4.1",
    "normalize-path": "^3.0.0",
    "pre-commit": "^1.0.0",
    "prettier": "^1.17.0",
    "standard-version": "^6.0.1",
    "webpack": "^4.31.0",
    "webpack-cli": "^3.3.2"
  },
  "keywords": [
    "webpack"
  ]
}
