Skip to content

Commit dd0520c

Browse files
collect plugins data
1 parent a260b4f commit dd0520c

197 files changed

Lines changed: 9771 additions & 11741 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

npm-data/last-version/@spectrum-tools/postcss-add-theming-layer.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-tools/postcss-add-theming-layer",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Leveraging style container queries to create an abstraction layer for supporting multiple theming systems",
55
"license": "Apache-2.0",
66
"author": {
@@ -12,9 +12,18 @@
1212
"email": "[email protected]"
1313
}
1414
],
15+
"homepage": "https://opensource.adobe.com/spectrum-css/",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/adobe/spectrum-css.git",
19+
"directory": "plugins/postcss-add-theming-layer"
20+
},
21+
"bugs": {
22+
"url": "https://github.com/adobe/spectrum-css/issues"
23+
},
1524
"main": "index.js",
1625
"dependencies": {
17-
"postcss-selector-parser": "^6.1.1",
26+
"postcss-selector-parser": "^6.1.2",
1827
"postcss-values-parser": "^6.0.2"
1928
},
2029
"peerDependencies": {
@@ -23,7 +32,7 @@
2332
"devDependencies": {
2433
"ava": "^6.2.0",
2534
"c8": "^10.1.3",
26-
"postcss": "^8.5.2"
35+
"postcss": "^8.5.3"
2736
},
2837
"keywords": [
2938
"css",
@@ -32,29 +41,20 @@
3241
"postcss",
3342
"postcss-plugin"
3443
],
35-
"repository": {
36-
"type": "git",
37-
"url": "git+https://github.com/adobe/spectrum-css.git",
38-
"directory": "plugins/postcss-add-theming-layer"
39-
},
40-
"bugs": {
41-
"url": "https://github.com/adobe/spectrum-css/issues"
42-
},
43-
"homepage": "https://opensource.adobe.com/spectrum-css/",
44-
"_id": "@spectrum-tools/[email protected]",
45-
"gitHead": "03dce551ec07c81acede72daf75ccb88494867f1",
46-
"_nodeVersion": "20.18.2",
44+
"_id": "@spectrum-tools/[email protected]",
45+
"gitHead": "0ed8c4a7fd8c8d481fce9facb65c0025200dff8e",
46+
"_nodeVersion": "20.19.0",
4747
"_npmVersion": "10.8.2",
4848
"dist": {
49-
"integrity": "sha512-TrLz5YIV0kv+0KjczXP6Y/c8JMKcgOj46gOoIXqZAywOgwtHJoAFOFp6au+K56TT+26xMayL1+xZQsTCL9bhDQ==",
50-
"shasum": "5ecf32b60d9c579e3b88cf520041f93c20f5fbde",
51-
"tarball": "https://registry.npmjs.org/@spectrum-tools/postcss-add-theming-layer/-/postcss-add-theming-layer-1.0.1.tgz",
49+
"integrity": "sha512-0HEx0KROV2Or5Ys1OzDU7859zwVnmVaPqV+6lmoTWFIgg4dgKS2y5QGdCk3F3jgh3ZDqax0ViNCZ1lx9jvnIKg==",
50+
"shasum": "e45f7fd20ba3587c7939e97347b86ea9092d89f8",
51+
"tarball": "https://registry.npmjs.org/@spectrum-tools/postcss-add-theming-layer/-/postcss-add-theming-layer-1.0.2.tgz",
5252
"fileCount": 4,
53-
"unpackedSize": 12917,
53+
"unpackedSize": 13231,
5454
"signatures": [
5555
{
5656
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
57-
"sig": "MEQCIB6hs0KeDdlaBugPIen8X5sO98vkm8wCqHC9tXgkmZZcAiAfyJkTgUQKu1PdzmA5Ywt7VcV5bT5ZlfNqgfZZTd+TmA=="
57+
"sig": "MEYCIQDm0jLqBKyTk5mjeQ94U0gY7+Nsl4KFv1rIrvpVxXz/mQIhAJ3Bbod3eKCQ1D6wYugSiIfoT6iEytFngA8cWZ4BN3OY"
5858
}
5959
]
6060
},
@@ -83,8 +83,8 @@
8383
],
8484
"_npmOperationalInternal": {
8585
"host": "s3://npm-registry-packages-npm-production",
86-
"tmp": "tmp/postcss-add-theming-layer_1.0.1_1739389670421_0.18524570979468735"
86+
"tmp": "tmp/postcss-add-theming-layer_1.0.2_1742442752736_0.05218407960798421"
8787
},
8888
"_hasShrinkwrap": false,
89-
"_time": "2025-02-12T19:47:50.584Z"
89+
"_time": "2025-03-20T03:52:32.909Z"
9090
}

