UNPKG

@polight/lego

Version:

Tiny Web-Components lib for future-proof HTML mentors

60 lines (59 loc) 1.86 kB
{ "name": "test", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "test", "version": "1.0.0", "license": "ISC", "dependencies": { "@polight/lego": "^1.9.0", "@polight/store": "^0.1.2" } }, "node_modules/@polight/lego": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/@polight/lego/-/lego-1.9.0.tgz", "integrity": "sha512-urQAsZAybyImydfMcs4g9yXNoTyExDHpSPvXp0ePOZdC9xSeV4nMXcwdWM9aA5ya/In+PkounzthkFHgsXzsYQ==", "license": "MIT", "dependencies": { "parse5": "^7.1.2" }, "bin": { "lego": "bin/compile.js" } }, "node_modules/@polight/store": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/@polight/store/-/store-0.1.2.tgz", "integrity": "sha512-1QLHWLszYD0//z+Wh577u6peF9tpku7kgbL2Cm5A6kM4t0AYZK2JBF5me7DHcQfvWFBSGEUGAAkG6skJtZ3/RQ==", "license": "MIT" }, "node_modules/entities": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", "license": "BSD-2-Clause", "engines": { "node": ">=0.12" }, "funding": { "url": "https://github.com/fb55/entities?sponsor=1" } }, "node_modules/parse5": { "version": "7.2.1", "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz", "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==", "license": "MIT", "dependencies": { "entities": "^4.5.0" }, "funding": { "url": "https://github.com/inikulin/parse5?sponsor=1" } } } }