{"_id":"@allnulled/v-descriptor","name":"@allnulled/v-descriptor","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@allnulled/v-descriptor","version":"1.0.0","description":"Inject CSS classes with meaning. For vue.js (v2).","main":"v-descriptor.js","scripts":{"build":"cp v-descriptor.js docs/v-descriptor.js","up":"npm run build && bash up.sh","versionate":"npm run build && bash versionate.sh","test":"npm run build && npx http-server -c-1 docs -o index.html"},"keywords":["vue2","vue","css"],"author":{"name":"allnulled"},"license":"WTFPL","gitHead":"fdcf869caffaacbeb3fe3746e50d79050b101c6e","_id":"@allnulled/v-descriptor@1.0.0","_nodeVersion":"18.17.1","_npmVersion":"9.6.7","dist":{"integrity":"sha512-rQhE6w3ZYX4Y/qaFA3d2s0XHs+a3mEBQVHTnOSOp6yZIGJqM2FvNMA9ux0ICFJhwjMAIJfU8J1QZBua8ZkNGvg==","shasum":"302c97e3dc01175d1d3d95402e97e29799e6c68b","tarball":"https://registry.npmjs.org/@allnulled/v-descriptor/-/v-descriptor-1.0.0.tgz","fileCount":8,"unpackedSize":394999,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGWFa9wQEasnpTpgKQbM60Lf5tbrps/qxcRpgeodrHxuAiAPQjLsVaUdkVjcK2zEjLyEv2eEs1hQ8ORoGHpRXJPodQ=="}]},"_npmUser":{"name":"allnulled","email":"todosanulados@gmail.com"},"directories":{},"maintainers":[{"name":"allnulled","email":"todosanulados@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/v-descriptor_1.0.0_1737857385940_0.6360527215852703"},"_hasShrinkwrap":false}},"time":{"created":"2025-01-26T02:09:45.844Z","1.0.0":"2025-01-26T02:09:46.146Z","modified":"2025-01-26T02:09:46.432Z"},"maintainers":[{"name":"allnulled","email":"todosanulados@gmail.com"}],"description":"Inject CSS classes with meaning. For vue.js (v2).","keywords":["vue2","vue","css"],"author":{"name":"allnulled"},"license":"WTFPL","readme":"# v-descriptor\n\nInject CSS classes with meaning. For vue.js (v2).\n\n## Installation\n\n```html\n<script src=\"node_modules/@allnulled/v-descriptor/v-descriptor.js\"></script>\n```\n\n## Usage\n\nThe current test goes as follows:\n\n```js\nwindow.stylingDescriptor = {\n    titulo: [\"fondoNegro\", \"letraBlanca\"],\n    principal: [\"letraGrande\"],\n    emergencia: [\"fondoRojoImportante\"]\n};\nVue.component(\"app\", {\n    template: `\n        <div>\n            <div v-descriptor=\"'titulo principal emergencia'\">\n                Este mensaje debería verse en rojooo\n            </div>\n        </div>\n    `\n});\nconst app = new Vue({\n    render: h => h(Vue.options.components.app),\n}).$mount(\"#app\");\n```","readmeFilename":"README.md"}