{ "name": "uhtml", "version": "1.5.2", "description": "A micro HTML/SVG render", "main": "cjs/index.js", "scripts": { "build": "npm run cjs && npm run rollup:new && npm run rollup:babel && drop-babel-typeof ./index.js && npm run min && npm run test && npm run size", "cjs": "rm cjs/* && ascjs esm cjs", "rollup:new": "rollup --config rollup/new.config.js", "rollup:babel": "rollup --config rollup/babel.config.js", "min": "uglifyjs index.js --support-ie8 --comments=/^!/ -c -m -o min.js", "size": "cat min.js | brotli | wc -c && cat new.js | brotli | wc -c", "test": "nyc node test/coverage.js" }, "keywords": [ "micro", "HTML", "render" ], "author": "Andrea Giammarchi", "license": "ISC", "devDependencies": { "@babel/core": "^7.8.7", "@babel/preset-env": "^7.8.7", "@ungap/degap": "^0.1.7", "ascjs": "^3.1.2", "basichtml": "^2.1.2", "drop-babel-typeof": "^1.0.3", "nyc": "^15.0.0", "rollup": "^2.0.2", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-includepaths": "^0.2.3", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-terser": "^5.2.0", "uglify-js": "^3.8.0" }, "module": "esm/index.js", "unpkg": "min.js", "dependencies": { "@ungap/create-content": "^0.1.4", "udomdiff": "^1.0.9", "uparser": "^0.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/WebReflection/uhtml.git" }, "bugs": { "url": "https://github.com/WebReflection/uhtml/issues" }, "homepage": "https://github.com/WebReflection/uhtml#readme" }