Initial commit

This commit is contained in:
Konstantin Kollar
2022-10-03 21:13:35 +02:00
commit 8529ee86e4
1120 changed files with 276225 additions and 0 deletions
+77
View File
@@ -0,0 +1,77 @@
{
"_from": "postcss-js@^4.0.0",
"_id": "postcss-js@4.0.0",
"_inBundle": false,
"_integrity": "sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==",
"_location": "/postcss-js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-js@^4.0.0",
"name": "postcss-js",
"escapedName": "postcss-js",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/tailwindcss"
],
"_resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz",
"_shasum": "31db79889531b80dc7bc9b0ad283e418dce0ac00",
"_spec": "postcss-js@^4.0.0",
"_where": "/home/kossa/projects/knaeckeboot-tailwind/themes/bluewater/node_modules/tailwindcss",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bugs": {
"url": "https://github.com/postcss/postcss-js/issues"
},
"bundleDependencies": false,
"dependencies": {
"camelcase-css": "^2.0.1"
},
"deprecated": false,
"description": "PostCSS for CSS-in-JS and styles in JS objects",
"engines": {
"node": "^12 || ^14 || >= 16"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./package.json": "./package.json",
"./async": "./async.js",
"./objectifier": "./objectifier.js",
"./parser": "./parser.js",
"./process-result": "./process-result.js",
"./sync": "./sync.js"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"homepage": "https://github.com/postcss/postcss-js#readme",
"keywords": [
"postcss",
"postcss-runner",
"js",
"inline",
"react",
"css",
"cssinjs"
],
"license": "MIT",
"name": "postcss-js",
"peerDependencies": {
"postcss": "^8.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-js.git"
},
"version": "4.0.0"
}