1+ {
2+ "name" : " @carbonorm/postcss-modules" ,
3+ "version" : " 6.0.2" ,
4+ "description" : " PostCSS plugin to use CSS Modules everywhere" ,
5+ "main" : " build/index.js" ,
6+ "types" : " index.d.ts" ,
7+ "keywords" : [
8+ " postcss" ,
9+ " css" ,
10+ " postcss-plugin" ,
11+ " modules" ,
12+ " css modules" ,
13+ " components"
14+ ],
15+ "author" : {
16+ "name" : " Alexander Madyankin" ,
17+ 18+ },
19+ "license" : " MIT" ,
20+ "repository" : {
21+ "type" : " git" ,
22+ "url" : " git+https://github.com/CarbonORM/postcss-modules.git"
23+ },
24+ "dependencies" : {
25+ "generic-names" : " ^4.0.0" ,
26+ "icss-utils" : " ^5.1.0" ,
27+ "lodash.camelcase" : " ^4.3.0" ,
28+ "postcss-modules-extract-imports" : " ^3.0.0" ,
29+ "postcss-modules-local-by-default" : " ^4.0.0" ,
30+ "postcss-modules-scope" : " ^3.0.0" ,
31+ "postcss-modules-values" : " ^4.0.0" ,
32+ "string-hash" : " ^1.1.1"
33+ },
34+ "peerDependencies" : {
35+ "postcss" : " ^8.0.0"
36+ },
37+ "devDependencies" : {
38+ "@babel/cli" : " ^7.17.10" ,
39+ "@babel/core" : " ^7.18.0" ,
40+ "@babel/eslint-parser" : " ^7.17.0" ,
41+ "@babel/preset-env" : " ^7.18.0" ,
42+ "@babel/register" : " ^7.17.7" ,
43+ "autoprefixer" : " ^10.0.2" ,
44+ "eslint" : " ^7.3.1" ,
45+ "eslint-plugin-import" : " ^2.21.2" ,
46+ "eslint-plugin-jest" : " ^23.17.0" ,
47+ "husky" : " ^4.2.5" ,
48+ "jest" : " ^26.0.1" ,
49+ "lint-staged" : " ^10.2.11" ,
50+ "postcss" : " ^8.1.9" ,
51+ "prettier" : " ^2.0.5"
52+ },
53+ "scripts" : {
54+ "test" : " make test" ,
55+ "precommit" : " lint-staged"
56+ },
57+ "lint-staged" : {
58+ "*.{json,md}" : [
59+ " prettier --write" ,
60+ " git add"
61+ ],
62+ "*.js" : [
63+ " prettier --write" ,
64+ " eslint --fix" ,
65+ " git add"
66+ ]
67+ },
68+ "require" : " @babel/register" ,
69+ "gitHead" : " b9bf8015ce14ac84d1708e1b44cae5f2c835c1b8" ,
70+ "bugs" : {
71+ "url" : " https://github.com/CarbonORM/postcss-modules/issues"
72+ },
73+ "homepage" : " https://github.com/CarbonORM/postcss-modules#readme" ,
74+ "_id" :
" @carbonorm/[email protected] " ,
75+ "_nodeVersion" : " 18.11.0" ,
76+ "_npmVersion" : " 8.19.2" ,
77+ "dist" : {
78+ "integrity" : " sha512-qRY2uai2yX//xjwR3t79GSdKD36eR+EZWoGt4m5W8zah+if12Oes4LEXyFE3smxjPUTqQqcx0RNDuAt2+KBLng==" ,
79+ "shasum" : " 1ccdcab8fabe5e3e2c5f460a5b22d0115f17470b" ,
80+ "tarball" : " https://registry.npmjs.org/@carbonorm/postcss-modules/-/postcss-modules-6.0.2.tgz" ,
81+ "fileCount" : 21 ,
82+ "unpackedSize" : 36273 ,
83+ "signatures" : [
84+ {
85+ "keyid" : " SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA" ,
86+ "sig" : " MEUCIQC3C1x8xnGoQKlbLtamzdB6t04MVSyxx9jbXrYiHVanQwIgKa2vEL/PlYu6OAU+uFLw7MqronEw8hiSHcs8FiEfShA="
87+ }
88+ ]
89+ },
90+ "_npmUser" : {
91+ "name" : " richardtylermiles" ,
92+ 93+ },
94+ "directories" : {},
95+ "maintainers" : [
96+ {
97+ "name" : " richardtylermiles" ,
98+ 99+ }
100+ ],
101+ "_npmOperationalInternal" : {
102+ "host" : " s3://npm-registry-packages" ,
103+ "tmp" : " tmp/postcss-modules_6.0.2_1690511147144_0.8306885640544854"
104+ },
105+ "_hasShrinkwrap" : false ,
106+ "_time" : " 2023-07-28T02:25:47.306Z"
107+ }
0 commit comments