{"_id":"unraw","_rev":"4079018","name":"unraw","description":"Convert raw escape sequences to their respective characters (undo String.raw).","dist-tags":{"latest":"3.0.0"},"maintainers":[{"name":"iansan5653","email":""}],"time":{"modified":"2025-10-13T19:32:53.000Z","created":"2019-08-06T23:03:33.307Z","3.0.0":"2023-07-25T19:54:10.904Z","2.0.1":"2021-08-05T17:05:44.683Z","2.0.0":"2020-03-29T18:09:22.992Z","1.2.5":"2019-11-19T14:46:16.174Z","1.2.4":"2019-08-20T16:32:47.821Z","1.2.3":"2019-08-08T16:28:03.783Z","1.2.2":"2019-08-07T19:54:55.922Z","1.2.1":"2019-08-07T19:43:47.337Z","1.1.1":"2019-08-07T18:19:55.846Z","1.1.0":"2019-08-07T00:54:40.241Z","1.0.0":"2019-08-06T23:03:33.307Z"},"users":{},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"repository":{"type":"git","url":"git+https://github.com/iansan5653/unraw.git"},"versions":{"3.0.0":{"name":"unraw","version":"3.0.0","description":"Convert raw escape sequences to their respective characters (undo String.raw).","main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/unraw.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/**/*.test.ts --write"},"author":{"name":"Ian Sanders","url":"https://github.com/iansan5653"},"license":"MIT","devDependencies":{"@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","prettier":"^2.0.2","ts-mocha":"^7.0.0","typescript":"^3.8.3"},"dependencies":{},"keywords":["strings","escapes","raw strings","cooked strings","template literal","unescape","unicode","decode"],"gitHead":"f6436f78235e3aabd46e362eec81101bfc6e2d68","bugs":{"url":"https://github.com/iansan5653/unraw/issues"},"homepage":"https://github.com/iansan5653/unraw#readme","_id":"unraw@3.0.0","_nodeVersion":"20.3.0","_npmVersion":"9.6.7","dist":{"shasum":"73443ed70d2ab09ccbac2b00525602d5991fbbe3","size":6997,"noattachment":false,"key":"/unraw/-/unraw-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/unraw/download/unraw-3.0.0.tgz"},"_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"directories":{},"maintainers":[{"name":"iansan5653","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unraw_3.0.0_1690314850679_0.2111135466612053"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-07-25T19:54:10.904Z","publish_time":1690314850904,"_source_registry_name":"default","_cnpm_publish_time":1690314850904},"2.0.1":{"name":"unraw","version":"2.0.1","description":"Convert raw escape sequences to their respective characters (undo String.raw).","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/unraw.git"},"scripts":{"build":"tsc","minify":"node-minify --compressor uglify-es --input dist/index.js --output dist/index.min.js & node-minify --compressor uglify-es --input dist/errors.js --output dist/errors.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/core":"^5.3.0","@node-minify/cli":"^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":{},"nyc":{"include":["src/**/*.ts","src/**/*.tsx"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"sourceMap":true,"instrument":true},"keywords":["strings","escapes","raw strings","cooked strings","template literal","unescape","unicode","decode"],"gitHead":"27cf5331bab90fd72858bcbe9cfa6940c33bd9d2","bugs":{"url":"https://github.com/iansan5653/unraw/issues"},"homepage":"https://github.com/iansan5653/unraw#readme","_id":"unraw@2.0.1","_nodeVersion":"12.16.2","_npmVersion":"7.9.0","dist":{"shasum":"7b51dcdfb1e43d59d5e52cdb44d349d029edbaba","size":10715,"noattachment":false,"key":"/unraw/-/unraw-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/unraw/download/unraw-2.0.1.tgz"},"_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"directories":{},"maintainers":[{"name":"iansan5653","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unraw_2.0.1_1628183144545_0.37398328309015416"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:53.489Z","publish_time":1628183144683,"_cnpm_publish_time":1628183144683},"2.0.0":{"name":"unraw","version":"2.0.0","description":"Convert raw escape sequences to their respective characters (undo String.raw).","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/unraw.git"},"scripts":{"build":"tsc","minify":"node-minify --compressor uglify-es --input dist/index.js --output dist/index.min.js & node-minify --compressor uglify-es --input dist/errors.js --output dist/errors.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/core":"^5.3.0","@node-minify/cli":"^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":{},"nyc":{"include":["src/**/*.ts","src/**/*.tsx"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"sourceMap":true,"instrument":true},"keywords":["strings","escapes","raw strings","cooked strings","template literal","unescape","unicode","decode"],"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":"1c15e10a42c16c48d04f7ac2d3d9dd80cd0d6066","bugs":{"url":"https://github.com/iansan5653/unraw/issues"},"homepage":"https://github.com/iansan5653/unraw#readme","_id":"unraw@2.0.0","_nodeVersion":"10.16.3","_npmVersion":"6.13.4","dist":{"shasum":"f42e90f530706e204b4509e697a41f9c9f93b05b","size":10974,"noattachment":false,"key":"/unraw/-/unraw-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/unraw/download/unraw-2.0.0.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unraw_2.0.0_1585505362841_0.11611063913857089"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:52.606Z","publish_time":1585505362992,"_cnpm_publish_time":1585505362992},"1.2.5":{"name":"unraw","version":"1.2.5","description":"Convert raw escape sequences to their respective characters (undo String.raw).","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/unraw.git"},"scripts":{"build":"tsc","minify":"node-minify --compressor uglify-es --input dist/index.js --output dist/index.min.js & node-minify --compressor uglify-es --input dist/errors.js --output dist/errors.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/core":"^5.2.1","@node-minify/cli":"^5.2.1","@node-minify/uglify-es":"^5.2.0","@types/mocha":"^5.2.7","@types/node":"^12.12.9","@typescript-eslint/eslint-plugin":"^2.8.0","@typescript-eslint/parser":"^2.8.0","cross-var":"^1.1.0","eslint":"^6.6.0","eslint-config-google":"^0.14.0","eslint-plugin-jsdoc":"^18.0.1","eslint-plugin-mocha":"^6.2.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nyc":"^14.1.1","prettier":"^1.19.1","source-map-support":"^0.5.16","ts-mocha":"^6.0.0","typescript":"^3.7.2"},"dependencies":{},"nyc":{"include":["src/**/*.ts","src/**/*.tsx"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"sourceMap":true,"instrument":true},"keywords":["strings","escapes","raw strings","cooked strings","template literal","unescape","unicode","decode"],"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":"9d0df9619d1372ec0025fcaa2756e1937f713038","bugs":{"url":"https://github.com/iansan5653/unraw/issues"},"homepage":"https://github.com/iansan5653/unraw#readme","_id":"unraw@1.2.5","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"5ff1f8d8c0924be5154d4da48f0bcdbd7cac5475","size":10873,"noattachment":false,"key":"/unraw/-/unraw-1.2.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/unraw/download/unraw-1.2.5.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unraw_1.2.5_1574174776045_0.27086393268644393"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:51.735Z","publish_time":1574174776174,"_cnpm_publish_time":1574174776174},"1.2.4":{"name":"unraw","version":"1.2.4","description":"Convert raw escape sequences to their respective characters (undo String.raw).","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/unraw.git"},"scripts":{"build":"tsc","minify":"node-minify --compressor uglify-es --input dist/index.js --output dist/index.min.js & node-minify --compressor uglify-es --input dist/errors.js --output dist/errors.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":{},"nyc":{"include":["src/**/*.ts","src/**/*.tsx"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"sourceMap":true,"instrument":true},"keywords":["strings","escapes","raw strings","cooked strings","template literal","unescape","unicode","decode"],"gitHead":"64d46e23afd970017e879463280314b8de7b27c9","bugs":{"url":"https://github.com/iansan5653/unraw/issues"},"homepage":"https://github.com/iansan5653/unraw#readme","_id":"unraw@1.2.4","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"8b6b1075bd3b25e8b0bd73e2fd3d973020caec87","size":10452,"noattachment":false,"key":"/unraw/-/unraw-1.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/unraw/download/unraw-1.2.4.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unraw_1.2.4_1566318767627_0.8235398793628614"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:50.854Z","publish_time":1566318767821,"_cnpm_publish_time":1566318767821},"1.2.3":{"name":"unraw","version":"1.2.3","description":"Convert raw escape sequences to their respective characters (undo String.raw).","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/unraw.git"},"scripts":{"build":"tsc","minify":"node-minify --compressor uglify-es --input dist/index.js --output dist/index.min.js & node-minify --compressor uglify-es --input dist/errors.js --output dist/errors.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.8.0","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","escapes","raw strings","cooked strings","template literal","unescape","unicode","decode"],"gitHead":"b4d69867bc8fc7316d09c83cbd8a76830aa1bd0d","bugs":{"url":"https://github.com/iansan5653/unraw/issues"},"homepage":"https://github.com/iansan5653/unraw#readme","_id":"unraw@1.2.3","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"a7da9d92395c4ef007a3312197dba6a2a7809a68","size":10084,"noattachment":false,"key":"/unraw/-/unraw-1.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/unraw/download/unraw-1.2.3.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unraw_1.2.3_1565281683565_0.4671451710146468"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:49.987Z","publish_time":1565281683783,"_cnpm_publish_time":1565281683783},"1.2.2":{"name":"unraw","version":"1.2.2","description":"Convert raw escape sequences to their respective characters (undo String.raw).","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/unraw.git"},"scripts":{"build":"tsc","minify":"node-minify --compressor uglify-es --input dist/index.js --output dist/index.min.js & node-minify --compressor uglify-es --input dist/errors.js --output dist/errors.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.8.0","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","escapes","raw strings","cooked strings","template literal","unescape","unicode","decode"],"gitHead":"6b7e0f1fdef5be4a5bf503c5f2e1a34fce98ff27","bugs":{"url":"https://github.com/iansan5653/unraw/issues"},"homepage":"https://github.com/iansan5653/unraw#readme","_id":"unraw@1.2.2","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"26c682ff1b26a11cc4fac995f5d9d61247beb6db","size":8410,"noattachment":false,"key":"/unraw/-/unraw-1.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/unraw/download/unraw-1.2.2.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unraw_1.2.2_1565207695818_0.7812212774177079"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:49.125Z","publish_time":1565207695922,"_cnpm_publish_time":1565207695922},"1.2.1":{"name":"unraw","version":"1.2.1","description":"Convert raw escape sequences to their respective characters (undo String.raw).","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/unraw.git"},"scripts":{"build":"tsc","minify":"node-minify --compressor uglify-es --input dist/index.js --output dist/index.min.js & node-minify --compressor uglify-es --input dist/errors.js --output dist/errors.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.8.0","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","escapes","raw strings","cooked strings","template literal","unescape","unicode","decode"],"gitHead":"129b3498476e193f05a6698a797e4c2783b9f28e","bugs":{"url":"https://github.com/iansan5653/unraw/issues"},"homepage":"https://github.com/iansan5653/unraw#readme","_id":"unraw@1.2.1","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"e7e2adc84563268987097ff5818bd448588112b4","size":8033,"noattachment":false,"key":"/unraw/-/unraw-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/unraw/download/unraw-1.2.1.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unraw_1.2.1_1565207027141_0.5044531765310771"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:48.051Z","publish_time":1565207027337,"_cnpm_publish_time":1565207027337},"1.1.1":{"name":"unraw","version":"1.1.1","description":"Convert raw escape sequences to their respective characters (undo String.raw).","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/unraw.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","escapes","raw strings","template literal","unescape","unicode","decode"],"gitHead":"6588340b90bfb782d62c79f03f6b624b460c743e","bugs":{"url":"https://github.com/iansan5653/unraw/issues"},"homepage":"https://github.com/iansan5653/unraw#readme","_id":"unraw@1.1.1","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"a622a6038e4bb3695cdb15ff8cac3310e19de7ec","size":7209,"noattachment":false,"key":"/unraw/-/unraw-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/unraw/download/unraw-1.1.1.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unraw_1.1.1_1565201995724_0.6709531534888393"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:47.189Z","publish_time":1565201995846,"_cnpm_publish_time":1565201995846},"1.1.0":{"name":"unraw","version":"1.1.0","description":"Convert raw escape sequences to their respective characters (undo String.raw).","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/unraw.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","escapes","raw strings","template literal","unescape","unicode","decode"],"gitHead":"8c22619de13d9f60eff9a5cf51148be7f237534a","bugs":{"url":"https://github.com/iansan5653/unraw/issues"},"homepage":"https://github.com/iansan5653/unraw#readme","_id":"unraw@1.1.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"79a12185841f11aa69768a34f8f51ebe57d6d55b","size":7163,"noattachment":false,"key":"/unraw/-/unraw-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/unraw/download/unraw-1.1.0.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unraw_1.1.0_1565139280104_0.698157634948477"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:46.296Z","publish_time":1565139280241,"_cnpm_publish_time":1565139280241},"1.0.0":{"name":"unraw","version":"1.0.0","description":"Convert raw escape sequences to their respective characters (undo String.raw).","main":"dist/index.js","unpkg":"dist/index.min.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/iansan5653/unraw.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":{"compress-tag":"^1.1.6"},"nyc":{"include":["src/**/*.ts","src/**/*.tsx"],"extension":[".ts",".tsx"],"require":["ts-node/register"],"sourceMap":true,"instrument":true},"keywords":["strings","escapes","raw strings","template literal","unescape","unicode","decode"],"gitHead":"626b52eeaee6e27dc23355428412ce67e5069af9","bugs":{"url":"https://github.com/iansan5653/unraw/issues"},"homepage":"https://github.com/iansan5653/unraw#readme","_id":"unraw@1.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"iansan5653","email":"iansan5653@gmail.com"},"dist":{"shasum":"e62db0a7929bac96daa2d3fdadf652c0afa74f71","size":6928,"noattachment":false,"key":"/unraw/-/unraw-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/unraw/download/unraw-1.0.0.tgz"},"maintainers":[{"name":"iansan5653","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unraw_1.0.0_1565132613120_0.8755166190552865"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-24T18:35:45.426Z","publish_time":1565132613307,"_cnpm_publish_time":1565132613307}},"readme":"# `unraw`\n\n```ts\nunraw(\"\\\\'\\\\t\\\\u{1f601}\\\\'\"); // -> \"'\t????'\"\n```\n\n`unraw` is a small module that converts raw strings to parsed strings in the same\nmanner as the standard JavaScript escaping engine. In essence, it is the exact\nopposite of\n[`String.raw`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/raw).\n\n## Use Case\n\nMost of the time, you probably don't need this library unless you're working\ndirectly with raw strings and you need a way to get them back to normal strings.\nMaybe the most signicant use case is when building\n[template literal tags](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#Tagged_templates);\nyou can use the `.raw` property of the passed string array to access the raw\nstrings, but then you may want to still return normal strings after processing.\n\nThe module is also useful for parsing text files written with escape sequences,\nalthough keep in mind that the JavaScript flavor of escape sequences may differ\nfrom the flavor used in an input file.\n\n## Getting Started\n\n`unraw` is a UMD module, so it can be used in Node or on the web. Typings are\nincluded for TypeScript as well.\n\n### Usage in Node.JS\n\n`unraw` is hosted on [npm](https://www.npmjs.com/unraw), so you can install\nwith:\n\n```bash\nnpm i unraw\n```\n\nTo use in code:\n\n```js\nimport unraw from \"unraw\";\n\nunraw(\"\\\\n\");\n```\n\nIf you want to access error messages:\n\n```js\nimport {unraw, errorMessages, ErrorType} from \"unraw\";\n\nunraw(\"\\\\n\");\nerrorMessages.get(ErrorType.MalformedUnicode);\n```\n\n### Usage in the Browser\n\nYou can embed it (minified) on a webpage with\n[RequireJS](https://requirejs.org/). The module is available on\n[UNPKG](https://unpkg.com) at https://unpkg.com/unraw:\n\n```html\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js\"></script>\n<script>\n  require([\"https://unpkg.com/unraw^1.2.3/dist/index.min.js\"], function(unraw) {\n    unraw.unraw(\"\\\\n\");\n    unraw.errorMessages.get(unraw.ErrorType.MalformedUnicode);\n  });\n</script>\n```\n\n_Note_: Importing via the 'bare' url (`https://unpkg.com/unraw`) is not\nsupported as it breaks references to other required files.\n\n## Usage\n\nUsage is simple - the library exports a default function, `unraw`. The first\nargument to `unraw` is the string to parse, and the second is an optional flag\nto allow or disallow octal escapes, which are deprecated (defaults to\n`false`, so the default behavior is to throw an error when octal sequences\nare encountered).\n\n```js\nunraw(\"\\\\t\\\\tThis is indented.\");\n// => \"\t\tThis is indented.\"\n```\n\nThe library attempts to mimic the behaviour of standard JavaScript strings as\nclosely as possible. This means that invalid escape sequences will throw\n`SyntaxError`s and that every escape sequence that is valid in a normal string\nshould be valid when passed to `unraw`.\n\nIn some ways this is similar to the behavior of `JSON.parse`.\n\nYou can always expect the outcome of calling `unraw` on a raw string to be\nexactly the same as if that string were not raw in the first place:\n\n```js\n`Invalid: \\u23`                   // Throws a SyntaxError\nunraw(String.raw`Invalid: \\u23`)  // Throws a SyntaxError\n\n`Valid: \\u0041`                   // => `Valid: A`\nunraw(String.raw`Valid: \\u0041`)  // => `Valid: A`\n\n`Valid: \\A`                       // => `Valid: A`\nunraw(String.raw`Valid: \\A`)      // => `Valid: A`\n\n`Valid: \\\\`                       // => `Valid: \\`\nunraw(String.raw`Valid: \\\\`)      // => `Valid: \\`\n\n`Valid: \\x42`                     // => `Valid: B`\nunraw(String.raw`Valid: \\x42`)    // => `Valid: B`\n\n`Octal: \\102`                      // => Throws a SyntaxError\nunraw(String.raw`Octal: \\102`)     // => Throws a SyntaxError\nunraw(String.raw`Octal: \\102`, true) // => Octal: B\n```\n\n### Errors\n\nIf desired, you can access the possible error messages to help identify errors:\n\n```ts\nimport {unraw, ErrorType, errorMessages} from \"unraw\";\n\ntry {\n  unraw(\"\\\\u25\");\n} catch (err) {\n  if (err.message === errorMessages.get(ErrorType.MalformedUnicode)) {\n    console.error(\"String had an invalid Unicode escape sequence.\");\n  }\n}\n```\n\nThe full list of error message names available through the `ErrorType` enum\n(exposed as a normal object in JavaScript).\n\n## Contributing\n\nFound a bug? Please,\n[submit it here.](https://github.com/iansan5653/unraw/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\ngood idea.\n\nPull requests will not be merged unless the Azure Pipelines build succeeds.\nThis means that all checks must pass and code must be free of lint errors. 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 testWithCoverage` - Run tests and generate coverage report\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/unraw#readme","bugs":{"url":"https://github.com/iansan5653/unraw/issues"},"license":"MIT"}