2021-03-01 15:26:05 +08:00

105 lines
2.6 KiB
JSON

{
"_args": [
[
"postcss-modules@4.0.0",
"J:\\Github\\CURD-TS"
]
],
"_development": true,
"_from": "postcss-modules@4.0.0",
"_id": "postcss-modules@4.0.0",
"_inBundle": false,
"_integrity": "sha1-K8fydquI8/Gw+t9svXdy1DtfO5s=",
"_location": "/postcss-modules",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-modules@4.0.0",
"name": "postcss-modules",
"escapedName": "postcss-modules",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/@vue/compiler-sfc"
],
"_resolved": "http://192.168.250.101:4873/postcss-modules/-/postcss-modules-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "J:\\Github\\CURD-TS",
"author": {
"name": "Alexander Madyankin",
"email": "alexander@madyankin.name"
},
"bugs": {
"url": "https://github.com/css-modules/postcss-modules/issues"
},
"dependencies": {
"generic-names": "^2.0.1",
"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": {
"postpublish": "rm -rf build && git push --follow-tags",
"precommit": "lint-staged",
"prepublish": "npm run transpile",
"pretest": "$(npm bin)/eslint src test",
"test": "$(npm bin)/jest",
"transpile": "$(npm bin)/babel src -d build"
},
"version": "4.0.0"
}