| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_from": "postcss-modules-local-by-default@^4.0.5",
- "_id": "postcss-modules-local-by-default@4.2.0",
- "_inBundle": false,
- "_integrity": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==",
- "_location": "/postcss-modules-local-by-default",
- "_phantomChildren": {
- "cssesc": "3.0.0",
- "util-deprecate": "1.0.2"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "postcss-modules-local-by-default@^4.0.5",
- "name": "postcss-modules-local-by-default",
- "escapedName": "postcss-modules-local-by-default",
- "rawSpec": "^4.0.5",
- "saveSpec": null,
- "fetchSpec": "^4.0.5"
- },
- "_requiredBy": [
- "/css-loader"
- ],
- "_resolved": "https://registry.npmmirror.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz",
- "_shasum": "d150f43837831dae25e4085596e84f6f5d6ec368",
- "_spec": "postcss-modules-local-by-default@^4.0.5",
- "_where": "E:\\vue_project\\el-table-column\\node_modules\\css-loader",
- "author": {
- "name": "Mark Dalgleish"
- },
- "bugs": {
- "url": "https://github.com/css-modules/postcss-modules-local-by-default/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "icss-utils": "^5.0.0",
- "postcss-selector-parser": "^7.0.0",
- "postcss-value-parser": "^4.1.0"
- },
- "deprecated": false,
- "description": "A CSS Modules transform to make local scope the default",
- "devDependencies": {
- "coveralls": "^3.1.0",
- "eslint": "^7.10.0",
- "eslint-config-prettier": "^6.12.0",
- "husky": "^4.3.0",
- "jest": "^26.5.2",
- "lint-staged": "^10.4.0",
- "postcss": "^8.1.0",
- "prettier": "^2.1.2"
- },
- "engines": {
- "node": "^10 || ^12 || >= 14"
- },
- "files": [
- "src"
- ],
- "homepage": "https://github.com/css-modules/postcss-modules-local-by-default#readme",
- "keywords": [
- "css-modules",
- "postcss",
- "css",
- "postcss-plugin"
- ],
- "license": "MIT",
- "main": "src/index.js",
- "name": "postcss-modules-local-by-default",
- "peerDependencies": {
- "postcss": "^8.1.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git"
- },
- "scripts": {
- "eslint": "eslint --ignore-path .gitignore .",
- "lint": "yarn eslint && yarn prettier",
- "prepublishOnly": "yarn lint && yarn test",
- "prettier": "prettier -l --ignore-path .gitignore .",
- "test": "yarn test:coverage",
- "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
- "test:only": "jest",
- "test:watch": "jest --watch"
- },
- "version": "4.2.0"
- }
|