diff --git a/directory/postcss-ic-unit.json b/directory/postcss-ic-unit.json new file mode 100644 index 000000000..40ecb7baa --- /dev/null +++ b/directory/postcss-ic-unit.json @@ -0,0 +1,69 @@ +{ + "name": "postcss-ic-unit", + "version": "2.0.0", + "description": "Use the ic length unit in CSS", + "author": { + "name": "Huáng Jùnliàng", + "email": "i@jhuang.me" + }, + "license": "CC0-1.0", + "repository": { + "type": "git", + "url": "git+https://github.com/JLHwung/postcss-ic-unit.git" + }, + "homepage": "https://github.com/JLHwung/postcss-ic-unit#readme", + "bugs": { + "url": "https://github.com/JLHwung/postcss-ic-unit/issues" + }, + "main": "./dist/index.bundle.cjs", + "type": "module", + "exports": { + "import": "./dist/index.bundle.mjs", + "require": "./dist/index.bundle.cjs" + }, + "peerDependencies": { + "postcss": "^8.0.0" + }, + "keywords": [ + "postcss", + "css", + "postcss-plugin", + "values", + "ic", + "length" + ], + "_id": "postcss-ic-unit@2.0.0", + "_nodeVersion": "14.11.0", + "_npmVersion": "6.14.8", + "dist": { + "integrity": "sha512-QNb0bPx8ukuL5bRyC1OXgrzsTH/5wtk6jeWyx6j1T1m39VfbIo08bDfRFISeRS0JaZERzteF1GzxOMkAd6w6dw==", + "shasum": "ed21025de99273b8eb2d9285fd4b9164dce265bd", + "tarball": "https://registry.npmjs.org/postcss-ic-unit/-/postcss-ic-unit-2.0.0.tgz", + "fileCount": 6, + "unpackedSize": 11300, + "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfakZICRA9TVsSAnZWagAA3T8P/1+RYMO7TrW2xy/GyJUH\nfrS/PEkRuf2sDHuLgGxhSW6fn1iQnH4tXhq7RzkrNnwgwMv0MwMIuuOroP/P\nGDCGusROQhgg1xDuGPQ1JFQ4dNZ8k/dEouFQ8/1+pHJBlqZX7NDyD3SbBG3N\nWZ4M1oS6Mv7jU7KE4p6RGnTf4mrJLSWmNvDEn3r2ClloZgUTeY9N0U1j/oob\nfILpAfe5fJJ9+/yhriqEvFAcXgtsTaPnJ+b7Rhxi7DAqvshCeU5btoK9HmdA\nas/HvgZSRn5LdE3Hu2kq9iJ8QQ+meVHpedZjkeGAVFg0GmUil7FMyfACTojb\nkg4xOD0YKn33Z0Tn27CWyo7BQj52DcKOPedjfiBwv9NLhw1OrOQ7MDmKl+m/\nzESh7Zcw5PCZjAdZ5QGfo/CBOyEf1zurquJvMDvfUOiJUP5eibDweUGgMvGW\ngsf9ODGa4TSOjEKKG83j6qonn19XzAYZmJb7AvCQvzHnFFBDfLeaM2hp2FBH\nM7kOWAYiMP2j+j5HVoSADCQJt6XEjvj/hLaRFV5UGD7osUTmM7fBYJEDLm+P\n2vDZzpxKo2OfH2atQpFYTFGkx7SOiPZuAEUx7b7cwQpFgKNS3L1Jxknqe9Vy\nEMS2xl+mUWx6mF9D97IsCl0FLeUjrIdEXR7C37P3q8RKIoo0yHCKtCQ+ilxz\nZRE2\r\n=m8WH\r\n-----END PGP SIGNATURE-----\r\n", + "signatures": [ + { + "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA", + "sig": "MEQCIGuLPhQryVUdKj1ddUE/GNSTcvFEgcQuyLDq5OlN3pDiAiBYa5yIU84yB3O/nu+ofoNNJvDt+fuWwAhaCsnReovv/w==" + } + ] + }, + "maintainers": [ + { + "name": "jlhwung", + "email": "i@jhuang.me" + } + ], + "_npmUser": { + "name": "jlhwung", + "email": "i@jhuang.me" + }, + "directories": {}, + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/postcss-ic-unit_2.0.0_1600800328281_0.15864737711359655" + }, + "_hasShrinkwrap": false, + "_time": "2020-09-22T18:45:28.419Z" +} \ No newline at end of file