{"name":"htm","version":"3.0.2","description":"The Tagged Template syntax for Virtual DOM. Only browser-compatible syntax.","main":"dist/htm.js","umd:main":"dist/htm.umd.js","module":"dist/htm.module.js","types":"dist/htm.d.ts","scripts":{"build":"npm run -s build:main && npm run -s build:mini && npm run -s build:preact && npm run -s build:react && npm run -s build:babel && npm run -s build:babel-transform-jsx && npm run -s build:mjsalias","build:main":"microbundle src/index.mjs -f es,umd --no-sourcemap --target web && microbundle src/cjs.mjs -f iife --no-sourcemap --target web && cp src/index.d.ts dist/htm.d.ts","build:mini":"microbundle src/index.mjs -o ./mini/index.js -f es,umd --no-sourcemap --target web --alias ./constants.mjs=./constants-mini.mjs && microbundle src/cjs.mjs -o ./mini/index.js -f iife --no-sourcemap --target web --alias ./constants.mjs=./constants-mini.mjs && cp src/index.d.ts mini","build:preact":"cd src/integrations/preact && npm run build","build:react":"cd src/integrations/react && npm run build","build:babel":"cd packages/babel-plugin-htm && npm run build","build:babel-transform-jsx":"cd packages/babel-plugin-transform-jsx-to-htm && npm run build","build:mjsalias":"cp dist/htm.module.js dist/htm.mjs && cp mini/index.module.js mini/index.mjs && cp preact/index.module.js preact/index.mjs && cp preact/standalone.module.js preact/standalone.mjs && cp react/index.module.js react/index.mjs","test":"eslint src/**/*.mjs test/**/*.mjs && npm run build && jest test","test:perf":"v8 test/__perftest.mjs","release":"npm t && git commit -am \"$npm_package_version\" && git tag $npm_package_version && git push && git push --tags && npm publish"},"eslintConfig":{"extends":"developit","rules":{"prefer-const":0,"prefer-spread":0,"prefer-rest-params":0,"func-style":0}},"jest":{"testURL":"http://localhost","testMatch":["**/__tests__/**/*.?(m)js?(x)","**/?(*.)(spec|test).?(m)js?(x)"],"transform":{"\\.m?js$":"babel-jest"},"moduleFileExtensions":["mjs","js"],"moduleNameMapper":{"^babel-plugin-transform-jsx-to-htm$":"<rootDir>/packages/babel-plugin-transform-jsx-to-htm/index.mjs","^babel-plugin-htm$":"<rootDir>/packages/babel-plugin-htm/index.mjs","^htm$":"<rootDir>/src/index.mjs","^htm/preact$":"<rootDir>/src/integrations/preact/index.mjs"}},"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.2.2","@babel/preset-env":"^7.1.6","babel-jest":"^24.1.0","babel-preset-env":"^1.7.0","eslint":"^5.2.0","eslint-config-developit":"^1.1.1","jest":"^24.1.0","microbundle":"^0.10.1","preact":"^10.0.0","react":"^16.8.3"},"gitHead":"7810bd46871f6616f3451476195c319a18e0408b","bugs":{"url":"https://github.com/developit/htm/issues"},"_id":"htm@3.0.2","_nodeVersion":"13.7.0","_npmVersion":"6.13.6","dist":{"shasum":"ef1c3ebe312f7699a312e35d728fd8ca36fbfe44","size":27149,"noattachment":false,"key":"/htm/-/htm-3.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/htm/download/htm-3.0.2.tgz"},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"_npmUser":{"name":"jviide","email":"jviide@iki.fi"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/htm_3.0.2_1580234600490_0.05956233368620012"},"_hasShrinkwrap":false,"publish_time":1580234600629,"_cnpm_publish_time":1580234600629,"_cnpmcore_publish_time":"2021-12-16T19:20:01.636Z","dist-tags":{"latest":"3.1.1"}}