{ "_args": [ [ "cache-loader@1.2.5", "D:\\jenkins\\workspace\\ljzc-fvue" ] ], "_development": true, "_from": "cache-loader@1.2.5", "_id": "cache-loader@1.2.5", "_inBundle": false, "_integrity": "sha1-mrFbCuX1RvN2CDppX8GnX1RssmY= sha512-enWKEQ4kO3YreDFd7AtVRjtJBmNiqh/X9hVDReu0C4qm8gsGmySkwuWtdc+N5O+vq5FzxL1mIZc30NyXCB7o/Q==", "_location": "/cache-loader", "_phantomChildren": { "ajv": "6.12.6", "ajv-keywords": "3.5.2" }, "_requested": { "type": "version", "registry": true, "raw": "cache-loader@1.2.5", "name": "cache-loader", "escapedName": "cache-loader", "rawSpec": "1.2.5", "saveSpec": null, "fetchSpec": "1.2.5" }, "_requiredBy": [ "/@vue/cli-service" ], "_resolved": "https://registry.npm.taobao.org/cache-loader/download/cache-loader-1.2.5.tgz", "_spec": "1.2.5", "_where": "D:\\jenkins\\workspace\\ljzc-fvue", "author": { "name": "Tobias Koppers @sokra" }, "bugs": { "url": "https://github.com/webpack-contrib/cache-loader/issues" }, "dependencies": { "loader-utils": "^1.1.0", "mkdirp": "^0.5.1", "neo-async": "^2.5.0", "schema-utils": "^0.4.2" }, "description": "Caches the result of following loaders on disk.", "devDependencies": { "babel-cli": "^6.0.0", "babel-jest": "^21.0.0", "babel-plugin-transform-object-rest-spread": "^6.0.0", "babel-polyfill": "^6.0.0", "babel-preset-env": "^1.6.0", "cross-env": "^5.0.0", "del-cli": "^1.0.0", "eslint": "^4.0.0", "eslint-config-webpack": "^1.0.0", "eslint-plugin-import": "^2.0.0", "jest": "^21.0.0", "lint-staged": "^5.0.0", "pre-commit": "^1.0.0", "standard-version": "^4.0.0", "webpack": "^3.0.0", "webpack-defaults": "^1.6.0" }, "engines": { "node": ">= 4.8 < 5.0.0 || >= 5.10" }, "files": [ "dist" ], "homepage": "https://github.com/webpack-contrib/cache-loader", "license": "MIT", "lint-staged": { "*.js": [ "eslint --fix", "git add" ] }, "main": "dist/cjs.js", "name": "cache-loader", "peerDependencies": { "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0" }, "pre-commit": "lint-staged", "repository": { "type": "git", "url": "git+https://github.com/webpack-contrib/cache-loader.git" }, "scripts": { "appveyor:test": "npm run test", "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files", "clean": "del-cli dist", "defaults": "webpack-defaults", "lint": "eslint --cache src test", "lint-staged": "lint-staged", "prebuild": "npm run clean", "prepare": "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", "travis:coverage": "npm run test:coverage -- --runInBand", "travis:lint": "npm run lint && npm run security", "travis:test": "npm run test -- --runInBand", "webpack-defaults": "webpack-defaults" }, "version": "1.2.5" }