{ "_from": "cache-loader@^2.0.1", "_id": "cache-loader@2.0.1", "_inBundle": false, "_integrity": "sha512-V99T3FOynmGx26Zom+JrVBytLBsmUCzVG2/4NnUKgvXN4bEV42R1ERl1IyiH/cvFIDA1Ytq2lPZ9tXDSahcQpQ==", "_location": "/cache-loader", "_phantomChildren": { "ajv": "6.10.0", "ajv-errors": "1.0.1", "ajv-keywords": "3.4.0" }, "_requested": { "type": "range", "registry": true, "raw": "cache-loader@^2.0.1", "name": "cache-loader", "escapedName": "cache-loader", "rawSpec": "^2.0.1", "saveSpec": null, "fetchSpec": "^2.0.1" }, "_requiredBy": [ "/@vue/cli-service" ], "_resolved": "https://registry.npmjs.org/cache-loader/-/cache-loader-2.0.1.tgz", "_shasum": "5758f41a62d7c23941e3c3c7016e6faeb03acb07", "_spec": "cache-loader@^2.0.1", "_where": "/home/soeren/dev/keksaccountgui/node_modules/@vue/cli-service", "author": { "name": "Tobias Koppers @sokra" }, "babel": { "presets": [ [ "@babel/preset-env", { "targets": { "node": "6.9.0" }, "useBuiltIns": "usage" } ] ] }, "bugs": { "url": "https://github.com/webpack-contrib/cache-loader/issues" }, "bundleDependencies": false, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "dependencies": { "loader-utils": "^1.1.0", "mkdirp": "^0.5.1", "neo-async": "^2.6.0", "normalize-path": "^3.0.0", "schema-utils": "^1.0.0" }, "deprecated": false, "description": "Caches the result of following loaders on disk.", "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/polyfill": "^7.2.3", "@babel/preset-env": "^7.2.3", "@commitlint/cli": "^7.2.1", "@commitlint/config-conventional": "^7.1.2", "@webpack-contrib/defaults": "^3.0.5", "@webpack-contrib/eslint-config-webpack": "^3.0.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.6.0", "babel-loader": "^8.0.4", "cross-env": "^5.0.0", "del": "^3.0.0", "del-cli": "^1.0.0", "eslint": "^5.10.0", "eslint-config-webpack": "^1.0.0", "eslint-plugin-import": "^2.0.0", "eslint-plugin-prettier": "^3.0.0", "husky": "^1.2.1", "jest": "^23.6.0", "lint-staged": "^8.1.0", "memory-fs": "^0.4.1", "pre-commit": "^1.0.0", "prettier": "^1.15.2", "standard-version": "^4.0.0", "webpack": "^4.27.1", "webpack-cli": "^3.1.2" }, "engines": { "node": ">= 6.9.0" }, "files": [ "dist" ], "homepage": "https://github.com/webpack-contrib/cache-loader", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "webpack" ], "license": "MIT", "lint-staged": { "*.js": [ "eslint --fix", "git add" ] }, "main": "dist/cjs.js", "name": "cache-loader", "peerDependencies": { "webpack": "^4.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/webpack-contrib/cache-loader.git" }, "scripts": { "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files", "ci:coverage": "npm run test:coverage -- --runInBand", "ci:lint": "npm run lint && npm run security", "ci:lint:commits": "commitlint --from=origin/master --to=${CIRCLE_SHA1}", "ci:test": "npm run test -- --runInBand", "clean": "del-cli dist", "commitlint": "commitlint", "commitmsg": "commitlint -e $GIT_PARAMS", "defaults": "webpack-defaults", "lint": "eslint --cache src test", "prebuild": "npm run clean", "prepublish": "npm run build", "release": "standard-version", "security": "npm audit", "start": "npm run build -- -w", "test": "jest", "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage", "test:watch": "jest --watch" }, "version": "2.0.1" }