165 lines
4.3 KiB
JSON
Raw Normal View History

2021-02-11 21:31:41 +08:00
{
"_from": "css-loader@^2.1.1",
"_id": "css-loader@2.1.1",
"_inBundle": false,
"_integrity": "sha1-2CVPcuQSuyI4u0TdZ0/770lzM+o=",
"_location": "/css-loader",
"_phantomChildren": {
"ajv": "6.12.6",
"ajv-errors": "1.0.1",
"ajv-keywords": "3.5.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "css-loader@^2.1.1",
"name": "css-loader",
"escapedName": "css-loader",
"rawSpec": "^2.1.1",
"saveSpec": null,
"fetchSpec": "^2.1.1"
},
"_requiredBy": [
"/@vuepress/core"
],
"_resolved": "https://registry.npm.taobao.org/css-loader/download/css-loader-2.1.1.tgz?cache=0&sync_timestamp=1612791290346&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcss-loader%2Fdownload%2Fcss-loader-2.1.1.tgz",
"_shasum": "d8254f72e412bb2238bb44dd674ffbef497333ea",
"_spec": "css-loader@^2.1.1",
"_where": "E:\\GreateCommunity\\node_modules\\@vuepress\\core",
"author": {
"name": "Tobias Koppers @sokra"
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "6.9.0"
},
"useBuiltIns": "usage"
}
]
]
},
"bugs": {
"url": "https://github.com/webpack-contrib/css-loader/issues"
},
"bundleDependencies": false,
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {
"camelcase": "^5.2.0",
"icss-utils": "^4.1.0",
"loader-utils": "^1.2.3",
"normalize-path": "^3.0.0",
"postcss": "^7.0.14",
"postcss-modules-extract-imports": "^2.0.0",
"postcss-modules-local-by-default": "^2.0.6",
"postcss-modules-scope": "^2.1.0",
"postcss-modules-values": "^2.0.0",
"postcss-value-parser": "^3.3.0",
"schema-utils": "^1.0.0"
},
"deprecated": false,
"description": "css loader module for webpack",
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"@webpack-contrib/defaults": "^3.0.0",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^24.1.0",
"cross-env": "^5.2.0",
"del": "^4.0.0",
"del-cli": "^1.1.0",
"eslint": "^5.9.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.0",
"file-loader": "^3.0.1",
"husky": "^1.2.0",
"jest": "^24.1.0",
"lint-staged": "^8.1.0",
"memory-fs": "^0.4.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.4.0",
"prettier": "^1.15.2",
"sass": "^1.15.1",
"sass-loader": "^7.1.0",
"standard-version": "^5.0.0",
"strip-ansi": "^5.0.0",
"webpack": "^4.26.1"
},
"engines": {
"node": ">= 6.9.0"
},
"files": [
"dist/",
"lib/",
"index.js"
],
"homepage": "https://github.com/webpack-contrib/css-loader",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"webpack",
"css",
"loader",
"url",
"import"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"main": "dist/cjs.js",
"name": "css-loader",
"peerDependencies": {
"webpack": "^4.0.0"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "always"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webpack-contrib/css-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:only -- --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",
"pretest": "npm run lint",
"release": "standard-version",
"security": "npm audit",
"start": "npm run build -- -w",
"test": "npm run test:only",
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
"test:only": "jest",
"test:watch": "jest --watch"
},
"version": "2.1.1"
}