You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

100 lines
2.5 KiB

{
"_args": [
[
"postcss-modules@4.3.1",
"D:\\Project\\DaPing"
]
],
"_from": "postcss-modules@4.3.1",
"_id": "postcss-modules@4.3.1",
"_inBundle": false,
"_integrity": "sha512-ItUhSUxBBdNamkT3KzIZwYNNRFKmkJrofvC2nWab3CPKhYBQ1f27XXh1PAPE27Psx58jeelPsxWB/+og+KEH0Q==",
"_location": "/postcss-modules",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-modules@4.3.1",
"name": "postcss-modules",
"escapedName": "postcss-modules",
"rawSpec": "4.3.1",
"saveSpec": null,
"fetchSpec": "4.3.1"
},
"_requiredBy": [
"/@dcloudio/uni-cli-shared"
],
"_resolved": "https://registry.npmjs.org/postcss-modules/-/postcss-modules-4.3.1.tgz",
"_spec": "4.3.1",
"_where": "D:\\Project\\DaPing",
"author": {
"name": "Alexander Madyankin",
"email": "alexander@madyankin.name"
},
"bugs": {
"url": "https://github.com/css-modules/postcss-modules/issues"
},
"dependencies": {
"generic-names": "^4.0.0",
"icss-replace-symbols": "^1.1.0",
"lodash.camelcase": "^4.3.0",
"postcss-modules-extract-imports": "^3.0.0",
"postcss-modules-local-by-default": "^4.0.0",
"postcss-modules-scope": "^3.0.0",
"postcss-modules-values": "^4.0.0",
"string-hash": "^1.1.1"
},
"description": "PostCSS plugin to use CSS Modules everywhere",
"devDependencies": {
"autoprefixer": "^10.0.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-preset-env": "^1.7.0",
"eslint": "^7.3.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jest": "^23.17.0",
"husky": "^4.2.5",
"jest": "^26.0.1",
"lint-staged": "^10.2.11",
"postcss": "^8.1.9",
"prettier": "^2.0.5"
},
"homepage": "https://github.com/css-modules/postcss-modules#readme",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"modules",
"css modules",
"components"
],
"license": "MIT",
"lint-staged": {
"*.{json,md}": [
"prettier --write",
"git add"
],
"*.js": [
"prettier --write",
"eslint --fix",
"git add"
]
},
"main": "build/index.js",
"name": "postcss-modules",
"peerDependencies": {
"postcss": "^8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/css-modules/postcss-modules.git"
},
"require": "babel-core/register",
"scripts": {
"precommit": "lint-staged",
"test": "make test"
},
"types": "index.d.ts",
"version": "4.3.1"
}