{"_id":"compress-tag","_rev":"4079059","name":"compress-tag","description":"Template literal tag to remove excess whitespace and newlines from strings.","dist-tags":{"latest":"3.0.0"},"maintainers":[{"name":"iansan5653","email":""}],"time":{"modified":"2025-10-13T19:32:55.000Z","created":"2019-07-28T04:58:45.889Z","3.0.0":"2023-09-18T14:11:25.198Z","2.0.1":"2021-08-05T17:09:31.837Z","2.0.0":"2020-03-29T18:25:59.801Z","1.2.2":"2019-08-20T16:35:33.138Z","1.2.1":"2019-08-08T16:37:04.432Z","1.2.0":"2019-08-07T00:43:42.117Z","1.1.7":"2019-08-06T23:59:44.928Z","1.1.6":"2019-08-01T16:29:17.057Z","1.1.5":"2019-07-31T19:20:39.104Z","1.1.4":"2019-07-31T18:31:54.429Z","1.1.3":"2019-07-30T20:30:34.320Z","1.1.2":"2019-07-30T19:47:48.857Z","1.1.1":"2019-07-30T19:32:12.421Z","1.1.0":"2019-07-29T21:26:53.166Z","1.0.2":"2019-07-29T18:17:44.910Z","1.0.1":"2019-07-28T05:52:03.382Z","1.0.0":"2019-07-28T04:58:45.889Z"},"users":{},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"repository":{"type":"git","url":"git+https://github.com/iansan5653/compress-tag.git"},"versions":{"3.0.0":{"name":"compress-tag","version":"3.0.0","description":"Template literal tag to remove excess whitespace and newlines from strings.","main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/compress-tag.git"},"scripts":{"build":"tsc","test":"ts-mocha src/**/*.test.ts","lint":"eslint src/**/*.ts","check":"npm run build && npm run test && npm run lint","ensureCleanTree":"echo 'Checking to ensure all changes are committed...' && git diff --quiet --exit-code & git diff --quiet --cached --exit-code","prepublishOnly":"npm run ensureCleanTree && npm run check","postpublish":"cross-var git tag -a $npm_package_version -m \"See changelog.md for release notes.\" && git push --tags && cross-var git tag -d $npm_package_version","format":"prettier src/**/*.ts --write"},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"license":"MIT","devDependencies":{"@types/mocha":"^10.0.1","@types/node":"^20.6.2","@typescript-eslint/eslint-plugin":"^6.7.0","@typescript-eslint/parser":"^6.7.0","cross-var":"^1.1.0","eslint":"^8.49.0","eslint-config-prettier":"9.0.0","eslint-plugin-jsdoc":"^46.8.1","eslint-plugin-mocha":"^10.1.0","eslint-plugin-prettier":"5.0.0","mocha":"^10.2.0","mocha-junit-reporter":"^2.2.1","prettier":"^3.0.3","ts-mocha":"^10.0.0","typescript":"^5.2.2"},"dependencies":{"unraw":"^3.0.0"},"keywords":["strings","code format","minify","compress","template literal","template literal tag","es6","tag"],"_id":"compress-tag@3.0.0","gitHead":"71581ae702591a970d552e012b3723b67a24b1b2","bugs":{"url":"https://github.com/iansan5653/compress-tag/issues"},"homepage":"https://github.com/iansan5653/compress-tag#readme","_nodeVersion":"20.6.1","_npmVersion":"9.8.1","dist":{"shasum":"279709944e0af544e78963a68157ba5fe2563aa4","size":6137,"noattachment":false,"key":"/compress-tag/-/compress-tag-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/compress-tag/download/compress-tag-3.0.0.tgz"},"_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"directories":{},"maintainers":[{"name":"iansan5653","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/compress-tag_3.0.0_1695046284292_0.19791667957955417"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-09-18T14:11:25.198Z","publish_time":1695046285198,"_source_registry_name":"default","_cnpm_publish_time":1695046285198},"2.0.1":{"name":"compress-tag","version":"2.0.1","description":"Template literal tag to remove excess whitespace and newlines from strings.","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/compress-tag.git"},"scripts":{"build":"tsc","minify":"node-minify --compressor uglify-es --input dist/index.js --output dist/index.min.js","test":"ts-mocha src/**/*.test.ts","testWithCoverage":"npm run build && nyc --reporter=text mocha src/**/*.test.ts --require ts-node/register --require source-map-support/register","testForCheck":"nyc --reporter=text-summary mocha src/index.test.ts --reporter=progress","testForCI":"nyc --reporter=cobertura --reporter=html mocha src/index.test.ts --reporter=mocha-junit-reporter --reporter-options mochaFile=test-results.xml","lint":"eslint src/**/*.ts","check":"npm run build && npm run testForCheck && npm run lint","ensureCleanTree":"echo 'Checking to ensure all changes are committed...' && git diff --quiet --exit-code & git diff --quiet --cached --exit-code","prepublishOnly":"npm run ensureCleanTree && npm run check && npm run minify","postpublish":"cross-var git tag -a $npm_package_version -m \"See changelog.md for release notes.\" && git push --tags && cross-var git tag -d $npm_package_version","format":"prettier src/**/*.test.ts --write"},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"license":"MIT","devDependencies":{"@node-minify/cli":"^5.3.0","@node-minify/core":"^5.3.0","@node-minify/uglify-es":"^5.3.0","@types/mocha":"^7.0.2","@types/node":"^13.9.5","@typescript-eslint/eslint-plugin":"^2.25.0","@typescript-eslint/parser":"^2.25.0","cross-var":"^1.1.0","eslint":"^6.8.0","eslint-config-google":"^0.14.0","eslint-plugin-jsdoc":"^22.1.0","eslint-plugin-mocha":"^6.3.0","mocha":"^7.1.1","mocha-junit-reporter":"^1.23.3","nyc":"^15.0.0","prettier":"^2.0.2","source-map-support":"^0.5.16","ts-mocha":"^7.0.0","typescript":"^3.8.3"},"dependencies":{"unraw":"^2.0.1"},"nyc":{"include":["src/**/*.ts","src/**/*.tsx"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"sourceMap":true,"instrument":true},"keywords":["strings","code format","minify","compress","template literal","template literal tag","es6","tag"],"gitHead":"f2bf82ef2f0a9b3125f4438e257e1404160bc30b","bugs":{"url":"https://github.com/iansan5653/compress-tag/issues"},"homepage":"https://github.com/iansan5653/compress-tag#readme","_id":"compress-tag@2.0.1","_nodeVersion":"12.16.2","_npmVersion":"7.9.0","dist":{"shasum":"d0c649ff09c659e2ae742f90ffae604af30fc4ad","size":8544,"noattachment":false,"key":"/compress-tag/-/compress-tag-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/compress-tag/download/compress-tag-2.0.1.tgz"},"_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"directories":{},"maintainers":[{"name":"iansan5653","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/compress-tag_2.0.1_1628183371682_0.21630035243067103"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:36:04.132Z","publish_time":1628183371837,"_cnpm_publish_time":1628183371837},"2.0.0":{"name":"compress-tag","version":"2.0.0","description":"Template literal tag to remove excess whitespace and newlines from strings.","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/compress-tag.git"},"scripts":{"build":"tsc","minify":"node-minify --compressor uglify-es --input dist/index.js --output dist/index.min.js","test":"ts-mocha src/**/*.test.ts","testWithCoverage":"npm run build && nyc --reporter=text mocha src/**/*.test.ts --require ts-node/register --require source-map-support/register","testForCheck":"nyc --reporter=text-summary mocha src/index.test.ts --reporter=progress","testForCI":"nyc --reporter=cobertura --reporter=html mocha src/index.test.ts --reporter=mocha-junit-reporter --reporter-options mochaFile=test-results.xml","lint":"eslint src/**/*.ts","check":"npm run build && npm run testForCheck && npm run lint","ensureCleanTree":"echo 'Checking to ensure all changes are committed...' && git diff --quiet --exit-code & git diff --quiet --cached --exit-code","prepublishOnly":"npm run ensureCleanTree && npm run check && npm run minify","postpublish":"cross-var git tag -a $npm_package_version -m \"See changelog.md for release notes.\" && git push --tags && cross-var git tag -d $npm_package_version","format":"prettier src/**/*.test.ts --write"},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"license":"MIT","devDependencies":{"@node-minify/uglify-es":"^5.3.0","@node-minify/cli":"^5.3.0","@node-minify/core":"^5.3.0","@types/mocha":"^7.0.2","@types/node":"^13.9.5","@typescript-eslint/eslint-plugin":"^2.25.0","@typescript-eslint/parser":"^2.25.0","cross-var":"^1.1.0","eslint":"^6.8.0","eslint-config-google":"^0.14.0","eslint-plugin-jsdoc":"^22.1.0","eslint-plugin-mocha":"^6.3.0","mocha":"^7.1.1","mocha-junit-reporter":"^1.23.3","nyc":"^15.0.0","prettier":"^2.0.2","source-map-support":"^0.5.16","ts-mocha":"^7.0.0","typescript":"^3.8.3"},"dependencies":{"unraw":"^2.0.0"},"nyc":{"include":["src/**/*.ts","src/**/*.tsx"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"sourceMap":true,"instrument":true},"keywords":["strings","code format","minify","compress","template literal","template literal tag","es6","tag"],"greenkeeper":{"commitMessages":{"initialBadge":"Add Greenkeeper badge","initialDependencies":"Update dependencies","initialBranches":"Whitelist greenkeeper branches","dependencyUpdate":"Update ${dependency} to version ${version}","devDependencyUpdate":"Update ${dependency} to version ${version}","dependencyPin":"Pin ${dependency} to ${oldVersion}","devDependencyPin":"Pin ${dependency} to ${oldVersion}"},"prTitles":{"initialPR":"Update dependencies to enable Greenkeeper","initialPrBadge":"Add badge to enable Greenkeeper","initialPrBadgeOnly":"Add Greenkeeper badge","initialSubgroupPR":"Update dependencies for ${group}","basicPR":"Update ${dependency} to the latest","groupPR":"Update ${dependency} in group ${group} to the latest"}},"gitHead":"b88d1a1443e163661431e5f6b811a0d082a52e14","bugs":{"url":"https://github.com/iansan5653/compress-tag/issues"},"homepage":"https://github.com/iansan5653/compress-tag#readme","_id":"compress-tag@2.0.0","_nodeVersion":"10.16.3","_npmVersion":"6.13.4","dist":{"shasum":"a6b8c1c275b8b4fdf7de3932c02d1b37148f5aa9","size":8712,"noattachment":false,"key":"/compress-tag/-/compress-tag-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/compress-tag/download/compress-tag-2.0.0.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/compress-tag_2.0.0_1585506359649_0.35208365969382993"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:36:03.239Z","publish_time":1585506359801,"_cnpm_publish_time":1585506359801},"1.2.2":{"name":"compress-tag","version":"1.2.2","description":"Template literal tag to remove excess whitespace and newlines from strings.","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/compress-tag.git"},"scripts":{"build":"tsc","minify":"node-minify --compressor uglify-es --input dist/index.js --output dist/index.min.js","test":"ts-mocha src/**/*.test.ts","testWithCoverage":"npm run build && nyc --reporter=text mocha src/**/*.test.ts --require ts-node/register --require source-map-support/register","testForCheck":"nyc --reporter=text-summary mocha src/index.test.ts --reporter=progress","testForCI":"nyc --reporter=cobertura --reporter=html mocha src/index.test.ts --reporter=mocha-junit-reporter --reporter-options mochaFile=test-results.xml","lint":"eslint src/**/*.ts","check":"npm run build && npm run testForCheck && npm run lint","ensureCleanTree":"echo 'Checking to ensure all changes are committed...' && git diff --quiet --exit-code & git diff --quiet --cached --exit-code","prepublishOnly":"npm run ensureCleanTree && npm run check && npm run minify","postpublish":"cross-var git tag -a $npm_package_version -m \"See changelog.md for release notes.\" && git push --tags && cross-var git tag -d $npm_package_version","format":"prettier src/**/*.test.ts --write"},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"license":"MIT","devDependencies":{"@node-minify/cli":"^4.1.2","@node-minify/core":"^4.1.2","@node-minify/uglify-es":"^4.1.2","@types/mocha":"^5.2.7","@types/node":"^12.7.2","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","cross-var":"^1.1.0","eslint":"^6.2.1","eslint-config-google":"^0.13.0","eslint-plugin-jsdoc":"^15.8.3","eslint-plugin-mocha":"^6.0.0","mocha":"^6.2.0","mocha-junit-reporter":"^1.23.1","nyc":"^14.1.1","prettier":"^1.18.2","source-map-support":"^0.5.13","ts-mocha":"^6.0.0","typescript":"^3.5.3"},"dependencies":{"unraw":"^1.2.4"},"nyc":{"include":["src/**/*.ts","src/**/*.tsx"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"sourceMap":true,"instrument":true},"keywords":["strings","code format","minify","compress","template literal","template literal tag","es6","tag"],"gitHead":"653c32a6e0ea5d614b2171964071cfa9cfd87536","bugs":{"url":"https://github.com/iansan5653/compress-tag/issues"},"homepage":"https://github.com/iansan5653/compress-tag#readme","_id":"compress-tag@1.2.2","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"cdde952e3788420119ae02cd85e49d51ef76c574","size":8894,"noattachment":false,"key":"/compress-tag/-/compress-tag-1.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/compress-tag/download/compress-tag-1.2.2.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/compress-tag_1.2.2_1566318932986_0.6030635242624385"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:36:02.356Z","publish_time":1566318933138,"_cnpm_publish_time":1566318933138},"1.2.1":{"name":"compress-tag","version":"1.2.1","description":"Template literal tag to remove excess whitespace and newlines from strings.","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/compress-tag.git"},"scripts":{"build":"tsc","minify":"node-minify --compressor uglify-es --input dist/index.js --output dist/index.min.js","test":"ts-mocha src/**/*.test.ts","testWithCoverage":"npm run build && nyc --reporter=text mocha src/**/*.test.ts --require ts-node/register --require source-map-support/register","testForCheck":"nyc --reporter=text-summary mocha src/index.test.ts --reporter=progress","testForCI":"nyc --reporter=cobertura --reporter=html mocha src/index.test.ts --reporter=mocha-junit-reporter --reporter-options mochaFile=test-results.xml","lint":"eslint src/**/*.ts","check":"npm run build && npm run testForCheck && npm run lint","ensureCleanTree":"echo 'Checking to ensure all changes are committed...' && git diff --quiet --exit-code & git diff --quiet --cached --exit-code","prepublishOnly":"npm run ensureCleanTree && npm run check && npm run minify","postpublish":"cross-var git tag -a $npm_package_version -m \"See changelog.md for release notes.\" && git push --tags && cross-var git tag -d $npm_package_version","format":"prettier src/**/*.test.ts --write"},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"license":"MIT","devDependencies":{"@node-minify/cli":"^4.1.2","@node-minify/core":"^4.1.2","@node-minify/uglify-es":"^4.1.2","@types/mocha":"^5.2.7","@types/node":"^12.6.8","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.13.0","cross-var":"^1.1.0","eslint":"^6.1.0","eslint-config-google":"^0.13.0","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-mocha":"^6.0.0","mocha":"^6.2.0","mocha-junit-reporter":"^1.23.1","nyc":"^14.1.1","prettier":"^1.18.2","source-map-support":"^0.5.12","ts-mocha":"^6.0.0","typescript":"^3.5.3"},"dependencies":{"unraw":"^1.0.0"},"nyc":{"include":["src/**/*.ts","src/**/*.tsx"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"sourceMap":true,"instrument":true},"keywords":["strings","code format","minify","compress","template literal","template literal tag","es6","tag"],"gitHead":"ce653e399a0837c44095071beafa49fd9a34bccb","bugs":{"url":"https://github.com/iansan5653/compress-tag/issues"},"homepage":"https://github.com/iansan5653/compress-tag#readme","_id":"compress-tag@1.2.1","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"eb4af49af3b3c50088ff049dc201e15ac1186f09","size":8862,"noattachment":false,"key":"/compress-tag/-/compress-tag-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/compress-tag/download/compress-tag-1.2.1.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/compress-tag_1.2.1_1565282224238_0.6746381779944854"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:36:01.279Z","publish_time":1565282224432,"_cnpm_publish_time":1565282224432},"1.2.0":{"name":"compress-tag","version":"1.2.0","description":"Template literal tag to remove excess whitespace and newlines from strings.","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/compress-tag.git"},"scripts":{"build":"tsc","minify":"node-minify --compressor uglify-es --input dist/index.js --output dist/index.min.js","test":"ts-mocha src/**/*.test.ts","testWithCoverage":"npm run build && nyc --reporter=text mocha src/**/*.test.ts --require ts-node/register --require source-map-support/register","testForCheck":"nyc --reporter=text-summary mocha src/index.test.ts --reporter=progress","testForCI":"nyc --reporter=cobertura --reporter=html mocha src/index.test.ts --reporter=mocha-junit-reporter --reporter-options mochaFile=test-results.xml","lint":"eslint src/**/*.ts","check":"npm run build && npm run testForCheck && npm run lint","ensureCleanTree":"echo 'Checking to ensure all changes are committed...' && git diff --quiet --exit-code & git diff --quiet --cached --exit-code","prepublishOnly":"npm run ensureCleanTree && npm run check && npm run minify","postpublish":"cross-var git tag -a $npm_package_version -m \"See changelog.md for release notes.\" && git push --tags && cross-var git tag -d $npm_package_version","format":"prettier src/**/*.test.ts --write"},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"license":"MIT","devDependencies":{"@node-minify/cli":"^4.1.2","@node-minify/core":"^4.1.2","@node-minify/uglify-es":"^4.1.2","@types/mocha":"^5.2.7","@types/node":"^12.6.8","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.13.0","cross-var":"^1.1.0","eslint":"^6.1.0","eslint-config-google":"^0.13.0","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-mocha":"^6.0.0","mocha":"^6.2.0","mocha-junit-reporter":"^1.23.1","nyc":"^14.1.1","prettier":"^1.18.2","source-map-support":"^0.5.12","ts-mocha":"^6.0.0","typescript":"^3.5.3"},"dependencies":{"unraw":"^1.0.0"},"nyc":{"include":["src/**/*.ts","src/**/*.tsx"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"sourceMap":true,"instrument":true},"keywords":["strings","code format","minify","compress","template literal","template literal tag","es6","tag"],"gitHead":"e2e9538725f78e3441d4c973cda71408762433a2","bugs":{"url":"https://github.com/iansan5653/compress-tag/issues"},"homepage":"https://github.com/iansan5653/compress-tag#readme","_id":"compress-tag@1.2.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"99bf46fc340fe687fc0ad3651dc90daaeaf569a0","size":8449,"noattachment":false,"key":"/compress-tag/-/compress-tag-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/compress-tag/download/compress-tag-1.2.0.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/compress-tag_1.2.0_1565138621984_0.7787988511842772"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:59.752Z","publish_time":1565138622117,"_cnpm_publish_time":1565138622117},"1.1.7":{"name":"compress-tag","version":"1.1.7","description":"Template literal tag to remove excess whitespace and newlines from strings.","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/compress-tag.git"},"scripts":{"build":"tsc","minify":"node-minify --compressor uglify-es --input dist/index.js --output dist/index.min.js","test":"ts-mocha src/**/*.test.ts","testWithCoverage":"npm run build && nyc --reporter=text mocha src/**/*.test.ts --require ts-node/register --require source-map-support/register","testForCheck":"nyc --reporter=text-summary mocha src/index.test.ts --reporter=progress","testForCI":"nyc --reporter=cobertura --reporter=html mocha src/index.test.ts --reporter=mocha-junit-reporter --reporter-options mochaFile=test-results.xml","lint":"eslint src/**/*.ts","check":"npm run build && npm run testForCheck && npm run lint","ensureCleanTree":"echo 'Checking to ensure all changes are committed...' && git diff --quiet --exit-code & git diff --quiet --cached --exit-code","prepublishOnly":"npm run ensureCleanTree && npm run check && npm run minify","postpublish":"cross-var git tag -a $npm_package_version -m \"See changelog.md for release notes.\" && git push --tags && cross-var git tag -d $npm_package_version","format":"prettier src/**/*.test.ts --write"},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"license":"MIT","devDependencies":{"@node-minify/cli":"^4.1.2","@node-minify/core":"^4.1.2","@node-minify/uglify-es":"^4.1.2","@types/mocha":"^5.2.7","@types/node":"^12.6.8","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.13.0","cross-var":"^1.1.0","eslint":"^6.1.0","eslint-config-google":"^0.13.0","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-mocha":"^6.0.0","mocha":"^6.2.0","mocha-junit-reporter":"^1.23.1","nyc":"^14.1.1","prettier":"^1.18.2","source-map-support":"^0.5.12","ts-mocha":"^6.0.0","typescript":"^3.5.3"},"dependencies":{"unraw":"^1.0.0"},"nyc":{"include":["src/**/*.ts","src/**/*.tsx"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"sourceMap":true,"instrument":true},"keywords":["strings","code format","minify","compress","template literal","template literal tag","es6","tag"],"gitHead":"263714337df438205af9882fc603b7cfc441fa22","bugs":{"url":"https://github.com/iansan5653/compress-tag/issues"},"homepage":"https://github.com/iansan5653/compress-tag#readme","_id":"compress-tag@1.1.7","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"52c187d02767fab15fd8abe64102c7ef9be0c5f1","size":7957,"noattachment":false,"key":"/compress-tag/-/compress-tag-1.1.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/compress-tag/download/compress-tag-1.1.7.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/compress-tag_1.1.7_1565135984789_0.3151253167535819"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:58.657Z","publish_time":1565135984928,"_cnpm_publish_time":1565135984928},"1.1.6":{"name":"compress-tag","version":"1.1.6","description":"Template literal tag to remove excess whitespace and newlines from strings.","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/compress-tag.git"},"scripts":{"build":"tsc","minify":"node-minify --compressor uglify-es --input dist/index.js --output dist/index.min.js","test":"ts-mocha src/**/*.test.ts","testWithCoverage":"npm run build && nyc --reporter=text mocha src/**/*.test.ts --require ts-node/register --require source-map-support/register","testForCheck":"nyc --reporter=text-summary mocha src/index.test.ts --reporter=progress","testForCI":"nyc --reporter=cobertura --reporter=html mocha src/index.test.ts --reporter=mocha-junit-reporter --reporter-options mochaFile=test-results.xml","lint":"eslint src/**/*.ts","check":"npm run build && npm run testForCheck && npm run lint","ensureCleanTree":"echo 'Checking to ensure all changes are committed...' && git diff --quiet --exit-code & git diff --quiet --cached --exit-code","prepublishOnly":"npm run ensureCleanTree && npm run check && npm run minify","postpublish":"cross-var git tag -a $npm_package_version -m \"See changelog.md for release notes.\" && git push --tags && cross-var git tag -d $npm_package_version","format":"prettier src/**/*.test.ts --write"},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"license":"MIT","devDependencies":{"@node-minify/cli":"^4.1.2","@node-minify/core":"^4.1.2","@node-minify/uglify-es":"^4.1.2","@types/mocha":"^5.2.7","@types/node":"^12.6.8","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.13.0","cross-var":"^1.1.0","eslint":"^6.1.0","eslint-config-google":"^0.13.0","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-mocha":"^6.0.0","mocha":"^6.2.0","mocha-junit-reporter":"^1.23.1","nyc":"^14.1.1","prettier":"^1.18.2","source-map-support":"^0.5.12","ts-mocha":"^6.0.0","typescript":"^3.5.3"},"dependencies":{},"nyc":{"include":["src/**/*.ts","src/**/*.tsx"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"sourceMap":true,"instrument":true},"keywords":["strings","code format","minify","compress","template literal","template literal tag","es6","tag"],"gitHead":"66224811525b6064c2cef5c01f4f91fb44613314","bugs":{"url":"https://github.com/iansan5653/compress-tag/issues"},"homepage":"https://github.com/iansan5653/compress-tag#readme","_id":"compress-tag@1.1.6","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"c61bd8ba7a85501ce5c4c6e70dd54ddca361d0cc","size":8164,"noattachment":false,"key":"/compress-tag/-/compress-tag-1.1.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/compress-tag/download/compress-tag-1.1.6.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/compress-tag_1.1.6_1564676956886_0.2381583073184952"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:57.801Z","publish_time":1564676957057,"_cnpm_publish_time":1564676957057},"1.1.5":{"name":"compress-tag","version":"1.1.5","description":"Template literal tag to remove excess whitespace and newlines from strings.","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/compress-tag.git"},"scripts":{"build":"tsc","minify":"node-minify --compressor uglify-es --input dist/index.js --output dist/index.min.js","test":"ts-mocha src/**/*.test.ts","testWithCoverage":"npm run build && nyc --reporter=text mocha src/**/*.test.ts --require ts-node/register --require source-map-support/register","testForCheck":"nyc --reporter=text-summary mocha src/index.test.ts --reporter=progress","testForCI":"nyc --reporter=cobertura --reporter=html mocha src/index.test.ts --reporter=mocha-junit-reporter --reporter-options mochaFile=test-results.xml","lint":"eslint src/**/*.ts","check":"npm run build && npm run testForCheck && npm run lint","ensureCleanTree":"echo 'Checking to ensure all changes are committed...' && git diff --quiet --exit-code & git diff --quiet --cached --exit-code","prepublishOnly":"npm run ensureCleanTree && npm run check && npm run minify","postpublish":"cross-var git tag -a $npm_package_version -m \"See changelog.md for release notes.\" && git push --tags && cross-var git tag -d $npm_package_version","format":"prettier src/**/*.test.ts"},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"license":"MIT","devDependencies":{"@node-minify/cli":"^4.1.2","@node-minify/core":"^4.1.2","@node-minify/uglify-es":"^4.1.2","@types/mocha":"^5.2.7","@types/node":"^12.6.8","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.13.0","cross-var":"^1.1.0","eslint":"^6.1.0","eslint-config-google":"^0.13.0","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-mocha":"^6.0.0","mocha":"^6.2.0","mocha-junit-reporter":"^1.23.1","nyc":"^14.1.1","prettier":"^1.18.2","source-map-support":"^0.5.12","ts-mocha":"^6.0.0","typescript":"^3.5.3"},"dependencies":{},"nyc":{"include":["src/**/*.ts","src/**/*.tsx"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"sourceMap":true,"instrument":true},"keywords":["strings","code format","minify","compress","template literal","template literal tag","es6","tag"],"gitHead":"16ac5210d3a497ebf6a35b725d9808424165e6c0","bugs":{"url":"https://github.com/iansan5653/compress-tag/issues"},"homepage":"https://github.com/iansan5653/compress-tag#readme","_id":"compress-tag@1.1.5","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"0ed55ce97beffc6c9bca2aededa560ec166805ce","size":8253,"noattachment":false,"key":"/compress-tag/-/compress-tag-1.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/compress-tag/download/compress-tag-1.1.5.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/compress-tag_1.1.5_1564600838949_0.9358321579359088"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:56.709Z","publish_time":1564600839104,"_cnpm_publish_time":1564600839104},"1.1.4":{"name":"compress-tag","version":"1.1.4","description":"Template literal tag to remove excess whitespace and newlines from strings.","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/compress-tag.git"},"scripts":{"build":"tsc","minify":"node-minify --compressor uglify-es --input dist/index.js --output dist/index.min.js","test":"ts-mocha src/**/*.test.ts","testWithCoverage":"npm run build && nyc --reporter=text mocha src/**/*.test.ts --require ts-node/register --require source-map-support/register","testForCheck":"nyc --reporter=text-summary mocha src/index.test.ts --reporter=progress","testForCI":"nyc --reporter=cobertura --reporter=html mocha src/index.test.ts --reporter=mocha-junit-reporter --reporter-options mochaFile=test-results.xml","lint":"eslint src/**/*.ts","check":"npm run build && npm run testForCheck && npm run lint","ensureCleanTree":"echo 'Checking to ensure all changes are committed...' && git diff --quiet --exit-code & git diff --quiet --cached --exit-code","prepublishOnly":"npm run ensureCleanTree && npm run check && npm run minify","postpublish":"cross-var git tag -a $npm_package_version -m \"See changelog.md for release notes.\" && git push --tags && cross-var git tag -d $npm_package_version","format":"prettier src/**/*.test.ts"},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"license":"MIT","devDependencies":{"@node-minify/cli":"^4.1.2","@node-minify/core":"^4.1.2","@node-minify/uglify-es":"^4.1.2","@types/mocha":"^5.2.7","@types/node":"^12.6.8","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.13.0","cross-var":"^1.1.0","eslint":"^6.1.0","eslint-config-google":"^0.13.0","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-mocha":"^6.0.0","mocha":"^6.2.0","mocha-junit-reporter":"^1.23.1","nyc":"^14.1.1","prettier":"^1.18.2","source-map-support":"^0.5.12","ts-mocha":"^6.0.0","typescript":"^3.5.3"},"dependencies":{},"nyc":{"include":["src/**/*.ts","src/**/*.tsx"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"sourceMap":true,"instrument":true},"keywords":["strings","code format","minify","compress","template literal","template literal tag","es6","tag"],"gitHead":"d91364710ddc0cd2f45a888d640900baaeab2831","bugs":{"url":"https://github.com/iansan5653/compress-tag/issues"},"homepage":"https://github.com/iansan5653/compress-tag#readme","_id":"compress-tag@1.1.4","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"cae20ac204715c8222ce9ee5449d69fcde553357","size":8064,"noattachment":false,"key":"/compress-tag/-/compress-tag-1.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/compress-tag/download/compress-tag-1.1.4.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/compress-tag_1.1.4_1564597914325_0.455145825814705"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:55.820Z","publish_time":1564597914429,"_cnpm_publish_time":1564597914429},"1.1.3":{"name":"compress-tag","version":"1.1.3","description":"Template literal tag to remove excess whitespace and newlines from strings.","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/compress-tag.git"},"scripts":{"build":"tsc","minify":"node-minify --compressor uglify-es --input dist/index.js --output dist/index.min.js","test":"ts-mocha src/**/*.test.ts","testWithCoverage":"npm run build && nyc --reporter=text mocha src/**/*.test.ts --require ts-node/register --require source-map-support/register","testForCheck":"nyc --reporter=text-summary mocha src/index.test.ts --reporter=progress","testForCI":"nyc --reporter=cobertura --reporter=html mocha src/index.test.ts --reporter=mocha-junit-reporter --reporter-options mochaFile=test-results.xml","lint":"eslint src/**/*.ts","check":"npm run build && npm run testForCheck && npm run lint","ensureCleanTree":"echo 'Checking to ensure all changes are committed...' && git diff --quiet --exit-code & git diff --quiet --cached --exit-code","prepublishOnly":"npm run ensureCleanTree && npm run check && npm run minify","postpublish":"cross-var git tag -a $npm_package_version -m \"See changelog.md for release notes.\" && git push --tags && cross-var git tag -d $npm_package_version","format":"prettier src/**/*.test.ts"},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"license":"MIT","devDependencies":{"@node-minify/cli":"^4.1.2","@node-minify/core":"^4.1.2","@node-minify/uglify-es":"^4.1.2","@types/mocha":"^5.2.7","@types/node":"^12.6.8","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.13.0","cross-var":"^1.1.0","eslint":"^6.1.0","eslint-config-google":"^0.13.0","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-mocha":"^6.0.0","mocha":"^6.2.0","mocha-junit-reporter":"^1.23.1","nyc":"^14.1.1","prettier":"^1.18.2","source-map-support":"^0.5.12","ts-mocha":"^6.0.0","typescript":"^3.5.3"},"dependencies":{},"nyc":{"include":["src/**/*.ts","src/**/*.tsx"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"sourceMap":true,"instrument":true},"gitHead":"afba9893c92716b513310d5dead2bf03db4304d6","bugs":{"url":"https://github.com/iansan5653/compress-tag/issues"},"homepage":"https://github.com/iansan5653/compress-tag#readme","_id":"compress-tag@1.1.3","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"8a846f206cae3f9cfc76207fb6626598dadb7e54","size":10993,"noattachment":false,"key":"/compress-tag/-/compress-tag-1.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/compress-tag/download/compress-tag-1.1.3.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/compress-tag_1.1.3_1564518634178_0.6693371804796773"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:54.959Z","publish_time":1564518634320,"_cnpm_publish_time":1564518634320},"1.1.2":{"name":"compress-tag","version":"1.1.2","description":"Template literal tag to remove excess whitespace and newlines from strings.","main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/compress-tag.git"},"scripts":{"build":"tsc","test":"ts-mocha src/**/*.test.ts","testWithCoverage":"npm run build && nyc --reporter=text mocha src/**/*.test.ts --require ts-node/register --require source-map-support/register","testForCheck":"nyc --reporter=text-summary mocha src/index.test.ts --reporter=progress","testForCI":"nyc --reporter=cobertura --reporter=html mocha src/index.test.ts --reporter=mocha-junit-reporter --reporter-options mochaFile=test-results.xml","lint":"eslint src/**/*.ts","check":"npm run build && npm run testForCheck && npm run lint","ensureCleanTree":"echo 'Checking to ensure all changes are committed...' && git diff --quiet --exit-code & git diff --quiet --cached --exit-code","prepublishOnly":"npm run ensureCleanTree && npm run check","postpublish":"cross-var git tag -a $npm_package_version -m \"See changelog.md for release notes.\" && git push --tags && git tag -d $npm_package_version","format":"prettier src/**/*.test.ts"},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"license":"MIT","devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.6.8","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.13.0","cross-var":"^1.1.0","eslint":"^6.1.0","eslint-config-google":"^0.13.0","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-mocha":"^6.0.0","mocha":"^6.2.0","mocha-junit-reporter":"^1.23.1","nyc":"^14.1.1","prettier":"^1.18.2","source-map-support":"^0.5.12","ts-mocha":"^6.0.0","typescript":"^3.5.3"},"dependencies":{},"nyc":{"include":["src/**/*.ts","src/**/*.tsx"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"sourceMap":true,"instrument":true},"gitHead":"a57fea01411825006be9958bcf033a81a931d0c0","bugs":{"url":"https://github.com/iansan5653/compress-tag/issues"},"homepage":"https://github.com/iansan5653/compress-tag#readme","_id":"compress-tag@1.1.2","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"149a056c073b06dced5901253106ff31d0e3b2d3","size":10597,"noattachment":false,"key":"/compress-tag/-/compress-tag-1.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/compress-tag/download/compress-tag-1.1.2.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/compress-tag_1.1.2_1564516068704_0.30635358331815943"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:54.090Z","publish_time":1564516068857,"_cnpm_publish_time":1564516068857},"1.1.1":{"name":"compress-tag","version":"1.1.1","description":"Template literal tag to remove excess whitespace and newlines from strings.","main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/compress-tag.git"},"scripts":{"build":"tsc","test":"ts-mocha src/**/*.test.ts","testWithCoverage":"npm run build && nyc --reporter=text mocha src/**/*.test.ts --require ts-node/register --require source-map-support/register","testForCheck":"nyc --reporter=text-summary mocha src/index.test.ts --reporter=progress","testForCI":"nyc --reporter=cobertura --reporter=html mocha src/index.test.ts --reporter=mocha-junit-reporter --reporter-options mochaFile=test-results.xml","lint":"eslint src/**/*.ts","check":"npm run build && npm run testForCheck && npm run lint","ensureCleanTree":"echo 'Checking to ensure all changes are committed...' && git diff --quiet --exit-code & git diff --quiet --cached --exit-code","prepublishOnly":"npm run ensureCleanTree && npm run check","postpublish":"cross-var git tag $npm_package_version && git push --tags","format":"prettier src/**/*.test.ts"},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"license":"MIT","devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.6.8","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.13.0","cross-var":"^1.1.0","eslint":"^6.1.0","eslint-config-google":"^0.13.0","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-mocha":"^6.0.0","mocha":"^6.2.0","mocha-junit-reporter":"^1.23.1","nyc":"^14.1.1","prettier":"^1.18.2","source-map-support":"^0.5.12","ts-mocha":"^6.0.0","typescript":"^3.5.3"},"dependencies":{},"nyc":{"include":["src/**/*.ts","src/**/*.tsx"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"sourceMap":true,"instrument":true},"gitHead":"f39913f02e71bedd4756d9a9856e0f006fdcdbbf","bugs":{"url":"https://github.com/iansan5653/compress-tag/issues"},"homepage":"https://github.com/iansan5653/compress-tag#readme","_id":"compress-tag@1.1.1","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"6bfdb85e05ca1dcaa04a547adfe67e0d3b885b3c","size":10355,"noattachment":false,"key":"/compress-tag/-/compress-tag-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/compress-tag/download/compress-tag-1.1.1.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/compress-tag_1.1.1_1564515132318_0.33659382517529646"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:52.993Z","publish_time":1564515132421,"_cnpm_publish_time":1564515132421},"1.1.0":{"name":"compress-tag","version":"1.1.0","description":"Template literal tag to remove excess whitespace and newlines from strings.","main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/compress-tag.git"},"scripts":{"build":"tsc","test":"ts-mocha src/**/*.test.ts","testWithCoverage":"npm run build && nyc --reporter=text mocha src/**/*.test.ts --require ts-node/register --require source-map-support/register","testForCheck":"nyc --reporter=text-summary mocha src/index.test.ts --reporter=progress","testForCI":"nyc --reporter=cobertura --reporter=html mocha src/index.test.ts --reporter=mocha-junit-reporter --reporter-options mochaFile=test-results.xml","lint":"eslint src/**/*.ts","check":"npm run build && npm run testForCheck && npm run lint","ensureCleanTree":"echo 'Checking to ensure all changes are committed...' && git diff --quiet --exit-code & git diff --quiet --cached --exit-code","prepublishOnly":"npm run ensureCleanTree && npm run check","postpublish":"cross-var git tag $npm_package_version && git push --tags"},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"license":"MIT","devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.6.8","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.13.0","cross-var":"^1.1.0","eslint":"^6.1.0","eslint-config-google":"^0.13.0","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-mocha":"^6.0.0","mocha":"^6.2.0","mocha-junit-reporter":"^1.23.1","nyc":"^14.1.1","prettier":"^1.18.2","source-map-support":"^0.5.12","ts-mocha":"^6.0.0","typescript":"^3.5.3"},"dependencies":{},"nyc":{"include":["src/**/*.ts","src/**/*.tsx"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"sourceMap":true,"instrument":true},"gitHead":"e4bb499801f1da9b2bcffae14f18f87d684b2d59","bugs":{"url":"https://github.com/iansan5653/compress-tag/issues"},"homepage":"https://github.com/iansan5653/compress-tag#readme","_id":"compress-tag@1.1.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"a50e2edc8f9f9a0a3ec4385f91871e52e0817526","size":14816,"noattachment":false,"key":"/compress-tag/-/compress-tag-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/compress-tag/download/compress-tag-1.1.0.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/compress-tag_1.1.0_1564435612943_0.5405441039264627"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:52.138Z","publish_time":1564435613166,"_cnpm_publish_time":1564435613166},"1.0.2":{"name":"compress-tag","version":"1.0.2","description":"Template literal tag to remove excess whitespace and newlines from strings.","main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/compress-tag.git"},"scripts":{"build":"tsc","test":"ts-mocha src/index.test.ts","testForCheck":"ts-mocha src/index.test.ts --reporter=progress","testForCI":"ts-mocha src/index.test.ts --reporter=mocha-junit-reporter --reporter-options mochaFile=test_results.xml","lint":"eslint src/index.ts & eslint src/index.test.ts","check":"npm run build & npm run testForCheck & npm run lint","ensureCleanTree":"echo 'Checking to ensure all changes are committed...' && git diff --quiet --exit-code & git diff --quiet --cached --exit-code","prepublishOnly":"npm run ensureCleanTree && npm run check","postpublish":"cross-var git tag $npm_package_version && git push v$npm_package_version"},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"license":"MIT","devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.6.8","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.13.0","cross-var":"^1.1.0","eslint":"^6.1.0","eslint-config-google":"^0.13.0","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-mocha":"^6.0.0","mocha":"^6.2.0","mocha-junit-reporter":"^1.23.1","prettier":"^1.18.2","ts-mocha":"^6.0.0","typescript":"^3.5.3"},"dependencies":{},"gitHead":"4dd33f5094f4bd86f6d01bb6de835a4d871884b8","bugs":{"url":"https://github.com/iansan5653/compress-tag/issues"},"homepage":"https://github.com/iansan5653/compress-tag#readme","_id":"compress-tag@1.0.2","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"e1800ee5fb7cd64dd097ff365710f9edaeab5c27","size":8627,"noattachment":false,"key":"/compress-tag/-/compress-tag-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/compress-tag/download/compress-tag-1.0.2.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/compress-tag_1.0.2_1564424264811_0.4994759156744193"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:51.050Z","publish_time":1564424264910,"_cnpm_publish_time":1564424264910},"1.0.1":{"name":"compress-tag","version":"1.0.1","description":"Template literal tag to remove excess whitespace and newlines from strings.","main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/compress-tag.git"},"scripts":{"build":"tsc","test":"ts-mocha src/index.test.ts","lint":"eslint src/index.ts & eslint src/index.test.ts","prepublishOnly":"npm run lint & npm run test & npm run build"},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"license":"MIT","devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.6.8","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.13.0","eslint":"^6.1.0","eslint-config-google":"^0.13.0","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-mocha":"^6.0.0","mocha":"^6.2.0","prettier":"^1.18.2","ts-mocha":"^6.0.0","typescript":"^3.5.3"},"dependencies":{},"gitHead":"8ed7f1ec059f7e174880a7346c892df27313ce4c","bugs":{"url":"https://github.com/iansan5653/compress-tag/issues"},"homepage":"https://github.com/iansan5653/compress-tag#readme","_id":"compress-tag@1.0.1","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"c155668c7f351191fd99d3c9580b2e4671c1f3d7","size":8250,"noattachment":false,"key":"/compress-tag/-/compress-tag-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/compress-tag/download/compress-tag-1.0.1.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/compress-tag_1.0.1_1564293123261_0.5203092457034744"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:50.171Z","publish_time":1564293123382,"_cnpm_publish_time":1564293123382},"1.0.0":{"name":"compress-tag","version":"1.0.0","description":"Template literal tag to remove excess whitespace and newlines from strings.","main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/compress-tag.git"},"scripts":{"build":"tsc","test":"ts-mocha src/index.test.ts"},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"license":"MIT","devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.6.8","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.13.0","eslint":"^6.1.0","eslint-config-google":"^0.13.0","eslint-plugin-jsdoc":"^15.7.2","mocha":"^6.2.0","prettier":"^1.18.2","ts-mocha":"^6.0.0","typescript":"^3.5.3"},"dependencies":{},"gitHead":"29e9b6be6778c845498686a543b12596be9c120a","bugs":{"url":"https://github.com/iansan5653/compress-tag/issues"},"homepage":"https://github.com/iansan5653/compress-tag#readme","_id":"compress-tag@1.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"b2bf853616228daa7aa95faf6167d5f014d5b5a0","size":7368,"noattachment":false,"key":"/compress-tag/-/compress-tag-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/compress-tag/download/compress-tag-1.0.0.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/compress-tag_1.0.0_1564289925804_0.5229029518655359"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:49.087Z","publish_time":1564289925889,"_cnpm_publish_time":1564289925889}},"readme":"# `compress-tag`\n\n![Image of code sample](banner.png)\n\n`compress-tag` is a tiny module that enables significantly more readable code by\nimproving the display of strings in your source code through the use of\n[string template literals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals).\n\nThis module provides template literal tags that remove line breaks and indents\nfrom your template literals, so that a string that is formatted to nicely fit in\nyour code still comes out looking like it should. They are also\n[chainable](#Chaining) in case you are already using template literal tags.\n\nIn other words, **you can replace these workarounds**:\n\n```js\nthrow new Error(\n  \"An error occured while parsing the CSV file. Check that the 'delimiters' option is set properly and try again.\"\n);\n\nconst result = prompt(\n  \"Enter a description to attach to this entry. This should be \" +\n    \"descriptive, but less than 200 characters.\",\n  \"Enter your description here.\"\n);\n\nrenderTextContent(`The quick brown fox jumps over the lazy dog. The \\\nquick brown fox jumps over the lazy dog. The quick brown fox jumps \\\nover the lazy dog. The quick brown fox jumps over the lazy dog. The \\\nquick brown fox jumps over the lazy dog.\n\nThe quick brown fox jumps over the lazy dog. The quick brown fox \\\njumps over the lazy dog. The quick brown fox jumps over the lazy \\\ndog. The quick brown fox jumps over the lazy dog. The quick brown \\\nfox jumps over the lazy dog.`);\n```\n\n**with these**:\n\n```js\nthrow new Error(c`\n  An error occured while parsing the CSV file. Check that the\n  'delimiters' option is set properly and try again.\"\n`);\n\nconst result = prompt(\n  c`Enter a description to attach to this entry. This should be\n    descriptive, but less than 200 characters.`,\n  \"Enter your description here.\"\n);\n\nrenderTextContent(c`\n  The quick brown fox jumps over the lazy dog. The quick brown fox\n  jumps over the lazy dog. The quick brown fox jumps over the lazy\n  dog. The quick brown fox jumps over the lazy dog. The quick brown\n  fox jumps over the lazy dog.\\n\\n\n\n  The quick brown fox jumps over the lazy dog. The quick brown fox\n  jumps over the lazy dog. The quick brown fox jumps over the lazy\n  dog. The quick brown fox jumps over the lazy dog. The quick brown\n  fox jumps over the lazy dog.\n`);\n```\n\n## Getting Started\n\n`compress-tag` is a UMD module, so it can be used in Node or on the web. Typings\nare included for TypeScript as well.\n\n### Usage in Node.JS\n\n`compress-tag` is hosted on [npm](https://www.npmjs.com/compress-tag), so you\ncan install with:\n\n```bash\nnpm i compress-tag\n```\n\nTo use in code:\n\n```js\nimport {c, t} from \"compress-tag\";\n\nc`Example\n  string.`; // => Example string.\nt`Example\n  string.`; // => Examplestring.\n```\n\n## Documentation\n\nFour template literal tag functions are exported by this module. `compress` and\n`c` are exactly the same - they replace your linebreaks and the whitespace\nsurrounding each line with a single space. `compressTight` and `t` are also the\nsame - they remove your linebreaks and whitespace with no space.\n\n### Examples\n\n```js\nimport {compress, c, compressTight, t} from \"compress-tag\";\n\n// Use the regular compressor (preserves spaces) for prose:\n\nlet A = compress`Lorem ipsum dolor sit amet, consectetur adipiscing\nelit. Suspendisse  sagittis mi quam, ut rhoncus nisi pulvinar in. Duis\nlobortis nisl libero, non imperdiet lectus ultrices sed. Aliquam erat\nvolutpat. Sed egestas dignissim iaculis. Etiam felis risus, tempor ac\ndignissim id, vestibulum in mauris. Nam attempus tellus. Aliquam vitae\nmetus tempor, tempus tellus id, vulputate magna. Vivamus a enim\nfeugiat, mattis leo in, blandit nunc. Cras faucibus pellentesque\ndolor, et euismod mauris sagittis vitae. Quisque egestas metus pretium\nmollis tempor.`;\n// => Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse sagittis mi quam, ut rhoncus nisi pulvinar in. Duis lobortis nisl libero, non imperdiet lectus ultrices sed. Aliquam erat volutpat. Sed egestas dignissim iaculis. Etiam felis risus, tempor ac dignissim id, vestibulum in mauris. Nam attempus tellus. Aliquam vitae metus tempor, tempus tellus id, vulputate magna. Vivamus a enim feugiat, mattis leo in, blandit nunc. Cras faucibus pellentesque dolor, et euismod mauris sagittis vitae. Quisque egestas metus pretium mollis tempor.\n\nlet B = c`Lorem ipsum dolor sit amet, consectetur adipiscing elit.\nSuspendisse sagittis mi quam, ut rhoncus nisi pulvinar in. Duis\nlobortis nisl libero, non imperdiet lectus ultrices sed. Aliquam erat\nvolutpat. Sed egestas dignissim iaculis. Etiam felis risus, tempor ac\ndignissim id, vestibulum in mauris. Nam attempus tellus. Aliquam vitae\nmetus tempor, tempus tellus id, vulputate magna. Vivamus a enim\nfeugiat, mattis leo in, blandit nunc. Cras faucibus pellentesque\ndolor, et euismod mauris sagittis vitae. Quisque egestas metus pretium\nmollis tempor.`;\n// => Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse sagittis mi quam, ut rhoncus nisi pulvinar in. Duis lobortis nisl libero, non imperdiet lectus ultrices sed. Aliquam erat volutpat. Sed egestas dignissim iaculis. Etiam felis risus, tempor ac dignissim id, vestibulum in mauris. Nam attempus tellus. Aliquam vitae metus tempor, tempus tellus id, vulputate magna. Vivamus a enim feugiat, mattis leo in, blandit nunc. Cras faucibus pellentesque dolor, et euismod mauris sagittis vitae. Quisque egestas metus pretium mollis tempor.\n\n// Use the tight compressor (removes indentation) for code like HTML:\n\nlet C = compressTight`\n  <section>\n    <h1>Heading</h1>\n    <p>This is the content of the section.</p>\n    <p>This is another paragraph.</p>\n  </section>\n`;\n// => <section><h1>Heading</h1><p>This is the content of the section.</p><p>This is another paragraph.</p></section>\n\nlet D = t`\n  <section>\n    <h1>Heading</h1>\n    <p>This is the content of the section.</p>\n    <p>This is another paragraph.</p>\n  </section>\n`;\n// => <section><h1>Heading</h1><p>This is the content of the section.</p><p>This is another paragraph.</p></section>\n```\n\n### Preserving Some Linebreaks / Whitespace\n\nYou can still output a string that has linebreaks and tabs in it simply by using\nthe newline (`\\n`) and tab (`\\t`) characters. For example:\n\n```js\nlet E = c`This has\\n\\ta new line`;\n// => This has\n//     a new line.\n```\n\n### Chaining\n\nOne drawback to using template literal tags is that they cannot be chained. This\nmeans that if you are already using template literal tags, you can't use these\nas described above. However, all of these tags support being used as normal\nfunctions in this case\\*:\n\n```js\n// Assuming `capitalize` is some other tag that makes every letter uppercase:\nlet F = c(capitalize`\n  Lorem ipsum\n  dolor sit amet.\n`);\n// => LOREM IPSUM DOLOR SIT AMET.\n```\n\n\\* **Note**: When using tags as a method there is no way to preserve newlines;\nusing the `\\n` character will not work.\n\n### ESLint\n\nSince there is now no reason for your strings to be long, you can modify your\nESLint `max-len` setting to enforce the use of these tags:\n\n_eslintrc.json_\n\n```json\n{\n  \"rules\": {\n    \"max-len\": [\n      \"error\",\n      {\n        \"code\": 80,\n        \"ignoreStrings\": false,\n        \"ignoreTemplateLiterals\": false\n      }\n    ]\n  }\n}\n```\n\n## Contributing\n\nFound a bug or want to see a feature added?\n[Submit it here!](https://github.com/iansan5653/compress-tag/issues)\n\nPull requests are always welcome, although to increase your chances of your\ncontribution being accepted, opening an issue and linking to it is always a good\nidea.\n\nPull requests will not be merged unless the Actions build succeeds. To\nquickly confirm that it will, just run:\n\n```bash\nnpm run check\n```\n\nThis checks your formatting, tests, and for TypeScript compiler errors. If the\ntask doesn't fail, you should be good to go.\n\n### Other Tasks\n\nFor your convenience, some other tasks are also provided in the `package.json`:\n\n- `npm run build` - Compiles TypeScript code to JavaScript\n- `npm run minify` - Generate minified JavaScript files from compiled files\n- `npm run test` - Quickly run tests using TypeScript code without compiling\n- `npm run lint` - Check code for linting errors\n- `npm run check` - Check to ensure code will pass Pipelines checks (see above)\n- `npm run format` - Format code using Prettier\n","_attachments":{},"homepage":"https://github.com/iansan5653/compress-tag#readme","bugs":{"url":"https://github.com/iansan5653/compress-tag/issues"},"license":"MIT"}