1+ {
2+ "name" : " postcss-at-scope" ,
3+ "version" : " 1.2.0" ,
4+ "description" : " PostCSS plugin @scope polyfill" ,
5+ "keywords" : [
6+ " postcss" ,
7+ " css" ,
8+ " postcss-plugin" ,
9+ " @scope"
10+ ],
11+ "scripts" : {
12+ "test" : " npm run screentests" ,
13+ "unit-test" : " jest" ,
14+ "screentests" : " playwright test --project=chromium" ,
15+ "start" : " serve -p 3333 ." ,
16+ "semantic-release" : " semantic-release"
17+ },
18+ "author" : {
19+ "name" : " Łukasz Sobolewski" ,
20+ 21+ },
22+ "license" : " MIT" ,
23+ "repository" : {
24+ "type" : " git" ,
25+ "url" : " git+https://github.com/lsobolew/postcss-at-scope.git"
26+ },
27+ "engines" : {
28+ "node" : " >=18.0.0"
29+ },
30+ "peerDependencies" : {
31+ "postcss" : " ^8.4.27"
32+ },
33+ "devDependencies" : {
34+ "@playwright/test" : " ^1.40.0" ,
35+ "@types/node" : " ^20.9.2" ,
36+ "eslint" : " ^8.47.0" ,
37+ "jest" : " ^29.7.0" ,
38+ "postcss" : " ^8.4.27" ,
39+ "semantic-release" : " ^22.0.12" ,
40+ "serve" : " ^14.2.1"
41+ },
42+ "eslintConfig" : {
43+ "parserOptions" : {
44+ "ecmaVersion" : 2017
45+ },
46+ "env" : {
47+ "node" : true ,
48+ "es6" : true
49+ },
50+ "extends" : [
51+ " eslint:recommended"
52+ ]
53+ },
54+ "dependencies" : {
55+ "postcss-selector-parser" : " ^6.0.16"
56+ },
57+ 58+ "gitHead" : " 3fa7af7bb8574581cac614d34da9ee30818d2c68" ,
59+ "bugs" : {
60+ "url" : " https://github.com/lsobolew/postcss-at-scope/issues"
61+ },
62+ "homepage" : " https://github.com/lsobolew/postcss-at-scope#readme" ,
63+ "_nodeVersion" : " 20.12.2" ,
64+ "_npmVersion" : " 10.3.0" ,
65+ "dist" : {
66+ "integrity" : " sha512-Aq04re6yFGom/FLso7AYa37YUd1h5Km/QKjbABIOSM2O8uz7wGY7R6IcaEnarfMtmwlIKh/st0eMIuLkHCPVlg==" ,
67+ "shasum" : " 173b346d2c8b2eec070dec9c5089c947271348f2" ,
68+ "tarball" : " https://registry.npmjs.org/postcss-at-scope/-/postcss-at-scope-1.2.0.tgz" ,
69+ "fileCount" : 28 ,
70+ "unpackedSize" : 42498 ,
71+ "signatures" : [
72+ {
73+ "keyid" : " SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA" ,
74+ "sig" : " MEQCIDbCh1SyU51J6HIMa1czS3w2qOJcKJ+9UL05FQr/1qVAAiB3YNXQJLvFrga1uYvcOod15VvrRh9mQrVVCqmZppn4uA=="
75+ }
76+ ]
77+ },
78+ "_npmUser" : {
79+ "name" : " lsobolew" ,
80+ 81+ },
82+ "directories" : {},
83+ "maintainers" : [
84+ {
85+ "name" : " lsobolew" ,
86+ 87+ }
88+ ],
89+ "_npmOperationalInternal" : {
90+ "host" : " s3://npm-registry-packages" ,
91+ "tmp" : " tmp/postcss-at-scope_1.2.0_1713439523405_0.27686576001939844"
92+ },
93+ "_hasShrinkwrap" : false ,
94+ "_time" : " 2024-04-18T11:25:23.610Z"
95+ }
0 commit comments