{"name":"htm","version":"1.0.1","description":"The Tagged Template syntax for Virtual DOM. Only browser-compatible syntax.","main":"dist/htm.js","umd:main":"dist/htm.js","module":"dist/htm.mjs","scripts":{"build":"npm run -s build:main && npm run -s build:preact && npm run -s build:babel","build:main":"microbundle src/index.mjs -f es,umd --no-sourcemap --target web","build:preact":"microbundle src/integrations/preact/index.mjs -o preact/index.js -f es,umd --external preact,htm --no-sourcemap --target web && cp src/integrations/preact/{index.d.ts,package.json} preact/ && npm run -s build:preact:standalone","build:preact:standalone":"microbundle src/integrations/preact/standalone.mjs -o preact/standalone.js -f es,umd --no-sourcemap --target web","build:babel":"cd packages/babel-plugin-htm && npm run build","test":"eslint src/**/*.mjs test && jest test","release":"npm run build && git checkout --detach && git add -f babel dist preact && git commit -am \"$npm_package_version\" && git tag $npm_package_version && git push --tags && git checkout master"},"eslintConfig":{"extends":"developit","rules":{"prefer-const":0}},"jest":{"testURL":"http://localhost","moduleNameMapper":{"^htm-babel-plugin$":"<rootDir>/packages/babel-plugin-htm/dist/babel-plugin-htm.js","^babel-plugin-htm$":"<rootDir>/packages/babel-plugin-htm/dist/babel-plugin-htm.js","^htm$":"<rootDir>/dist/htm.js","^htm/preact$":"<rootDir>/preact/index.js"}},"repository":{"type":"git","url":"git+https://github.com/developit/htm.git"},"keywords":["Hyperscript Tagged Markup","tagged template","template literals","html","htm","jsx","virtual dom","hyperscript"],"author":{"name":"Jason Miller","email":"jason@developit.ca"},"license":"Apache-2.0","homepage":"https://github.com/developit/htm","devDependencies":{"@babel/core":"^7.1.2","eslint":"^5.2.0","eslint-config-developit":"^1.1.1","jest":"^23.4.2","microbundle":"^0.7.0","preact":"^8.2.9"},"dependencies":{},"gitHead":"ad5aaa267af2521cec19c712c68f5bd9381ca543","bugs":{"url":"https://github.com/developit/htm/issues"},"_id":"htm@1.0.1","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"378e99a27da2b3712825313ac5c9c452bc276abc","size":15009,"noattachment":false,"key":"/htm/-/htm-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/htm/download/htm-1.0.1.tgz"},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/htm_1.0.1_1542764026704_0.6445605065930919"},"_hasShrinkwrap":false,"publish_time":1542764026833,"_cnpm_publish_time":1542764026833,"_cnpmcore_publish_time":"2021-12-16T19:20:03.684Z","dist-tags":{"latest":"3.1.1"}}