123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "_args": [
- [
- "postcss-modules@4.2.2",
- "/Users/wc/Desktop/HBuilder/vue3_cesium"
- ]
- ],
- "_development": true,
- "_from": "postcss-modules@4.2.2",
- "_id": "postcss-modules@4.2.2",
- "_inBundle": false,
- "_integrity": "sha512-/H08MGEmaalv/OU8j6bUKi/kZr2kqGF6huAW8m9UAgOLWtpFdhA14+gPBoymtqyv+D4MLsmqaF2zvIegdCxJXg==",
- "_location": "/postcss-modules",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss-modules@4.2.2",
- "name": "postcss-modules",
- "escapedName": "postcss-modules",
- "rawSpec": "4.2.2",
- "saveSpec": null,
- "fetchSpec": "4.2.2"
- },
- "_requiredBy": [
- "/@vue/compiler-sfc"
- ],
- "_resolved": "https://registry.npmjs.org/postcss-modules/-/postcss-modules-4.2.2.tgz",
- "_spec": "4.2.2",
- "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium",
- "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": {
- "precommit": "lint-staged",
- "test": "make test"
- },
- "types": "index.d.ts",
- "version": "4.2.2"
- }
|