119 lines
3.3 KiB
JSON
119 lines
3.3 KiB
JSON
{
|
|
"_from": "cache-loader@^3.0.0",
|
|
"_id": "cache-loader@3.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-zubPSzzcfGEJBbJrrWwvxDnIIa8=",
|
|
"_location": "/cache-loader",
|
|
"_phantomChildren": {
|
|
"ajv": "6.12.6",
|
|
"ajv-errors": "1.0.1",
|
|
"ajv-keywords": "3.5.2",
|
|
"commondir": "1.0.1",
|
|
"p-limit": "2.3.0",
|
|
"pify": "4.0.1",
|
|
"semver": "5.7.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "cache-loader@^3.0.0",
|
|
"name": "cache-loader",
|
|
"escapedName": "cache-loader",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@vuepress/core"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/cache-loader/download/cache-loader-3.0.1.tgz",
|
|
"_shasum": "cee6cf4b3cdc7c610905b26bad6c2fc439c821af",
|
|
"_spec": "cache-loader@^3.0.0",
|
|
"_where": "E:\\GreateCommunity\\node_modules\\@vuepress\\core",
|
|
"author": {
|
|
"name": "Tobias Koppers @sokra"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/webpack-contrib/cache-loader/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"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"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Caches the result of following loaders on disk.",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.9.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/webpack-contrib/cache-loader",
|
|
"keywords": [
|
|
"webpack"
|
|
],
|
|
"license": "MIT",
|
|
"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",
|
|
"clean": "del-cli dist",
|
|
"commitlint": "commitlint --from=master",
|
|
"defaults": "webpack-defaults",
|
|
"lint": "eslint --cache src test",
|
|
"prebuild": "npm run clean",
|
|
"prepare": "npm run build",
|
|
"pretest": "npm run lint",
|
|
"release": "standard-version",
|
|
"security": "npm audit",
|
|
"start": "npm run build -- -w",
|
|
"test": "npm run test:coverage",
|
|
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
|
|
"test:only": "jest",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"version": "3.0.1"
|
|
}
|