{"_id":"postcss-place","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"romainmenke","email":"romainmenke@gmail.com"}],"keywords":["alignments","aligns","contents","css","justifies","justify","postcss","postcss-plugin","selfs","shorthands"],"dist-tags":{"latest":"11.0.0"},"description":"Use a place-* shorthand for align-* and justify-* in CSS","readme":"# PostCSS Place Properties [<img src=\"https://postcss.github.io/postcss/logo.svg\" alt=\"PostCSS Logo\" width=\"90\" height=\"90\" align=\"right\">][PostCSS]\n\n`npm install postcss-place --save-dev`\n\n[PostCSS Place Properties] lets you use `place-*` properties as shorthands for `align-*`\nand `justify-*`, following the [CSS Box Alignment] specification.\n\n```css\n.example {\n\tplace-self: center;\n\tplace-content: space-between center;\n}\n\n/* becomes */\n\n.example {\n\talign-self: center;\n\tjustify-self: center;\n\tplace-self: center;\n\talign-content: space-between;\n\tjustify-content: center;\n\tplace-content: space-between center;\n}\n```\n\n## Usage\n\nAdd [PostCSS Place Properties] to your project:\n\n```bash\nnpm install postcss postcss-place --save-dev\n```\n\nUse it as a [PostCSS] plugin:\n\n```js\nconst postcss = require('postcss');\nconst postcssPlace = require('postcss-place');\n\npostcss([\n\tpostcssPlace(/* pluginOptions */)\n]).process(YOUR_CSS /*, processOptions */);\n```\n\n\n\n## Options\n\n### preserve\n\nThe `preserve` option determines whether the original notation\nis preserved. By default, it is preserved.\n\n```js\npostcssPlace({ preserve: false })\n```\n\n```css\n.example {\n\tplace-self: center;\n\tplace-content: space-between center;\n}\n\n/* becomes */\n\n.example {\n\talign-self: center;\n\tjustify-self: center;\n\talign-content: space-between;\n\tjustify-content: center;\n}\n```\n\n[cli-url]: https://github.com/csstools/postcss-plugins/actions/workflows/test.yml?query=workflow/test\n[css-url]: https://cssdb.org/#place-properties\n[discord]: https://discord.gg/bUadyRwkJS\n[npm-url]: https://www.npmjs.com/package/postcss-place\n\n[PostCSS]: https://github.com/postcss/postcss\n[PostCSS Place Properties]: https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place\n[CSS Box Alignment]: https://www.w3.org/TR/css-align-3/#place-content\n","repository":{"type":"git","directory":"plugins/postcss-place","url":"git+https://github.com/csstools/postcss-plugins.git"},"bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"license":"MIT-0","versions":{"2.0.0":{"name":"postcss-place","version":"2.0.0","keywords":["postcss","css","postcss-plugin","shorthands","alignments","justifies","justify","aligns","contents","selfs"],"author":{"url":"http://jonathantneal.com","name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-place@2.0.0","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/jonathantneal/postcss-place#readme","bugs":{"url":"https://github.com/jonathantneal/postcss-place/issues"},"dist":{"shasum":"9a78b0b57b2388a6a483ea89338b53c2f61446fb","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-2.0.0.tgz","integrity":"sha512-Tm9JL5MQgi95sQ/sHPMJXKNJJjfyngwUYWZ94vTkOcgVNlP5whe7quEqHn72jnstqkSQu/D4svMkbPENyzUmTg==","signatures":[{"sig":"MEYCIQCDXY45lCy8Bt6sJ5nvyfPoNT734UGILN8+XZn4oiLedwIhAIWAEWpcqfFgjN6eiXx/Ku8z09q0hGzvx//3iZTMpAzF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["index.js"],"echint":{"extends":"dev"},"_shasum":"9a78b0b57b2388a6a483ea89338b53c2f61446fb","engines":{"node":">=6.9.1"},"gitHead":"218ad29b415355df051806311b846e8ee033f861","scripts":{"lint":"echint && eslint index.js && jscs index.js","tape":"postcss-tape","test":"npm run lint && postcss-tape","prepublish":"npm test"},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"jscsConfig":{"preset":"dev"},"repository":{"url":"git+https://github.com/jonathantneal/postcss-place.git","type":"git"},"_npmVersion":"3.10.10","description":"`place-[alignment] shorthand for align-[alignment] and justify-[alignment]","directories":{},"_nodeVersion":"6.10.3","dependencies":{"postcss":"^6.0.4","postcss-value-parser":"^3.3.0"},"eslintConfig":{"extends":"dev","parserOptions":{"sourceType":"module"}},"devDependencies":{"jscs":"^3.0.7","echint":"^4.0.1","eslint":"^4.1.1","postcss-tape":"2.0.1","jscs-config-dev":"1.0.1","echint-config-dev":"1.0.0","eslint-config-dev":"2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place-2.0.0.tgz_1498828727501_0.7493532178923488","host":"s3://npm-registry-packages"}},"7.0.1":{"name":"postcss-place","version":"7.0.1","keywords":["postcss","css","postcss-plugin","shorthands","alignments","justifies","justify","aligns","contents","selfs"],"author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-place@7.0.1","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/csstools/postcss-place#readme","bugs":{"url":"https://github.com/csstools/postcss-place/issues"},"dist":{"shasum":"9fbd18b3d1d438d313b2a29f5a50424c8ebca28d","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-7.0.1.tgz","fileCount":7,"integrity":"sha512-X+vHHzqZjI4JbSoj3uYpL6rGRUHE1O9F8g+jBFn5U94U0t6GjJuL/xSN7tU6Pnm9tpfXioHfxwt9E8+JrCB9OQ==","signatures":[{"sig":"MEUCIF8I1esnsip4oCw+PKi7AgVM4hEuMIFbi1gD4vPK21SAAiEAp0tSmJyZDZQwr2bJ+aXzgxO71StHotUX7tr5D75uDIQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21313,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlqAvCRA9TVsSAnZWagAAxx8P/R8Q3RJjO6RmSubXci3e\nMq3K6A7UThRhlyXnaqglXZGggC3Jdyv0GhWHVPOS9ZcLJ1CwRGxb19pwF11e\nYWHklqA+BzY6B37Si5SmfxX0wGyEB/pwPVFi6bYm8kd1qz2UYj6rJPywqZJS\nALm7n5h+JA2UJ3YIA85uhKM3ji7Y0szT/lhq0/9ryzf9ztkCHfiAXUIgINZ3\nukhuK6mTSbldmYx+Qb6ZXOkviQeu9mlwHHn3lmrHo0nNgtFwZH3TsMQiBSZY\nweHfO/Lvo2fwsFo9gpLhkOQRSODGYEd0rS/SvATGa/KSBo5jvIv+e9a8E9Gl\njLRxuyQXhxoIr6TS3I6CwO2CtxCtmnytt4s4E+V0FMawys5jF1yxbTzCKoo8\n9Jr8+6UBNVSYto/xSaOChpW7Wh7byaRZkSsQRANzekTtAZszoN5sk9PFKhUX\nUQoNbchB7l6+HfjfUUNjvMPn/tQT6DGfFe0OTaT/f74PYraOl9rLRr1sk/iC\nO97NVzKkpUB+S5tCkJC4U9DHCSSMB7evjl6IvNIQ5U/b6R1uP0iVZZaDqT4H\n6D2UDpGTIITKQDnhNqAN4QJ8cS6jTGKtQpkNOfp/nQAzggI2ngKx9u7wpJOx\nM+Zu3fHk0xRqMdg4c7jJqPft0+w/chCLD9PogNdhLXe8oWBbo/1YL1zxH5qA\nRIOr\r\n=Uer3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","babel":{"presets":[["@babel/env",{"targets":"maintained node versions"}]]},"module":"dist/index.mjs","engines":{"node":">=12"},"gitHead":"1df9434d8584ce1117499ad057878b991bb19bca","scripts":{"lint":"npx eslint --cache src","tape":"npx postcss-tape","test":"npm run lint && npm run tape","build":"npx rollup -c .rollup.js","pretest":"npm install && npm run build","lint:fix":"npx eslint --cache --fix","build:watch":"npx rollup -c .rollup.js --watch","prepublishOnly":"npm test"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-place.git","type":"git"},"_npmVersion":"7.24.1","description":"Use a place-* shorthand for align-* and justify-* in CSS","directories":{},"_nodeVersion":"14.17.6","dependencies":{"postcss-values-parser":"6.0.1"},"eslintConfig":{"env":{"es6":true,"node":true},"extends":"eslint:recommended","parserOptions":{"sourceType":"module"}},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.2.0","rollup":"^2.60.0","postcss":"^8.3.11","pre-commit":"^1.2.2","@babel/core":"^7.16.0","postcss-tape":"^6.0.1","@babel/preset-env":"^7.16.4","@rollup/plugin-babel":"^5.3.0"},"peerDependencies":{"postcss":"^8.3"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place_7.0.1_1637261359682_0.5159616908917406","host":"s3://npm-registry-packages"}},"7.0.2":{"name":"postcss-place","version":"7.0.2","keywords":["postcss","css","postcss-plugin","shorthands","alignments","justifies","justify","aligns","contents","selfs"],"author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-place@7.0.2","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"bin":{"postcss-place":"dist/cli.mjs"},"dist":{"shasum":"f54e971a348e8fa76d65d94420a83302fc9416e1","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-7.0.2.tgz","fileCount":10,"integrity":"sha512-XsZCU8X8M9dHKGlxdycihxPajSkRd4u+cIUJz/FgC61Mr/swStI3xAvsYai9Fh22kU+VVAn7ihoZk8h9pQhDfA==","signatures":[{"sig":"MEQCIDkxe0DyvtPzD2GoTekNKlIgKc0pJjGEc/3pBd52c2d/AiA9GoaNxZyidPakfK6281mMsYf6qmuA3VOFILx6ckx0wg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":107991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhtxcMCRA9TVsSAnZWagAAocMQAKJ8p/83tD20tetO/wy1\nOJbQPHD3rvrIHFG1KiSj7Ryhg1IkB8vt+lCGRblN03FGY35M9mk6obeK1aOI\nAGYMVqGt+j3HAqf+WbnbPJYCQjSff5qVeEAmGW9TUDuKLR6F1gFy+trZfkf+\nh7UvKot4AYsWtc7Yg6UrbBNRnNiuVyYoqigAs3650nTSV56v69z1yafnFXgd\ndjwl+SwKpsEKx0Hywsss+KfJXjgBihgwwhNf7ep3Fb5Uy58n+txWWCPbzTSk\neocwQeSsy0nHJ3a8kfAbT0Rfv9NbKOn/zWodo2lWvEaiGH9gvl64DCYeFA67\n14RsMt3iQ6SrLmpNCK0t4BUmc55VYLehBLk5fv2d/w6IgJQI+/Of8QjoLIkm\nQRh0MIAtjFxC0huvHKnl3IzzNr3q9y02KUZGlMUDRXMYIRIVJVwtpaIKM9XP\nWvtfCz2hR86IpI2pHyzIp/dHAHumAUvnegK8aQHX6mMvuaKkkbtvJTakVz9c\nJIoOD8MNyERV2Za8Ba807aYu3ZznG5qL8jSl3o/vHwL2WOTp2+xCRjteZijT\noyvOAmOVqQiq+mO0b6eglYHf8MeFmBBrNqKPbRZPFtGpKsjNyCSxMr2n1kw2\nI+3rFoing+N75hnQ0vruKTyWBGrlWaRXP8xOkKj6VNyhQdXXxSdey+qoRfPf\nyYMf\r\n=EVRd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","module":"dist/index.mjs","engines":{"node":"^12 || ^14 || >=16"},"gitHead":"97bca2c2f420f81a52cba710b771c5401cb7b0ef","scripts":{"lint":"eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern","test":"postcss-tape --ci","build":"rollup -c ../../rollup/default.js","clean":"node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"","stryker":"stryker run --logLevel error","prepublishOnly":"npm run clean && npm run build && npm run test"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-place"},"_npmVersion":"8.1.0","description":"Use a place-* shorthand for align-* and justify-* in CSS","directories":{},"_nodeVersion":"16.13.0","dependencies":{"postcss-value-parser":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"postcss":"^8.3.6","postcss-tape":"^6.0.1"},"peerDependencies":{"postcss":"^8.3"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place_7.0.2_1639388939906_0.18786870400159894","host":"s3://npm-registry-packages"}},"11.0.0":{"name":"postcss-place","description":"Use a place-* shorthand for align-* and justify-* in CSS","version":"11.0.0","contributors":[{"name":"Antonio Laguna","email":"antonio@laguna.es","url":"https://antonio.laguna.es"},{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"license":"MIT-0","funding":[{"type":"github","url":"https://github.com/sponsors/csstools"},{"type":"opencollective","url":"https://opencollective.com/csstools"}],"engines":{"node":">=20.19.0"},"type":"module","exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"}},"dependencies":{"postcss-value-parser":"^4.2.0"},"peerDependencies":{"postcss":"^8.4"},"scripts":{},"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place#readme","repository":{"type":"git","url":"git+https://github.com/csstools/postcss-plugins.git","directory":"plugins/postcss-place"},"bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"keywords":["alignments","aligns","contents","css","justifies","justify","postcss","postcss-plugin","selfs","shorthands"],"gitHead":"98fcf4809aae153e2378cb72c7606a1c50b18008","_id":"postcss-place@11.0.0","_nodeVersion":"25.1.0","_npmVersion":"11.6.2","dist":{"integrity":"sha512-fAifpyjQ+fuDRp2nmF95WbotqbpjdazebedahXdfBxy5sHembOLpBQ1cHveZD9ZmjK26tYM8tikeNaUlp/KfHA==","shasum":"65badc5529560e38298c7cc99b99ffad228518f2","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-11.0.0.tgz","fileCount":6,"unpackedSize":5627,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGyf9WFq1xZ9hwgWtXxW9WoqTHLrJjXsqI8v6rrwUt6BAiBMHWLSzbtize//J7V6TeTLeNNcIpQW4BoBY84UN0D6ig=="}]},"_npmUser":{"name":"romainmenke","email":"romainmenke@gmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"romainmenke","email":"romainmenke@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/postcss-place_11.0.0_1768375462028_0.2997704948783979"},"_hasShrinkwrap":false},"7.0.3":{"name":"postcss-place","version":"7.0.3","keywords":["postcss","css","postcss-plugin","shorthands","alignments","justifies","justify","aligns","contents","selfs"],"author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-place@7.0.3","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"ca8040dfd937c7769a233a3bd6e66e139cf89e62","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-7.0.3.tgz","fileCount":6,"integrity":"sha512-tDQ3m+GYoOar+KoQgj+pwPAvGHAp/Sby6vrFiyrELrMKQJ4AejL0NcS0mm296OKKYA2SRg9ism/hlT/OLhBrdQ==","signatures":[{"sig":"MEUCIG5ogaVTfaSfi+rvNID+3ba9DIFHMSVLBMZxOYQuLVbLAiEAk5nLfnniYAS8wMcZSLbOBwGevsVFLN/nFRidSIOeXus=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14179,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh0cQjCRA9TVsSAnZWagAAtr4P/RwmhtRGwAIKfWL3yRJD\ntGEH+ohFDTleQNrAVOOEFVsiIpbhwQ/PD4ExGeinIFJ5s7OIOhdyyCKdl4dk\ncWFBO1UiYpPJ+C63Xm0uzp57ocrAFyVGP+Pt+T4vNKOe1cJLNTzvTQWmrnts\nzyN2FnNBzAcyDQhJylobRicyYa7NJnJxyeaefeu+bTu6+gIPNhpuK/3KzEmH\nX9zW7alCQvk+vy1vX1D4skKKeRpkK1aklPGPL84Tza48/JbhR9NdEjmWTR7B\nE4LtlWloj6TyGolcBtYBR5Q9VH3+V9YZ5nm5Akxs0wE5TQwLhFrVQ4wdPcsa\nOo+1+5L98DOrJxTcDMymmawUjIKiBTkw2Fd/W8G8nncygSew4ZQLT+RUmnFr\ncLoatwtpmJLXbjBy9078K8zf7Bhv8vOvbg720+iTDLmAqH7Z5brRZ60w7jf2\nKf6WZigqv5WG00fYxMhYL1SEWJkWPRQVSwoXW+c77GKQ9Wt3Oi0EwCTFSJ9R\n7Z8fEYP6PBV5+D2moeg5Sm1hZLZY4xKydRabiommcXkGTbh/fVxMh+GRnC04\nS9uj5OcnksECPndBIKNkz105KP48h3FEz7QZyCFNljUUjRFd3Xw4QY6sBt6a\njjI9Ovu+GhMIY/M9wgGwfflTuVwvP0YyWLc6XO0gteJTS1IZGc3/K+lgomd4\n+LjT\r\n=3x+4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","volta":{"extends":"../../package.json"},"module":"dist/index.mjs","engines":{"node":"^12 || ^14 || >=16"},"gitHead":"c82fb984a7a309096a0d5482504f81881bcce28e","scripts":{"lint":"eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern","test":"postcss-tape --ci && npm run test:exports","build":"rollup -c ../../rollup/default.js","clean":"node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"","stryker":"stryker run --logLevel error","test:exports":"node ./test/_import.mjs && node ./test/_require.cjs","prepublishOnly":"npm run clean && npm run build && npm run test"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-place"},"_npmVersion":"8.1.2","description":"Use a place-* shorthand for align-* and justify-* in CSS","directories":{},"_nodeVersion":"16.13.1","dependencies":{"postcss-value-parser":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"postcss":"^8.3.6","postcss-tape":"^6.0.1"},"peerDependencies":{"postcss":"^8.3"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place_7.0.3_1641137187272_0.9493583752350754","host":"s3://npm-registry-packages"}},"7.0.4":{"name":"postcss-place","version":"7.0.4","keywords":["postcss","css","postcss-plugin","shorthands","alignments","justifies","justify","aligns","contents","selfs"],"author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-place@7.0.4","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"eb026650b7f769ae57ca4f938c1addd6be2f62c9","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-7.0.4.tgz","fileCount":6,"integrity":"sha512-MrgKeiiu5OC/TETQO45kV3npRjOFxEHthsqGtkh3I1rPbZSbXGD/lZVi9j13cYh+NA8PIAPyk6sGjT9QbRyvSg==","signatures":[{"sig":"MEYCIQCmkqPEeKrCSpmvGM2LGx9h2RJeRpmgZqh5M3qUL/dBjwIhAM5MvhJxNhu237sohmkjldMpO/O9VraY4E/+iDsP6kSq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14413,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/rJgCRA9TVsSAnZWagAAjS8P/iR11UdzMEVhEpyA+OCL\nzqfpyRDnLlCoCqTrDgMeMmAVs3B1p1PiiGOZ6bt/2rxRXqkNjG/WdnMJf/DV\nwfk9B3qLZduM/rybXPz2o1NL2Y762wjVvnsS7QLmA/T+fZNt389wiEnTgVBI\n3Dwf29Ifh2WH4VhkNC9pPX35hzAlU+mRexS6ZkW5zHj8LReis5RRMWkeulyh\nVTLO1FGK9ql9FerSV/dT5ZUBVuyE643opacPAKC5ki514ycYd5or6Oe6vw7f\nJcjTS4pSeFWZDYFIX9WRN4IMqNfBrv7xnSXSnafnJfE1Wzr40lDUmkaUpqx4\nbJDhKUSJ33wXq3SwUETZ7+vplTy9+7tD0z61l4CCoXfj3N5/7KalvymQhKeS\nmGieoAGHiHDydWg/WuT8zdhjGLJLQ1qfPo5yQ6KVmfijbjKw0KqZrOEJ7RzL\nmYpwoWV0mH3KOW7d27zA9q/Ugp4DZFlHGUATvKwVtebQPrAAp0yen72Cy6Ov\nhAVp9hEd2x5v8lt2IBt3elCrMWiHpU6sfEM3SmJdasGupWziMGt43eHslcO8\nL/GyawUk/+FiIeQ8S9/tbHgNnruEJ2ujqkK30mFKQLSbRvQ97WLHOAd0XMb2\nciM864rZOofgw+JCEO5JMMbh6LS/jQF+waLf6nOukR1modjEK9wSAhq4pwxQ\ntAq5\r\n=6XUL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","volta":{"extends":"../../package.json"},"module":"dist/index.mjs","engines":{"node":"^12 || ^14 || >=16"},"exports":{".":{"import":"./dist/index.mjs","default":"./dist/index.mjs","require":"./dist/index.cjs"}},"gitHead":"0aab7e572af9b8ad9c5a61995bd441746951b0bd","scripts":{"lint":"eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern","test":"postcss-tape --ci && npm run test:exports","build":"rollup -c ../../rollup/default.js","clean":"node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"","stryker":"stryker run --logLevel error","test:exports":"node ./test/_import.mjs && node ./test/_require.cjs","prepublishOnly":"npm run clean && npm run build && npm run test"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-place"},"_npmVersion":"8.1.2","description":"Use a place-* shorthand for align-* and justify-* in CSS","directories":{},"_nodeVersion":"16.13.1","dependencies":{"postcss-value-parser":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"postcss":"^8.3.6","postcss-tape":"^6.0.1"},"peerDependencies":{"postcss":"^8.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place_7.0.4_1644081760704_0.9081210571010812","host":"s3://npm-registry-packages"}},"9.0.0":{"name":"postcss-place","version":"9.0.0","keywords":["alignments","aligns","contents","css","justifies","justify","postcss","postcss-plugin","selfs","shorthands"],"license":"MIT-0","_id":"postcss-place@9.0.0","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"7e47851bf40d16ce06f6013453b706100ca6c102","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-9.0.0.tgz","fileCount":8,"integrity":"sha512-qLEPD9VPH5opDVemwmRaujODF9nExn24VOC3ghgVLEvfYN7VZLwJHes0q/C9YR5hI2UC3VgBE8Wkdp1TxCXhtg==","signatures":[{"sig":"MEYCIQDQlaiNJyIvkDGsbQQjiMSNyefA6P1Rhu52K0+kDxFGGwIhAN61XeM4XSVO3bsSM1qXC3xE9w1bYQjnYECSJcGiCeIb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9870},"main":"dist/index.cjs","types":"dist/index.d.ts","volta":{"extends":"../../package.json"},"module":"dist/index.mjs","engines":{"node":"^14 || ^16 || >=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","default":"./dist/index.mjs","require":"./dist/index.cjs"}},"funding":[{"url":"https://github.com/sponsors/csstools","type":"github"},{"url":"https://opencollective.com/csstools","type":"opencollective"}],"gitHead":"3c6b702f5c6a1b1aa9e8af0953ae889ec8cc6fef","scripts":{"docs":"node ../../.github/bin/generate-docs/install.mjs && node ../../.github/bin/generate-docs/readme.mjs","lint":"node ../../.github/bin/format-package-json.mjs","test":"node .tape.mjs && node ./test/_import.mjs && node ./test/_require.cjs","build":"rollup -c ../../rollup/default.mjs","prepublishOnly":"npm run build && npm run test","test:rewrite-expects":"REWRITE_EXPECTS=true node .tape.mjs"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"csstools":{"cssdbId":"place-properties","specUrl":"https://www.w3.org/TR/css-align-3/#place-content","exportName":"postcssPlace","humanReadableName":"PostCSS Place Properties"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-place"},"_npmVersion":"9.5.0","description":"Use a place-* shorthand for align-* and justify-* in CSS","directories":{},"_nodeVersion":"18.15.0","dependencies":{"postcss-value-parser":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"@csstools/postcss-tape":"*"},"peerDependencies":{"postcss":"^8.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place_9.0.0_1688372196495_0.6489555508751526","host":"s3://npm-registry-packages"}},"9.0.1":{"name":"postcss-place","version":"9.0.1","keywords":["alignments","aligns","contents","css","justifies","justify","postcss","postcss-plugin","selfs","shorthands"],"license":"MIT-0","_id":"postcss-place@9.0.1","maintainers":[{"name":"romainmenke","email":"romainmenke@gmail.com"},{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"c08c46a94e639c1ee3457ac96d50c50a89bd6ac3","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-9.0.1.tgz","fileCount":7,"integrity":"sha512-JfL+paQOgRQRMoYFc2f73pGuG/Aw3tt4vYMR6UA3cWVMxivviPTnMFnFTczUJOA4K2Zga6xgQVE+PcLs64WC8Q==","signatures":[{"sig":"MEYCIQD3WtYuXYW3L4pvOJmcmbcQI+JLCF9WAfV4wb34i4cE+wIhANAk6Zef87AVBMT7w0bwbzOf7+7P/a6iWRvee67Tz+Qw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7362},"main":"dist/index.cjs","type":"module","types":"./dist/index.d.ts","module":"dist/index.mjs","engines":{"node":"^14 || ^16 || >=18"},"exports":{".":{"import":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"},"require":{"default":"./dist/index.cjs"}}},"funding":[{"url":"https://github.com/sponsors/csstools","type":"github"},{"url":"https://opencollective.com/csstools","type":"opencollective"}],"gitHead":"68acf0f89550000c6c4bc576d408642286b5d46b","_npmUser":{"name":"romainmenke","email":"romainmenke@gmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-place"},"_npmVersion":"10.2.3","description":"Use a place-* shorthand for align-* and justify-* in CSS","directories":{},"_nodeVersion":"20.10.0","dependencies":{"postcss-value-parser":"^4.2.0"},"_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place_9.0.1_1702682445706_0.4131690088206381","host":"s3://npm-registry-packages"}},"7.0.0":{"name":"postcss-place","version":"7.0.0","keywords":["postcss","css","postcss-plugin","shorthands","alignments","justifies","justify","aligns","contents","selfs"],"author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-place@7.0.0","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/csstools/postcss-place#readme","bugs":{"url":"https://github.com/csstools/postcss-place/issues"},"dist":{"shasum":"9f1342f8c9b0b5d04259404116009ee2224729f0","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-7.0.0.tgz","fileCount":7,"integrity":"sha512-fe4RF1cyZaXQU5Xu6w/lvtI5hkRTVAEYFlj/3544ZgN5OKDbFlwvJBx6AOKJrddd7nlK2RK3wMUOZakvtt9vaA==","signatures":[{"sig":"MEYCIQDg56R9usVLfAbbG3A39EcovOhBRgN41EPyczd6RjzpzwIhAMn33GS1X5kIBFKJYqBdojPaCVhcff5YnJxDgfwBAkRD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19619},"main":"dist/index.js","babel":{"presets":[["@babel/env",{"targets":"maintained node versions"}]]},"module":"dist/index.mjs","engines":{"node":">=12"},"gitHead":"e7224aeac879dce8211f4ee3c00e8dc0d85db275","scripts":{"lint":"npx eslint --cache src","tape":"npx postcss-tape","test":"npm run lint && npm run tape","build":"npx rollup -c .rollup.js","pretest":"npm install && npm run build","lint:fix":"npx eslint --cache --fix","build:watch":"npx rollup -c .rollup.js --watch","prepublishOnly":"npm test"},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-place.git","type":"git"},"_npmVersion":"7.20.3","description":"Use a place-* shorthand for align-* and justify-* in CSS","directories":{},"_nodeVersion":"16.6.1","dependencies":{"postcss-values-parser":"6.0.0"},"eslintConfig":{"env":{"es6":true,"node":true},"extends":"eslint:recommended","parserOptions":{"sourceType":"module"}},"_hasShrinkwrap":false,"devDependencies":{"eslint":"7.32.0","rollup":"2.56.3","postcss":"8.3.6","pre-commit":"1.2.2","@babel/core":"7.15.5","postcss-tape":"6.0.1","@babel/preset-env":"7.15.6","@rollup/plugin-babel":"5.3.0"},"peerDependencies":{"postcss":"^8.3"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place_7.0.0_1631887425366_0.5527657506343118","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"postcss-place","version":"4.0.0","keywords":["postcss","css","postcss-plugin","shorthands","alignments","justifies","justify","aligns","contents","selfs"],"author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-place@4.0.0","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/jonathantneal/postcss-place#readme","bugs":{"url":"https://github.com/jonathantneal/postcss-place/issues"},"dist":{"shasum":"77bee0b8ab2ed90253e434cc74fb22ba6c019eea","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-4.0.0.tgz","fileCount":8,"integrity":"sha512-CGKJ/FGe3ART+hZ2GHwF4yfQ+uqj/75zLsrOqUqb0TxoOtCTiYbfIpu1QdQDY5jz7Hf/mQ1LAt/xiMoumLa03w==","signatures":[{"sig":"MEQCIGxDzaoNghGJ1ZFntMwuvXvtXoluD8xnWEmhnCenNFhNAiAfLJeXwu0hmQeGkbqNT7ppQkLvgkarj1vQRG3JHkZ9+A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19481,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboIY3CRA9TVsSAnZWagAAhqEP/AnXKDrXA2UL7Ovu1HWU\nPRjZZAAU1QtT7YZPmsgiChjWRs0RCm8Z9GHE/7sh9WyT4E1P+OvFHc2SuwVF\nHlEAIIs86DcSy2YoDIzFnB21aebcEsKO8c5ovvlawkB440QRSvXdg7HFaGmp\nghSmufOqAuJGJmLgHs8dmVLKN3Rs4cRoJ/Kn5tUs0bwMgv4umVFzlXs23mUS\ntHUaZ3/vLIZ/U42REpZLp+BDRWxkICjMPmKIm5sWEsqOVhWHAOnxheH0F/BS\nWJPXEc0661o8BDLproFamAmQVnbJHokKc43ctdBz1vY0TP9gG9M+MtjLBOyW\ntHEmM365AV/7uqnH27Ua2pQLRV/YbWEQFtrrYOz7r57FYSjiGxfV4G1ahHqh\nkuxJ2tZ/Ib4l9ZE4L2CjTQsiqP5bojNSN31PGhGNsY/AZIQahmG5dkYPI92z\nEOlV5U7TrTaihhTbhvr+Q3SsDYNeiXjc6hPxn7ggNDuWPHjJhrouK/hNK4gd\nukfzAoXhsqtzmaQEi8l5xmbjtWenZ1VPBYnUzHNGPUbSQ0Eh0k6lIryo7n7w\nTF9Ky4qufb0WExLEfJtW9xqJesW8HmgbQ6kY7R08kz+OorgKmk84nBOWd/T1\nrO887h8GISZpoIwF9oQke0PAcw709B3f5/omaxuGJX260casLqxzDh3BlGk7\nxYIG\r\n=oURn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.cjs.js","module":"index.es.mjs","engines":{"node":">=6.0.0"},"gitHead":"08fe1ce1c8eb8acab1ffcb9757e809e849539795","scripts":{"test":"echo 'Running tests...'; npm run test:js && npm run test:tape","pretest":"rollup -c .rollup.js --silent","test:ec":"echint --ignore index.*.js test","test:js":"eslint *.js --cache --ignore-path .gitignore --quiet","test:tape":"postcss-tape","prepublishOnly":"npm test"},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"repository":{"url":"git+https://github.com/jonathantneal/postcss-place.git","type":"git"},"_npmVersion":"6.4.1","description":"Use a place-* shorthand for align-* and justify-* in CSS","directories":{},"_nodeVersion":"10.10.0","dependencies":{"postcss":"^7.0.2","postcss-values-parser":"^1.5.0"},"eslintConfig":{"parser":"babel-eslint","extends":"dev"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^5.6.0","rollup":"^0.66.0","pre-commit":"^1.2.2","@babel/core":"^7.0.0","babel-eslint":"^9.0.0","postcss-tape":"^2.2.0","@babel/preset-env":"^7.0.0","eslint-config-dev":"^2.0.0","rollup-plugin-babel":"^4.0.1"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place_4.0.0_1537246774800_0.7752620368501137","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"postcss-place","version":"4.0.1","keywords":["postcss","css","postcss-plugin","shorthands","alignments","justifies","justify","aligns","contents","selfs"],"author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-place@4.0.1","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/jonathantneal/postcss-place#readme","bugs":{"url":"https://github.com/jonathantneal/postcss-place/issues"},"dist":{"shasum":"e9f39d33d2dc584e46ee1db45adb77ca9d1dcc62","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-4.0.1.tgz","fileCount":8,"integrity":"sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg==","signatures":[{"sig":"MEUCIQCHNcE8dx8Yyovy91RLUPkKKBz/lwEhgnqffQBKPjgnMAIgVZCTbcAvwLD9FDs8RnIWmkOC6hg161zUdFsC62gfETc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19574,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboRzoCRA9TVsSAnZWagAACT4QAI/HhIDDQNdwBMBvo0zN\nNhZrbgOaGCLyHyuaG2jYexTiRxWP5xuPLg2zlwEngaPYKIOA4HX1tw4amXK2\n/U28PN2NdWaAbTMiGGnDldXgrYgcPpdt4ZbuvjhpBhVILpfT70Xb5Ck/guqg\nuh1KI5xId92gD8Ln7lWkqVprEkNBHPYtbBzg6qh72RliL6wb1I0VWrf+Sgw/\nVtJ/W2d6eEde5h8x9i6glRRNo2zTIKFrr70dnKGQFSgoB9+PrCcQT1/Q04e1\nztpx7JwGQqH9nWkxdumvgleMC8vuQ5Um/IUMXrUzadMgM3B7b7NRdYbCulxJ\nztEHIGR5mT5w1ktAX0XsSCVcxIl0T4CrInYx2jp2WwXpFbbT+yABk15UCDzV\nuaBhNjzmb1ueDHE8busS9qYdFcXRjdsdLv33AuTVLk2IsSJOJRS7aU/X17Qm\nY58JlZheBGZ1YFHNrXLoxXJUYZecgZbqroELzY1CcjJm5gxTYSZbZXyfSTyI\n9xdeQqRBvfX6Ey61jtoX50XiMNukZ90xOrNenxQ5mHvjelnAw04cgPLmqOpa\nBiuYyrgAaSKDK61dO82p6i14XEuig8wakCCvYNnJowp8T0JHaX8/DwzbU4qn\nfA9mgGsmJxPe4JRSuP2aIVfNKIqTBIjp/TxQyIefEiIbAJOGCMKtaDieUqPj\ndpc+\r\n=K9Bg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.cjs.js","module":"index.es.mjs","engines":{"node":">=6.0.0"},"gitHead":"b956f0130fc324ede73e1ff18e22cc45a231561f","scripts":{"test":"echo 'Running tests...'; npm run test:js && npm run test:tape","pretest":"rollup -c .rollup.js --silent","test:ec":"echint --ignore index.*.js test","test:js":"eslint *.js --cache --ignore-path .gitignore --quiet","test:tape":"postcss-tape","prepublishOnly":"npm test"},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"repository":{"url":"git+https://github.com/jonathantneal/postcss-place.git","type":"git"},"_npmVersion":"6.4.1","description":"Use a place-* shorthand for align-* and justify-* in CSS","directories":{},"_nodeVersion":"10.10.0","dependencies":{"postcss":"^7.0.2","postcss-values-parser":"^2.0.0"},"eslintConfig":{"parser":"babel-eslint","extends":"dev"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^5.6.0","rollup":"^0.66.0","pre-commit":"^1.2.2","@babel/core":"^7.1.0","babel-eslint":"^9.0.0","postcss-tape":"^2.2.0","@babel/preset-env":"^7.1.0","eslint-config-dev":"^2.0.0","rollup-plugin-babel":"^4.0.3"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place_4.0.1_1537285345301_0.04818296917231657","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"postcss-place","version":"3.0.0","keywords":["postcss","css","postcss-plugin","shorthands","alignments","justifies","justify","aligns","contents","selfs"],"author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-place@3.0.0","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/jonathantneal/postcss-place#readme","bugs":{"url":"https://github.com/jonathantneal/postcss-place/issues"},"dist":{"shasum":"a9917609b5e104d3bf44046c9af82ca316c3171f","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-3.0.0.tgz","fileCount":6,"integrity":"sha512-WEZC9ZyDU1P+ebFO5jA6kI3wXhs8TRQL4jsu81kbGTFOKiZrW+w9f07eZJwxc5yUAGPsVxrAO3Eup+ZhWex/5A==","signatures":[{"sig":"MEUCIHJnSfUdVez/UePVmECx8/ZXwvVnt786+FlXii8jVysIAiEAybSSOTmfrmYvdAyaSjg+zyQBud4JMIVjaj4XGe55haM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15532,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8Tf0CRA9TVsSAnZWagAAreMQAJeNpo5l5Yi8Ai4PmNsN\nq5zUmu2OQSCrckADSpgM001bU3G35QrXzXv3Cj5jBqPOwxZNeto2zvxwnHBW\nxLoIRnFgn9BRMLeCrU8pJgS+rdeh5fMHSkuTVjYWfljXeEdBKVywCtBe3oqF\nHm3OMG0pSMowPIlOH4I/rmq9svLP7jykg5C3rUQXiUr3KAIZhs03aDJo5XEU\n8xS7Dp4uugegrjpj4CYe5lQ7Uv6SdQ19q5wA9RH0HfiDtshercNlemWZHgc8\naJTG24TtdOhWZwMWeOVP+J8VwADEQRCj8LhcEIOW3yr5id2GW9kwFW3ccVde\naK/7w42ZVC7wMOyIyn8949BIe8TF0TBj5qCz5wsnXZjk9CLbkk2SQFf8A21T\nj45iTGGXVWjtof5LEm3cTfRfROTqbOAblT13HP8/5qQDHZnjg4HZD/xw/o8a\nIB1ewtppEYuHq1vMjAr/BtwNG/7N/3j3rG6KAJAzgHZ1nmh7K2cCdFD2vWZH\nL4A2jdKNaLsHnqb5DjYPm2Af5cH/LARo6Z0OhTFiGGPFoMgDqQNK9EGDQJpg\nWiau5jLCnz6an013cs3nAxTypfUQHTXjKwDgMpAjMSz9qgSFqT2WbuwBQOZ5\nQ8rz8k8D2P4D2ouVHi1jl5M89V5I5x2UPQqOHRLpDUxysnDhvqjDH5p08zXI\navgQ\r\n=hQ6A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.cjs.js","files":["index.cjs.js","index.es.js"],"module":"index.es.js","engines":{"node":">=4.0.0"},"gitHead":"55bcbd92fef8dd19bfb9ed129d10e0e70101f54f","scripts":{"test":"echo 'Running tests...'; npm run test:js && npm run test:tape","pretest":"rollup -c .rollup.js --silent","test:ec":"echint --ignore index.*.js test","test:js":"eslint *.js --cache --ignore-path .gitignore --quiet","test:tape":"postcss-tape","prepublishOnly":"npm test"},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"repository":{"url":"git+https://github.com/jonathantneal/postcss-place.git","type":"git"},"_npmVersion":"6.0.0","description":"Use a place-* shorthand for align-* and justify-* in CSS","directories":{},"_nodeVersion":"10.0.0","dependencies":{"postcss":"^6.0.22","postcss-value-parser":"^3.3.0"},"eslintConfig":{"parser":"babel-eslint","extends":"dev"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^4.19.1","rollup":"^0.58.2","babel-core":"^6.26.3","pre-commit":"^1.2.2","babel-eslint":"^8.2.3","postcss-tape":"^2.2.0","babel-preset-env":"^1.6.1","eslint-config-dev":"^2.0.0","rollup-plugin-babel":"^3.0.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place_3.0.0_1525757938896_0.4605256203970767","host":"s3://npm-registry-packages"}},"10.0.0":{"name":"postcss-place","version":"10.0.0","keywords":["alignments","aligns","contents","css","justifies","justify","postcss","postcss-plugin","selfs","shorthands"],"license":"MIT-0","_id":"postcss-place@10.0.0","maintainers":[{"name":"romainmenke","email":"romainmenke@gmail.com"},{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"ba36ee4786ca401377ced17a39d9050ed772e5a9","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-10.0.0.tgz","fileCount":7,"integrity":"sha512-5EBrMzat2pPAxQNWYavwAfoKfYcTADJ8AXGVPcUZ2UkNloUTWzJQExgrzrDkh3EKzmAx1evfTAzF9I8NGcc+qw==","signatures":[{"sig":"MEQCIGx4+bdxw0WMlAEIWfvTZbGAbbinQcsfxmJTpZH+1ghqAiAM6kTT32h4RwWfEFjrJiwDX5Fge33GDfDb5nzcJJFt7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6330},"main":"dist/index.cjs","type":"module","types":"./dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">=18"},"exports":{".":{"import":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"},"require":{"default":"./dist/index.cjs"}}},"funding":[{"url":"https://github.com/sponsors/csstools","type":"github"},{"url":"https://opencollective.com/csstools","type":"opencollective"}],"gitHead":"16897c5639f8474e61ac8d180fc3b8e55505185e","scripts":{},"_npmUser":{"name":"romainmenke","email":"romainmenke@gmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-place"},"_npmVersion":"10.7.0","description":"Use a place-* shorthand for align-* and justify-* in CSS","directories":{},"_nodeVersion":"22.1.0","dependencies":{"postcss-value-parser":"^4.2.0"},"_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place_10.0.0_1722721106021_0.4642559933952417","host":"s3://npm-registry-packages"}},"8.0.0":{"name":"postcss-place","version":"8.0.0","keywords":["alignments","aligns","contents","css","justifies","justify","postcss","postcss-plugin","selfs","shorthands"],"license":"CC0-1.0","_id":"postcss-place@8.0.0","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"e7e2ff52f72359cc836a53752e3c76346ec72e62","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-8.0.0.tgz","fileCount":8,"integrity":"sha512-LFAiOWgekmvJ8/o4Cl1pPTuMryoMkr8PqAgv4j8i7iB9quinOhG4TXaq8RpF4nNIb9qOvn6+6LX4/BLcnza3rQ==","signatures":[{"sig":"MEQCICi9XYjpbdLTpA+MpQMi8183uTq3F2kDvkqgYb1mfKqGAiAXQbLaj6c23ZaOkBZlPv2t6q9jTn9FlcCk37WMFOHkTg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15591,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjz6GxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr7Vg//S1Vu6lNxa3MAJGbWV3BBXaNklLf6vc6XkqfBepv8+v2K+JI2\r\nJWob/uw6APfcPcySzp/c45gYNFb31UwFz8D3NfiK3l4Xvi5SD23bysg7pQy6\r\nA6y/JtQ6cNvHUvAMu+X5XNrnaAblBOZqIbxP99XxrkXAVEli4gUjDRuBcMX8\r\nYS3q1BVUjobSl/YtGL5xJZTbMcnQjhKUBe5w/oi8a1cLyTUrKOfpSaArwV0J\r\nf0EAcbt4uh2eSOe1c+2Rrhs6aR2o650VzODDd4Hsx3qHFx96/r4mswqcs7JK\r\nFkUql0ecfeMl6U1UaGFMI+XKXkb3fOfGOH6kPjMVNhu6zlfKFYj+lSkdEcPe\r\naMIufYXOoQukaYxVVSMFlyuhy8jIkYxNRjW+V7sbakgzN1QcGULWD9XyrTPi\r\nk1GhrN+fhq+17l2/URcXDGjlDFOkJuYROgiharDfnChpu1SebgdL1Ea+unuO\r\n89MsN2mN42jBb63DQpCCaV8Ccoyecahr74aBPTh8rz/xpLGnxc27Z+395dWd\r\nEB4da5Bqr0g4JtCJ8EXRh6rw7D/ZJWdDPfaOkS2xNU7q3m1ucoUdYZQyD9QJ\r\nfe7zCtk+78O68fP87V4b0Y8uvyRS68s7i9RSSkZ7wa4SlKETGDA2I5Ul3d4+\r\nMimdxdHlP5MeVg0grdBhqG1+TwAAD9j1f0k=\r\n=ZPKn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","types":"dist/index.d.ts","volta":{"extends":"../../package.json"},"module":"dist/index.mjs","engines":{"node":"^14 || ^16 || >=18"},"exports":{".":{"import":"./dist/index.mjs","default":"./dist/index.mjs","require":"./dist/index.cjs"}},"funding":{"url":"https://opencollective.com/csstools","type":"opencollective"},"gitHead":"3d7b2defb425a85a5a36c7f7de920b2c36c293ec","scripts":{"docs":"node ../../.github/bin/generate-docs/install.mjs && node ../../.github/bin/generate-docs/readme.mjs","lint":"npm run lint:eslint && npm run lint:package-json","test":"node .tape.mjs && npm run test:exports","build":"rollup -c ../../rollup/default.mjs","clean":"node -e \"fs.rmSync('./dist', { recursive: true, force: true }); fs.mkdirSync('./dist');\"","prebuild":"npm run clean","lint:eslint":"eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern","test:exports":"node ./test/_import.mjs && node ./test/_require.cjs","prepublishOnly":"npm run clean && npm run build && npm run test","lint:package-json":"node ../../.github/bin/format-package-json.mjs","test:rewrite-expects":"REWRITE_EXPECTS=true node .tape.mjs"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"csstools":{"cssdbId":"place-properties","specUrl":"https://www.w3.org/TR/css-align-3/#place-content","exportName":"postcssPlace","humanReadableName":"PostCSS Place Properties"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-place"},"_npmVersion":"8.1.2","description":"Use a place-* shorthand for align-* and justify-* in CSS","directories":{},"_nodeVersion":"16.13.1","dependencies":{"postcss-value-parser":"^4.2.0"},"_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place_8.0.0_1674551728849_0.8209951232632746","host":"s3://npm-registry-packages"}},"8.0.1":{"name":"postcss-place","version":"8.0.1","keywords":["alignments","aligns","contents","css","justifies","justify","postcss","postcss-plugin","selfs","shorthands"],"license":"CC0-1.0","_id":"postcss-place@8.0.1","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"408d7a27e99192df51c95fe62a3a34def62aa66a","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-8.0.1.tgz","fileCount":8,"integrity":"sha512-Ow2LedN8sL4pq8ubukO77phSVt4QyCm35ZGCYXKvRFayAwcpgB0sjNJglDoTuRdUL32q/ZC1VkPBo0AOEr4Uiw==","signatures":[{"sig":"MEUCIHUeuKMz7NkVZstEqLs+DQD/qSXbTJen65rqIvwJbUBdAiEAyfvVHQOLpy98hTSfzgasxihCjJaC0WG79XHtX+O3oJc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15703,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj1NV8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpvLw//WHjvb5PDlG0pqN4ahKnFHO8fKhThwAV6PoAY9v9I3UDeKhed\r\nEmnFFlhp7dg5hJnHd/zdvYSkKyIQExzB9pUUgfVVmFSm7HF9b4aynh5Le+sa\r\nn7G/7gYymKOrwHScZTyq+XriwC6WYxKEt8w6AXHaRhYTbQtlel1/7rFWCk+3\r\nKClZvVw6AKyBNUTjshcEa0ZZuJELm0dDfymeT2LH/GS3atSc8zOPByupfmYn\r\n8uJz6Tq5fTv3LjfNSphMI+umVwpnpuzDqvKMWPm1Qjfu5DOkXaGkFmHAZMnu\r\ngtvX7cGB6tK4XZGi4tlMy77LJ9q0439UMJvw6iAVBDVPjU+go2QRgXJv3gcK\r\nSHGgrGqDT8CZE+zPTJ4h1gBOZtT10XufvRkz3QSjsuGByU/hRCQb7sY5S4I4\r\nrQ5OVkH17tFm6QM25BjY1pxPz6PdIvZMreX6yKJBE+grDgahmgSfyGs2s2pS\r\nttypEh+UHpmSqgH36RDqtO0tRr+VPk1ktLJTcVlaBBQ/s4eQ/r/RYWL5Yxhy\r\nQ0StjCSeHrqM8DVHTEvooIvTZ8lpGUqkhJsTKBDH9AOEvVuFNup45Aq0InuV\r\nFpF3kQo7xCGFr0ce59WPf9DXB3YxkBb4xp9uazeCx6dQtMpGU3hIn+udyerA\r\nF0AwcJqiUjIy8UZyB04ffqcj7/hElPmaueQ=\r\n=8fbx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","types":"dist/index.d.ts","volta":{"extends":"../../package.json"},"module":"dist/index.mjs","engines":{"node":"^14 || ^16 || >=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","default":"./dist/index.mjs","require":"./dist/index.cjs"}},"funding":{"url":"https://opencollective.com/csstools","type":"opencollective"},"gitHead":"65a40e7238c7dcccff80c713bcffea84f75bc102","scripts":{"docs":"node ../../.github/bin/generate-docs/install.mjs && node ../../.github/bin/generate-docs/readme.mjs","lint":"npm run lint:eslint && npm run lint:package-json","test":"node .tape.mjs && npm run test:exports","build":"rollup -c ../../rollup/default.mjs","clean":"node -e \"fs.rmSync('./dist', { recursive: true, force: true }); fs.mkdirSync('./dist');\"","prebuild":"npm run clean","lint:eslint":"eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern","test:exports":"node ./test/_import.mjs && node ./test/_require.cjs","prepublishOnly":"npm run clean && npm run build && npm run test","lint:package-json":"node ../../.github/bin/format-package-json.mjs","test:rewrite-expects":"REWRITE_EXPECTS=true node .tape.mjs"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"csstools":{"cssdbId":"place-properties","specUrl":"https://www.w3.org/TR/css-align-3/#place-content","exportName":"postcssPlace","humanReadableName":"PostCSS Place Properties"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-place"},"_npmVersion":"8.18.0","description":"Use a place-* shorthand for align-* and justify-* in CSS","directories":{},"_nodeVersion":"18.8.0","dependencies":{"postcss-value-parser":"^4.2.0"},"_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place_8.0.1_1674892668262_0.8075706726980099","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"postcss-place","version":"5.0.0","keywords":["postcss","css","postcss-plugin","shorthands","alignments","justifies","justify","aligns","contents","selfs"],"author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-place@5.0.0","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/csstools/postcss-place#readme","bugs":{"url":"https://github.com/csstools/postcss-place/issues"},"dist":{"shasum":"361a87cbb425e7a65623d273a9a99797bf8f0f85","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-5.0.0.tgz","fileCount":6,"integrity":"sha512-uI6yr2jAwHo8qsYJRIaaVqapddW9Wg3NMku1uRv8tO9TsEaAO2vSF4t2VesDaSSR56yOYp+Kvqrl9RpH1RQfIQ==","signatures":[{"sig":"MEQCIFwFxmfXplLF/f12BTlY5wMx05gFLVUXELW+LdDvSIr/AiBZSqaqIeqIovscVolOaYV+7ir+EiHNR3jbYEal7Ea2lA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14847,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJephGqCRA9TVsSAnZWagAAcvEP/0EA9kuJr0OOld8WupwW\nc849QveJPr+x1dbDQT35CK2c+VYIUp1eCiUYsT7XocqAy2HJ8xTmEbG+q6kN\nTNUx9ZJCIZKOzM6FD2XSu1E8oWu1KaIJkOQaI+47XjSSqUogDL/WK9Ywbebw\nMyxHGYKJc0dqcPsLnC/Dh9iQJc5f/GN6uuL/NLQHLNxr+vBMALnF0Fo+CO7Y\nD4FaUeptxHZi5MD6XA30n7yGiUP/XhCicI3hI77pd7q5q3P0lPdHefQLxQRm\npCoe/Vdygg3peoYzZdbur1wkLb7c64AinHyYuXcyUreGAUnzydPvFbSnywrx\n0kXJZEcUHMxDgNMdNqW1uT3FiYFFeSMi11N1lXHVFRhxuw8kpzVDnvmC3fae\nAGTVLia0uHOJjlBIrUawVpVqlBjjfrXYt6PHBeaMR3CJF7MShLPmaywjz4DF\nz8KMhJg/o84/jlGRQgB4TRqBT/ReWxwWqGV/k/6Yvw2TAaIicYej0JRs50JY\nE5Vbxr818V//Y2sPukcvp6jCm839N7F/CzhaLSnzwJFKgfmCeqEkoZGGKF8J\n89FyZ7HArx68pc5eLrBsgaap/2+WlD4RKSSHOBxnHTJP6Hhy0NQvf/iq3pqi\nD64MyvGb71XXNOmHVP9e7Bdto+jqhblwD2RCmNUS7MUdkxp0Uo+FsRC6DR7+\nHCSv\r\n=w/Lk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","babel":{"presets":[["@babel/env",{"targets":"maintained node versions"}]]},"module":"dist/index.mjs","rollup":{"input":"src/index.js","output":[{"file":"dist/index.js","format":"cjs"},{"file":"dist/index.mjs","format":"esm"}],"plugins":["rollup-plugin-babel"]},"engines":{"node":">=10.0.0"},"gitHead":"73a0f1a94f7eb5362c498fb9d28b483deb8bbbb7","scripts":{"lint":"npx eslint --cache src","tape":"npx postcss-tape","test":"npm run lint && npm run tape","build":"npx rollup -c .rollup.js","pretest":"npm install && npm run build","lint:fix":"npx eslint --cache --fix","build:watch":"npx rollup -c .rollup.js --watch","prepublishOnly":"npm test"},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-place.git","type":"git"},"_npmVersion":"6.14.4","description":"Use a place-* shorthand for align-* and justify-* in CSS","directories":{},"_nodeVersion":"14.0.0","dependencies":{"postcss":"^7.0.27","postcss-values-parser":"^3.2.1"},"eslintConfig":{"env":{"es6":true,"node":true},"parser":"babel-eslint","extends":"eslint:recommended"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^6.8.0","rollup":"^2.7.2","pre-commit":"^1.2.2","@babel/core":"^7.9.0","babel-eslint":"^10.1.0","postcss-tape":"^5.0.2","@babel/preset-env":"^7.9.5","rollup-plugin-babel":"^4.4.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place_5.0.0_1587941801783_0.42235976239207784","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"postcss-place","version":"3.0.1","keywords":["postcss","css","postcss-plugin","shorthands","alignments","justifies","justify","aligns","contents","selfs"],"author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-place@3.0.1","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/jonathantneal/postcss-place#readme","bugs":{"url":"https://github.com/jonathantneal/postcss-place/issues"},"dist":{"shasum":"95b0aeedd1302fe898c77ef6392cd1cfa7b23dd8","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-3.0.1.tgz","fileCount":6,"integrity":"sha512-6Cg0z39zBU4FOS85Z6+Us+GCIW7UqKdOGH/9j26LwMzZ3L909wG7NP3BF+L12AEeIL5XfI8Q5SWu9Or3nJTS8g==","signatures":[{"sig":"MEYCIQDk5NAhCHTyWmJ+sbktxRz/qLlzqGbgNvbvYXypmaaEgwIhAMqUWlQFZgJMqOkfGuSe01ZGb4CtxDWzC1O7dqccXgen","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15419,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8TxFCRA9TVsSAnZWagAAZSQP/1CMlZHv7Aa/opMh7hHc\nVWV733HEu1upn1f6/KljacHf93ySGO3z8K7mKuM0ae4T4++wsnkRxug/BFjn\nIQSpbKJjfEWSPAhxNMalaGtG7HhskKO74OCCasnyfJP5rQMUTIJr/F3RzYIa\n5yzP71rwL3JLdWsISwh1I71vruvN1ffqhqIFmc38wt5aF8emP5GyjoEkbEzF\nwaIIl4OiHDnP3JLSBYZH9XlFGRNYkuRYbRwTQLegd+HNxc/0pKQFjH61+l3g\nl4q+xmEauvCh9JNUrY0XnlQVjTyNYLQvuWDA1VAPD0Ul/TyDLuZkMw9FMxKZ\nC6mZpylDoT0aZ3OJ1BGiudemPP+jGx6/ShHrt3WiUnb71aLcOdDPqMb4NEXU\nLSFyjsYcI+L0e4p6ZkWMWPhf8tTGKFIOSHtLsekFcaL0ZMn4ea8URLArhWer\nigNzFQgxAGobsIHh8dS4u+kvJcxOMlua+hR1++YmhoBuXbtaSOzEsRNurdYM\ngJOvCuWwT+Kp6VJCWWrqpV+I8u9OHGAfx4GPgQJBmF6bb/jx5f5fXNqITNbe\n04jhvvodoXY0NFL7Nidxw+ovrDSXP5J+GVKQCxbJIGJ1uNxm2pVstHLCIEOx\nChLM6jYivycjutJJcTCmerTL3UPwlVGu/JqjldGvW9ZsGrCTK/k6eeoWZBG9\nn4tO\r\n=eiaU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.cjs.js","files":["index.cjs.js","index.es.js"],"module":"index.es.js","engines":{"node":">=4.0.0"},"gitHead":"b628680cc930f6c1af62c8babb8c0946132f1030","scripts":{"test":"echo 'Running tests...'; npm run test:js && npm run test:tape","pretest":"rollup -c .rollup.js --silent","test:ec":"echint --ignore index.*.js test","test:js":"eslint *.js --cache --ignore-path .gitignore --quiet","test:tape":"postcss-tape","prepublishOnly":"npm test"},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"repository":{"url":"git+https://github.com/jonathantneal/postcss-place.git","type":"git"},"_npmVersion":"6.0.0","description":"Use a place-* shorthand for align-* and justify-* in CSS","directories":{},"_nodeVersion":"10.0.0","dependencies":{"postcss":"^6.0.22","postcss-values-parser":"^1.5.0"},"eslintConfig":{"parser":"babel-eslint","extends":"dev"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^4.19.1","rollup":"^0.58.2","babel-core":"^6.26.3","pre-commit":"^1.2.2","babel-eslint":"^8.2.3","postcss-tape":"^2.2.0","babel-preset-env":"^1.6.1","eslint-config-dev":"^2.0.0","rollup-plugin-babel":"^3.0.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place_3.0.1_1525759044670_0.5408720441538928","host":"s3://npm-registry-packages"}},"7.0.5":{"name":"postcss-place","version":"7.0.5","keywords":["alignments","aligns","contents","css","justifies","justify","postcss","postcss-plugin","selfs","shorthands"],"author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-place@7.0.5","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"95dbf85fd9656a3a6e60e832b5809914236986c4","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-7.0.5.tgz","fileCount":6,"integrity":"sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==","signatures":[{"sig":"MEQCIAsxvcHNC+w+Hmk7q8fId5jHmJ9K8zdTm6Ch0O3CHQ9OAiB4QDBmyay1cdfQV8A0JfzDdjGaPwjYEYXq+NXiI0EWpA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14776,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyGQAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoATQ//ebkxqCMhCAP6VjnyhROmtwoaKsurUC8KaTJHvOM7T8LQJU/V\r\nlMmAecAwGvJ4diMfwmD8PaiLbEhMKHSm9mzuh1vG2ZbVS9f9cJJzHew2TCdc\r\n5rv0sZS2wjsMAuXPyUs2OGsaMjUNLrg50cGwW4ZwqkZb+Do7n6vzwxZCdbRI\r\n8oJ8UI6IkowP2hAg8bcMA8r8ZCZSegi/3MPCb3tShUQ1249PAhxm7cX0YClk\r\n+Fv4NgtikCHYuUS4eeJmY4W4Ln/vBiFfbMxATBWTx8sqidypw6SERbiySXTx\r\nf2pgxSskP1yf1hLY7I/kvK+F/YUYHpH38AtZTLfMQusiS7rBgLwdvLelX5bQ\r\ngcOo2x3DC5jzq34FOIeWFifMsid5gqe9mNmJklwcYxRLke+ND0LHvwDiaARq\r\nzhCSaQCPfyfy0W3ctcpWnxLARIZYwyXXtPXwmD5nnAtbxoaJzSYixUl9bZzN\r\nl0Lw+OHwoV/Bd01C/z3bgGRx7P80jyEdaOPxPXT9+3tuw2kidkesQ8PAY4hR\r\nDFNDZXHfyDtVOiGHpjpl7Pv3uirg9WaQIbjLlOpty+Ct0lF73RmIZZzXlLE8\r\n+RHl4LgyaysW6UJ1iLUPuc0CPoGyvrIbHjo71d18NEacy/sK1hDsbD6b7MQZ\r\nAsZuwnKfVFnTiGhDJIC4kwipbqqgRel/1i8=\r\n=aIht\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","volta":{"extends":"../../package.json"},"module":"dist/index.mjs","engines":{"node":"^12 || ^14 || >=16"},"exports":{".":{"import":"./dist/index.mjs","default":"./dist/index.mjs","require":"./dist/index.cjs"}},"funding":{"url":"https://opencollective.com/csstools","type":"opencollective"},"gitHead":"3bad4b893b7f34248abc8054101c2e9fe54fdc2a","scripts":{"docs":"node ../../.github/bin/generate-docs/install.mjs","lint":"npm run lint:eslint && npm run lint:package-json","test":"node .tape.mjs && npm run test:exports","build":"rollup -c ../../rollup/default.js","clean":"node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"","lint:eslint":"eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern","test:exports":"node ./test/_import.mjs && node ./test/_require.cjs","prepublishOnly":"npm run clean && npm run build && npm run test","lint:package-json":"node ../../.github/bin/format-package-json.mjs","test:rewrite-expects":"REWRITE_EXPECTS=true node .tape.mjs"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"csstools":{"exportName":"postcssPlace","humanReadableName":"PostCSS Place Properties"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-place"},"_npmVersion":"8.1.2","description":"Use a place-* shorthand for align-* and justify-* in CSS","directories":{},"_nodeVersion":"16.13.1","dependencies":{"postcss-value-parser":"^4.2.0"},"_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.2"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place_7.0.5_1657299967783_0.22948406049963244","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"postcss-place","version":"1.0.0","keywords":["postcss","css","postcss-plugin","shorthands","alignments","justifies","justify","aligns","contents","selfs"],"author":{"url":"http://jonathantneal.com","name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-place@1.0.0","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/jonathantneal/postcss-place#readme","bugs":{"url":"https://github.com/jonathantneal/postcss-place/issues"},"dist":{"shasum":"81ec69ca4b7bbd5007d943042a170d1bdc5e9dcf","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-1.0.0.tgz","integrity":"sha512-IQ9jUxN/57eLaeq2Lqa/KPuua4gvcPvaKd4pIZsvTJO75+X1lKrjrYQbqGZt5dB8W8B+1CXBvnFb+EkQuE4clA==","signatures":[{"sig":"MEQCID4vAC4+BMgoGf8BSmyawZaJtzza8/MezaPPzop9WXZeAiBnk9VvWkFuGCo0t0pJFRjRksZ8aS4XQylaDSfSIeWhNQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["index.js"],"_shasum":"81ec69ca4b7bbd5007d943042a170d1bdc5e9dcf","engines":{"node":">=6.9.1"},"gitHead":"bfe055b02c155c8be5e697cf25923d93dd0b1f14","scripts":{"lint":"eslint index.js && jscs index.js","tape":"node test","test":"npm run lint && node test"},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"jscsConfig":{"preset":"10up"},"repository":{"url":"git+https://github.com/jonathantneal/postcss-place.git","type":"git"},"_npmVersion":"4.0.2","description":"`place-[alignment] shorthand for align-[alignment] and justify-[alignment]","directories":{},"_nodeVersion":"7.1.0","dependencies":{"postcss":"^5.2.5","postcss-value-parser":"^3.3.0"},"eslintConfig":{"extends":"10up","parserOptions":{"sourceType":"module"}},"devDependencies":{"jscs":"^3.0.7","eslint":"^3.10.2","jscs-config-10up":"github:jonathantneal/jscs-config-10up","eslint-config-10up":"github:jonathantneal/eslint-config-10up"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place-1.0.0.tgz_1480167485647_0.7237656766083091","host":"packages-12-west.internal.npmjs.com"}},"1.0.1":{"name":"postcss-place","version":"1.0.1","keywords":["postcss","css","postcss-plugin","shorthands","alignments","justifies","justify","aligns","contents","selfs"],"author":{"url":"http://jonathantneal.com","name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-place@1.0.1","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/jonathantneal/postcss-place#readme","bugs":{"url":"https://github.com/jonathantneal/postcss-place/issues"},"dist":{"shasum":"3928db526103df64cc438fc66dab528136029494","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-1.0.1.tgz","integrity":"sha512-d/NAWLk9MFvtKvLzFwXyeW/fptHOGYiW7xfieDRGf0zVgvRbVaoVOCIpkzwkJ5o/H9D67AMAgFNYRGUGYee/5w==","signatures":[{"sig":"MEQCID1g2+Uczpc3nRj3GAOUCiwPFetdBmHGj9Fg+3F/eVogAiBEnoRv6BJw8LtbkU+APpoO2B5W70Y7XMO6pc3EYZkUYQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["index.js"],"echint":{"extends":"dev"},"_shasum":"3928db526103df64cc438fc66dab528136029494","engines":{"node":">=6.9.1"},"gitHead":"005682de7e15f42d3f706040cbae7f469a4fe0e9","scripts":{"lint":"echint && eslint index.js && jscs index.js","tape":"postcss-tape","test":"npm run lint && postcss-tape","prepublish":"npm test"},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"jscsConfig":{"preset":"dev"},"repository":{"url":"git+https://github.com/jonathantneal/postcss-place.git","type":"git"},"_npmVersion":"3.10.9","description":"`place-[alignment] shorthand for align-[alignment] and justify-[alignment]","directories":{},"_nodeVersion":"7.2.0","dependencies":{"postcss":"^5.2.6","postcss-value-parser":"^3.3.0"},"eslintConfig":{"extends":"dev","parserOptions":{"sourceType":"module"}},"devDependencies":{"jscs":"^3.0.7","echint":"^2.1.0","eslint":"^3.11.1","postcss-tape":"1.0.1","jscs-config-dev":"1.0.1","echint-config-dev":"1.0.0","eslint-config-dev":"1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place-1.0.1.tgz_1481054282159_0.5780854835174978","host":"packages-12-west.internal.npmjs.com"}},"1.0.2":{"name":"postcss-place","version":"1.0.2","keywords":["postcss","css","postcss-plugin","shorthands","alignments","justifies","justify","aligns","contents","selfs"],"author":{"url":"http://jonathantneal.com","name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-place@1.0.2","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/jonathantneal/postcss-place#readme","bugs":{"url":"https://github.com/jonathantneal/postcss-place/issues"},"dist":{"shasum":"98c9aa4d04d6b52328763afeabb45a9082d7652e","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-place/-/postcss-place-1.0.2.tgz","integrity":"sha512-WH/DRNReSJdaxRj9bCXZNCT/IF0JuwrlmGk62wjnCXCmlNUiWBl0E5ZNAfOzXJODnNUL5zVh/VlTlrscBYptug==","signatures":[{"sig":"MEUCIQDsWT7IhZ8RyjvAsIrQB38LYBaIwoAUHBo4cyxfyl+LOQIgI2tg81FgcOVG8Rwzsk2eWCyy7XQj5zBFXKMqwlSn1HE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["index.js"],"echint":{"extends":"dev"},"_shasum":"98c9aa4d04d6b52328763afeabb45a9082d7652e","engines":{"node":">=6.9.1"},"gitHead":"c28c91d8acf9b935c02138368e72952fb231caa1","scripts":{"lint":"echint && eslint index.js && jscs index.js","tape":"postcss-tape","test":"npm run lint && postcss-tape","prepublish":"npm test"},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"jscsConfig":{"preset":"dev"},"repository":{"url":"git+https://github.com/jonathantneal/postcss-place.git","type":"git"},"_npmVersion":"4.0.3","description":"`place-[alignment] shorthand for align-[alignment] and justify-[alignment]","directories":{},"_nodeVersion":"7.2.1","dependencies":{"postcss":"^5.2.6","postcss-value-parser":"^3.3.0"},"eslintConfig":{"extends":"dev","parserOptions":{"sourceType":"module"}},"devDependencies":{"jscs":"^3.0.7","echint":"^2.1.0","eslint":"^3.12.1","postcss-tape":"1.3.0","jscs-config-dev":"1.0.1","echint-config-dev":"1.0.0","eslint-config-dev":"1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-place-1.0.2.tgz_1481739343445_0.6566132663283497","host":"packages-12-west.internal.npmjs.com"}}},"name":"postcss-place","time":{"2.0.0":"2017-06-30T13:18:48.555Z","7.0.1":"2021-11-18T18:49:19.809Z","7.0.2":"2021-12-13T09:49:00.104Z","11.0.0":"2026-01-14T07:24:22.199Z","7.0.3":"2022-01-02T15:26:27.419Z","7.0.4":"2022-02-05T17:22:40.849Z","9.0.0":"2023-07-03T08:16:36.696Z","created":"2016-11-26T13:38:07.700Z","9.0.1":"2023-12-15T23:20:45.887Z","7.0.0":"2021-09-17T14:03:45.495Z","4.0.0":"2018-09-18T04:59:34.941Z","4.0.1":"2018-09-18T15:42:30.864Z","3.0.0":"2018-05-08T05:38:58.951Z","10.0.0":"2024-08-03T21:38:26.207Z","8.0.0":"2023-01-24T09:15:28.994Z","8.0.1":"2023-01-28T07:57:48.464Z","modified":"2026-02-16T13:29:35.317Z","5.0.0":"2020-04-26T22:56:41.882Z","3.0.1":"2018-05-08T05:57:24.767Z","7.0.5":"2022-07-08T17:06:08.151Z","1.0.0":"2016-11-26T13:38:07.700Z","1.0.1":"2016-12-06T19:58:02.382Z","1.0.2":"2016-12-14T18:15:43.838Z"},"contributors":[{"name":"Antonio Laguna","email":"antonio@laguna.es","url":"https://antonio.laguna.es"},{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"readmeFilename":"README.md","homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place#readme"}