npm-data/last-version/postcss-spring.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-spring",
3-
"version": "1.2.0",
3+
"version": "1.2.2",
44
"description": "PostCSS plugin that helps you with spring easings",
55
"keywords": [
66
"postcss",
@@ -34,26 +34,26 @@
3434
"dev": "vite ./dev -- --verbose",
3535
"test": "node --test index.test.js"
3636
},
37-
"_id": "[email protected].0",
37+
"_id": "[email protected].2",
3838
"bugs": {
3939
"url": "https://github.com/jramke/postcss-spring/issues"
4040
},
4141
"homepage": "https://github.com/jramke/postcss-spring#readme",
42-
"_integrity": "sha512-+mS51QK8vL3smzBnNeNGxZOnEuSAXMrMYinuYaVRYdFkpoXuSmr0YWxrHRr92122SzL9Muo6IRmvDFNFS6WDUg==",
43-
"_resolved": "/private/var/folders/ry/87hxhfhs419263b17w8s29c40000gn/T/e00529abc098f69d9eadf34c98e715af/postcss-spring-1.2.0.tgz",
44-
"_from": "file:postcss-spring-1.2.0.tgz",
42+
"_integrity": "sha512-8uAyP4neUO2/9EUXZgDqGG9eDK2pehSP9rcuGf/LlW0NoiCdzgzO7Btx170h6pLkgMzKrTsdVsB5ozdWSRdzQQ==",
43+
"_resolved": "/private/var/folders/ry/87hxhfhs419263b17w8s29c40000gn/T/1ba4cda9199827e6b05ec82b0fa2279c/postcss-spring-1.2.2.tgz",
44+
"_from": "file:postcss-spring-1.2.2.tgz",
4545
"_nodeVersion": "20.18.2",
4646
"_npmVersion": "10.8.2",
4747
"dist": {
48-
"integrity": "sha512-+mS51QK8vL3smzBnNeNGxZOnEuSAXMrMYinuYaVRYdFkpoXuSmr0YWxrHRr92122SzL9Muo6IRmvDFNFS6WDUg==",
49-
"shasum": "d53079e5fbbbedf2d53e374b0c4926785ede1eae",
50-
"tarball": "https://registry.npmjs.org/postcss-spring/-/postcss-spring-1.2.0.tgz",
48+
"integrity": "sha512-8uAyP4neUO2/9EUXZgDqGG9eDK2pehSP9rcuGf/LlW0NoiCdzgzO7Btx170h6pLkgMzKrTsdVsB5ozdWSRdzQQ==",
49+
"shasum": "0649eda5ef0f36bc45020953d1d34eec54e40424",
50+
"tarball": "https://registry.npmjs.org/postcss-spring/-/postcss-spring-1.2.2.tgz",
5151
"fileCount": 9,
52-
"unpackedSize": 17875,
52+
"unpackedSize": 18044,
5353
"signatures": [
5454
{
5555
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
56-
"sig": "MEYCIQCA7yd3P8RSTNFH6n74bLV2pb6YYtukPVZPkqdrI2Q4BwIhAKeLudmaNzmGX2UDcWzOilvXAUsVhKgTZGmoxA61i65k"
56+
"sig": "MEYCIQDELxNTPabj4rm3Eh94cGP8Dp7sNRYlmSZiMAdYJ8WZ0QIhAKmS6oteGbryvKcV8bs1WKdtcLiTMpXpQX3NSymfGALv"
5757
}
5858
]
5959
},
@@ -70,8 +70,8 @@
7070
],
7171
"_npmOperationalInternal": {
7272
"host": "s3://npm-registry-packages-npm-production",
73-
"tmp": "tmp/postcss-spring_1.2.0_1742764357539_0.8612227219916706"
73+
"tmp": "tmp/postcss-spring_1.2.2_1743452788663_0.6073815096617556"
7474
},
7575
"_hasShrinkwrap": false,
76-
"_time": "2025-03-23T21:12:37.705Z"
76+
"_time": "2025-03-31T20:26:28.829Z"
7777
}

0 commit comments

Comments
 (0)