1+ {
2+ "name" : " postcss-switch" ,
3+ "version" : " 1.0.7" ,
4+ "description" : " PostCSS plugin to switch code in CSS files" ,
5+ "type" : " module" ,
6+ "main" : " dist/index.cjs" ,
7+ "module" : " dist/index.mjs" ,
8+ "jsdelivr" : " dist/index.mjs" ,
9+ "unpkg" : " dist/index.mjs" ,
10+ "exports" : {
11+ "." : {
12+ "import" : " ./dist/index.mjs" ,
13+ "require" : " ./dist/index.cjs" ,
14+ "default" : " ./dist/index.mjs"
15+ }
16+ },
17+ "scripts" : {
18+ "build" : " rollup --bundleConfigAsCjs -c rollup.config.js" ,
19+ "test" : " npm run test:eslint && npm run test:jest" ,
20+ "test:eslint" : " eslint src/**/*.js" ,
21+ "test:jest" : " node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage" ,
22+ "fix" : " eslint --fix src/**/*.js"
23+ },
24+ "keywords" : [
25+ " css" ,
26+ " postcss" ,
27+ " postcss-plugin" ,
28+ " switch" ,
29+ " node modules" ,
30+ " npm"
31+ ],
32+ "author" : {
33+ "name" : " Dimitris Chatzis"
34+ },
35+ "license" : " MIT" ,
36+ "homepage" : " https://github.com/DimChtz/postcss-switch" ,
37+ "repository" : {
38+ "type" : " git" ,
39+ "url" : " git+https://github.com/DimChtz/postcss-switch.git"
40+ },
41+ "bugs" : {
42+ "url" : " https://github.com/DimChtz/postcss-switch/issues"
43+ },
44+ "peerDependencies" : {
45+ "postcss" : " ^8.0.0"
46+ },
47+ "devDependencies" : {
48+ "@babel/core" : " ^7.24.0" ,
49+ "@babel/eslint-parser" : " ^7.23.10" ,
50+ "@babel/preset-env" : " ^7.24.0" ,
51+ "@rollup/plugin-babel" : " ^6.0.4" ,
52+ "@rollup/plugin-commonjs" : " ^25.0.7" ,
53+ "@rollup/plugin-node-resolve" : " ^15.2.3" ,
54+ "@rollup/plugin-terser" : " ^0.4.4" ,
55+ "@semantic-release/changelog" : " ^6.0.3" ,
56+ "@semantic-release/commit-analyzer" : " ^11.1.0" ,
57+ "@semantic-release/git" : " ^10.0.1" ,
58+ "@semantic-release/github" : " ^9.2.6" ,
59+ "@semantic-release/npm" : " ^11.0.3" ,
60+ "@semantic-release/release-notes-generator" : " ^12.1.0" ,
61+ "babel-jest" : " ^29.7.0" ,
62+ "conventional-changelog-conventionalcommits" : " ^7.0.2" ,
63+ "eslint" : " ^8.57.0" ,
64+ "eslint-plugin-jest" : " ^27.9.0" ,
65+ "jest" : " ^29.7.0" ,
66+ "postcss" : " ^8.4.35" ,
67+ "rollup" : " ^4.13.0" ,
68+ "semantic-release" : " ^23.0.2"
69+ },
70+ 71+ "gitHead" : " 6e0d008b675ecb8428ea3cd8d891f42f9d41afa5" ,
72+ "_nodeVersion" : " 20.11.1" ,
73+ "_npmVersion" : " 10.5.0" ,
74+ "dist" : {
75+ "integrity" : " sha512-TCy067bqENn+FHkcBYI2O9Z6C/EWooMI+mV/ura1W/ke+w05waP4s1CorGK47WP1SCJQdx4eniCOkQaCkVW8JQ==" ,
76+ "shasum" : " 6c95ebf6f52c3725ddba2c1f8402568df8bbf22d" ,
77+ "tarball" : " https://registry.npmjs.org/postcss-switch/-/postcss-switch-1.0.7.tgz" ,
78+ "fileCount" : 12 ,
79+ "unpackedSize" : 9464 ,
80+ "attestations" : {
81+ "url" :
" https://registry.npmjs.org/-/npm/v1/attestations/[email protected] " ,
82+ "provenance" : {
83+ "predicateType" : " https://slsa.dev/provenance/v1"
84+ }
85+ },
86+ "signatures" : [
87+ {
88+ "keyid" : " SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA" ,
89+ "sig" : " MEYCIQD/fwlcGg+YhD5Y7aKEnKvyhF/P7PjPQL6ejDDKISbR4AIhAMNXZcnN8XO+T/5OoWEjTi13sTseNUIUriSEmsfhF6PL"
90+ }
91+ ]
92+ },
93+ "_npmUser" : {
94+ "name" : " dimchtz" ,
95+ 96+ },
97+ "directories" : {},
98+ "maintainers" : [
99+ {
100+ "name" : " dimchtz" ,
101+ 102+ }
103+ ],
104+ "_npmOperationalInternal" : {
105+ "host" : " s3://npm-registry-packages" ,
106+ "tmp" : " tmp/postcss-switch_1.0.7_1710632888746_0.19061517070919387"
107+ },
108+ "_hasShrinkwrap" : false ,
109+ "_time" : " 2024-03-16T23:48:08.902Z"
110+ }
0 commit comments