diff --git a/directory/postcss-transform-tailwindcss.json b/directory/postcss-transform-tailwindcss.json new file mode 100644 index 000000000..d4b60b700 --- /dev/null +++ b/directory/postcss-transform-tailwindcss.json @@ -0,0 +1,100 @@ +{ + "name": "postcss-transform-tailwindcss", + "version": "1.1.4", + "description": "PostCSS plugin transform tailwincss", + "keywords": [ + "postcss", + "css", + "postcss-plugin", + "tailwindcss", + "transform", + "postcss-transform-tailwindcss" + ], + "scripts": { + "unit": "node --test index.test.js", + "test": "npm run unit && eslint .", + "publish": "clean-publish", + "release": "standard-version" + }, + "author": { + "name": "qipo", + "email": "qipo@dian.so" + }, + "license": "MIT", + "repository": { + "type": "git", + "url": "https://gitee.com/gaoyunfeng57/postcss-transform-tailwindcss" + }, + "engines": { + "node": ">=18.0.0" + }, + "peerDependencies": { + "postcss": "^8.4.27" + }, + "devDependencies": { + "clean-publish": "^5.0.0", + "eslint": "^8.47.0", + "globs": "^0.1.4", + "less": "^4.2.0", + "postcss": "^8.4.27", + "postcss-nested": "^6.0.1", + "postcss-nesting": "^12.1.5", + "sass": "^1.77.6" + }, + "eslintConfig": { + "parserOptions": { + "ecmaVersion": 2017 + }, + "env": { + "node": true, + "es6": true + }, + "extends": [ + "eslint:recommended" + ] + }, + "dependencies": { + "@babel/core": "^7.24.5", + "@babel/generator": "^7.24.5", + "@babel/parser": "^7.24.5", + "@babel/traverse": "^7.24.5", + "deepcopy": "^2.1.0", + "deepmerge": "^4.3.1", + "postcss-value-parser": "^4.2.0", + "tinycolor2": "^1.6.0" + }, + "gitHead": "6f0c0f0d46447ffdece28c3c0024eeb226ba6fd2", + "_id": "postcss-transform-tailwindcss@1.1.4", + "_nodeVersion": "14.17.6", + "_npmVersion": "8.3.0", + "dist": { + "integrity": "sha512-IjM258pyEuYjoea3/g6MILFzpMoyG2SsoLyt+Ba2x6BxNsoNLIbbpVkSEjyG9DLyYzrRejvLrfVIabOSsmirxQ==", + "shasum": "6424352e0484377b63e259706d133f3b52d5a94d", + "tarball": "https://registry.npmjs.org/postcss-transform-tailwindcss/-/postcss-transform-tailwindcss-1.1.4.tgz", + "fileCount": 172, + "unpackedSize": 732248, + "signatures": [ + { + "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA", + "sig": "MEYCIQDAoB70abDJhEo0VL7aEerHTgYcviU2bDitFqKYcHyShAIhALk5r5CLutVRxS5Gcz8cwUGGDH+1ImiRfK3gbtdOsa0B" + } + ] + }, + "_npmUser": { + "name": "gyfgyf", + "email": "740751539@qq.com" + }, + "directories": {}, + "maintainers": [ + { + "name": "gyfgyf", + "email": "740751539@qq.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/postcss-transform-tailwindcss_1.1.4_1722303623972_0.8614625980053725" + }, + "_hasShrinkwrap": false, + "_time": "2024-07-30T01:40:24.126Z" +} \ No newline at end of file