diff --git a/directory/postcss-media-query-gap.json b/directory/postcss-media-query-gap.json new file mode 100644 index 000000000..1236e524f --- /dev/null +++ b/directory/postcss-media-query-gap.json @@ -0,0 +1,112 @@ +{ + "name": "postcss-media-query-gap", + "version": "4.1.1", + "description": "PostCSS plugin for applying gap on max-width/height media queries.", + "main": "index.cjs.js", + "module": "index.esm.js", + "author": { + "name": "Ivan Nikolić", + "email": "niksy5@gmail.com", + "url": "http://ivannikolic.com" + }, + "license": "MIT", + "sideEffects": false, + "directories": { + "test": "test" + }, + "scripts": { + "build": "rollup --config rollup.config.js", + "lint": "eslint '{index,lib/**/*,test/**/*}.js'", + "postpublish": "GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog", + "prepublishOnly": "npm run build", + "release": "np", + "test": "npm run lint && nyc mocha --require esm 'test/**/*.js' $([[ $WATCH_TEST ]] && echo --watch) && nyc check-coverage", + "test:watch": "WATCH_TEST=1 npm test", + "version": "version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md" + }, + "dependencies": { + "media-query-gap": "^2.0.0" + }, + "devDependencies": { + "changelog-verify": "^1.1.2", + "eslint": "^6.7.2", + "eslint-config-niksy": "^8.0.0", + "eslint-config-prettier": "^4.2.0", + "eslint-plugin-extend": "^0.1.1", + "eslint-plugin-import": "^2.18.2", + "eslint-plugin-jsdoc": "^18.4.3", + "eslint-plugin-mocha": "^6.2.2", + "eslint-plugin-node": "^10.0.0", + "eslint-plugin-prettier": "^3.0.1", + "eslint-plugin-promise": "^4.2.1", + "eslint-plugin-unicorn": "^14.0.1", + "esm": "^3.0.51", + "github-release-from-changelog": "^2.1.1", + "husky": "^3.1.0", + "lint-staged": "^9.5.0", + "mocha": "^4.1.0", + "np": "^3.0.4", + "nyc": "^12.0.2", + "postcss": "^8.1.1", + "prettier": "^1.17.0", + "rollup": "^1.0.0", + "version-changelog": "^3.1.1" + }, + "peerDependencies": { + "postcss": "^8.1.1" + }, + "engines": { + "node": ">=12" + }, + "keywords": [ + "css", + "gap", + "max-width", + "media", + "mq", + "postcss", + "postcss-plugin", + "query" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/niksy/postcss-media-query-gap.git" + }, + "bugs": { + "url": "https://github.com/niksy/postcss-media-query-gap/issues" + }, + "homepage": "https://github.com/niksy/postcss-media-query-gap#readme", + "gitHead": "f06a1ddaa46eb840fe72ecebf5199ee29a457b18", + "_id": "postcss-media-query-gap@4.1.1", + "_nodeVersion": "12.22.12", + "_npmVersion": "6.14.16", + "dist": { + "integrity": "sha512-v3UTs1FGyO+mbDJVCGzkG9kIq5DHC51zecN3bfPfzmyh1L5ZroFpeBkdDwdmk/2CZFLEX5jEU+ek8hDqPttgGA==", + "shasum": "64a32f499dc960bb2fa9bce7aa2df88d42f0e0cc", + "tarball": "https://registry.npmjs.org/postcss-media-query-gap/-/postcss-media-query-gap-4.1.1.tgz", + "fileCount": 8, + "unpackedSize": 8355, + "signatures": [ + { + "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA", + "sig": "MEQCIGP6yxv3QgaTUbHd1ReJav9o9KwbMgXjjCUkg4keMkJ3AiAQfGOVUD+AFtR83Gst01iWehUWBOPoP4+vvyZE/1C9wA==" + } + ] + }, + "_npmUser": { + "name": "niksy", + "email": "niksy5@gmail.com" + }, + "maintainers": [ + { + "name": "niksy", + "email": "niksy5@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/postcss-media-query-gap_4.1.1_1715069387767_0.35335257150622423" + }, + "_hasShrinkwrap": false, + "_time": "2024-05-07T08:09:47.892Z" +} \ No newline at end of file