diff --git a/directory/postcss-flexup.json b/directory/postcss-flexup.json new file mode 100644 index 000000000..57674587f --- /dev/null +++ b/directory/postcss-flexup.json @@ -0,0 +1,110 @@ +{ + "name": "postcss-flexup", + "version": "1.0.12", + "description": "PostCSS plugin to make flex cooler", + "type": "module", + "main": "dist/index.cjs", + "module": "dist/index.mjs", + "jsdelivr": "dist/index.mjs", + "unpkg": "dist/index.mjs", + "exports": { + ".": { + "import": "./dist/index.mjs", + "require": "./dist/index.cjs", + "default": "./dist/index.mjs" + } + }, + "scripts": { + "build": "rollup --bundleConfigAsCjs -c rollup.config.js", + "test": "npm run test:eslint && npm run test:jest", + "test:eslint": "eslint src/**/*.js", + "test:jest": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage", + "fix": "eslint --fix src/**/*.js" + }, + "keywords": [ + "css", + "postcss", + "postcss-plugin", + "flex", + "flexbox", + "node modules" + ], + "author": { + "name": "Dimitris Chatzis" + }, + "license": "MIT", + "homepage": "https://github.com/DimChtz/postcss-flexup", + "repository": { + "type": "git", + "url": "git+https://github.com/DimChtz/postcss-flexup.git" + }, + "bugs": { + "url": "https://github.com/DimChtz/postcss-flexup/issues" + }, + "peerDependencies": { + "postcss": "^8.0.0" + }, + "devDependencies": { + "@babel/core": "^7.24.0", + "@babel/eslint-parser": "^7.23.10", + "@babel/preset-env": "^7.24.0", + "@rollup/plugin-babel": "^6.0.4", + "@rollup/plugin-commonjs": "^25.0.7", + "@rollup/plugin-node-resolve": "^15.2.3", + "@rollup/plugin-terser": "^0.4.4", + "@semantic-release/changelog": "^6.0.3", + "@semantic-release/commit-analyzer": "^11.1.0", + "@semantic-release/git": "^10.0.1", + "@semantic-release/github": "^9.2.6", + "@semantic-release/npm": "^11.0.3", + "@semantic-release/release-notes-generator": "^12.1.0", + "babel-jest": "^29.7.0", + "conventional-changelog-conventionalcommits": "^7.0.2", + "eslint": "^8.57.0", + "eslint-plugin-jest": "^27.9.0", + "jest": "^29.7.0", + "postcss": "^8.4.35", + "rollup": "^4.13.0", + "semantic-release": "^23.0.2" + }, + "_id": "postcss-flexup@1.0.12", + "gitHead": "a84ed495006fa93f3e46676a04aec7e6c3fd794c", + "_nodeVersion": "20.11.1", + "_npmVersion": "10.5.0", + "dist": { + "integrity": "sha512-IY6mgX2MLcIULVJivux8MNAHOnqrKAHAq2h664CLf3Go6yHDvWCza+Vdz8lV1EHSCfSj/CK5re71gkrRJiAV9Q==", + "shasum": "4e93eded95e933f98d2838ec305a39d2d03d0c84", + "tarball": "https://registry.npmjs.org/postcss-flexup/-/postcss-flexup-1.0.12.tgz", + "fileCount": 7, + "unpackedSize": 26894, + "attestations": { + "url": "https://registry.npmjs.org/-/npm/v1/attestations/postcss-flexup@1.0.12", + "provenance": { + "predicateType": "https://slsa.dev/provenance/v1" + } + }, + "signatures": [ + { + "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA", + "sig": "MEYCIQCDVPAx3/wX7t2D5qg9n2MxCtOiqo6PbTTMQ1Hs2RRNcQIhAJW4qIC83AvRqypT8iMgIiiCs2CthxzAltSgS6ui0tpI" + } + ] + }, + "_npmUser": { + "name": "dimchtz", + "email": "dim.chatzis1993@gmail.com" + }, + "directories": {}, + "maintainers": [ + { + "name": "dimchtz", + "email": "dim.chatzis1993@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/postcss-flexup_1.0.12_1710632076281_0.833065260171405" + }, + "_hasShrinkwrap": false, + "_time": "2024-03-16T23:34:36.438Z" +} \ No newline at end of file