{"_id":"@wessberg/stringutil","_rev":"231688","name":"@wessberg/stringutil","description":"A collection of helper functions for working with strings","dist-tags":{"latest":"1.0.19"},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"time":{"modified":"2021-06-03T15:46:36.000Z","created":"2017-05-24T11:54:26.308Z","1.0.19":"2019-10-15T19:00:48.856Z","1.0.18":"2018-10-18T20:36:26.907Z","1.0.17":"2018-06-20T20:31:39.951Z","1.0.16":"2018-05-04T00:55:30.202Z","1.0.15":"2018-03-31T02:18:55.159Z","1.0.14":"2018-02-03T14:30:16.149Z","1.0.13":"2017-10-28T14:39:10.150Z","1.0.12":"2017-10-22T16:11:25.359Z","1.0.11":"2017-10-22T11:36:14.296Z","1.0.10":"2017-08-20T15:56:00.025Z","1.0.8":"2017-08-08T13:31:17.560Z","1.0.7":"2017-08-08T00:11:33.405Z","1.0.6":"2017-08-08T00:09:14.875Z","1.0.5":"2017-07-11T01:26:49.227Z","1.0.4":"2017-07-10T15:44:00.416Z","1.0.3":"2017-07-10T15:42:15.104Z","1.0.0":"2017-05-24T11:54:26.308Z"},"users":{},"repository":{"type":"git","url":"git+https://github.com/wessberg/stringutil.git"},"versions":{"1.0.19":{"name":"@wessberg/stringutil","version":"1.0.19","description":"A collection of helper functions for working with strings","repository":{"type":"git","url":"git+https://github.com/wessberg/stringutil.git"},"bugs":{"url":"https://github.com/wessberg/stringutil/issues"},"scripts":{"generate:readme":"scaffold readme --yes","generate:license":"scaffold license --yes","generate:contributing":"scaffold contributing --yes","generate:coc":"scaffold coc --yes","generate:changelog":"standard-changelog --first-release","generate:all":"npm run generate:license & npm run generate:contributing & npm run generate:coc & npm run generate:readme && npm run generate:changelog","clean:dist":"rm -rf dist","clean":"npm run clean:dist","lint":"tsc --noEmit && tslint -c tslint.json --project tsconfig.json","prettier":"prettier --write '{src,test,documentation}/**/*.{js,ts,json,html,xml,css,md}'","test":"ava","prebuild":"npm run clean:dist","build":"npm run rollup","rollup":"rollup -c rollup.config.js","preversion":"npm run lint && NODE_ENV=production npm run build","version":"npm run generate:all && git add .","release":"np --no-cleanup --no-yarn"},"keywords":["util","string","kebabCase","dash-case","PascalCase","camelCase"],"contributors":[{"name":"Frederik Wessberg","email":"frederikwessberg@hotmail.com","url":"https://github.com/wessberg"}],"license":"MIT","devDependencies":{"@wessberg/ts-config":"^0.0.41","@wessberg/scaffold":"^1.0.19","@wessberg/rollup-plugin-ts":"^1.1.69","rollup":"^1.24.0","ava":"^2.4.0","tslint":"^5.20.0","typescript":"^3.6.4","standard-changelog":"^2.0.15","prettier":"^1.18.2","pretty-quick":"^2.0.0","husky":"^3.0.9","np":"^5.1.1","ts-node":"^8.4.1"},"main":"./dist/cjs/index.js","module":"./dist/esm/index.js","browser":"./dist/esm/index.js","types":"./dist/esm/index.d.ts","typings":"./dist/esm/index.d.ts","es2015":"./dist/esm/index.js","engines":{"node":">=8.0.0"},"husky":{"hooks":{"pre-commit":"pretty-quick --staged"}},"ava":{"files":["test/*.test.ts"],"compileEnhancements":false,"extensions":["ts"],"require":["ts-node/register"]},"gitHead":"4d20a72eb85512555cc55f9d625639259a041fec","homepage":"https://github.com/wessberg/stringutil#readme","_id":"@wessberg/stringutil@1.0.19","_nodeVersion":"12.10.0","_npmVersion":"6.10.3","dist":{"shasum":"baadcb6f4471fe2d46462a7d7a8294e4b45b29ad","size":9804,"noattachment":false,"key":"/@wessberg/stringutil/-/@wessberg/stringutil-1.0.19.tgz","tarball":"http://registry.cnpm.dingdandao.com/@wessberg/stringutil/download/@wessberg/stringutil-1.0.19.tgz"},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"_npmUser":{"name":"wessberg","email":"frederikwessberg@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stringutil_1.0.19_1571166048731_0.25528856444642956"},"_hasShrinkwrap":false,"publish_time":1571166048856,"_cnpm_publish_time":1571166048856},"1.0.18":{"name":"@wessberg/stringutil","version":"1.0.18","description":"A collection of helper functions for working with strings","repository":{"type":"git","url":"git+https://github.com/wessberg/stringutil.git"},"bugs":{"url":"https://github.com/wessberg/stringutil/issues"},"scripts":{"generate:readme":"scaffold readme --blacklist faq","generate:license":"scaffold license","generate:contributing":"scaffold contributing","generate:coc":"scaffold coc","generate:changelog":"standard-changelog","generate:all":"npm run generate:license & npm run generate:contributing & npm run generate:coc & npm run generate:readme & npm run generate:changelog","clean:dist":"rm -rf dist","clean:compiled":"rm -rf compiled","clean":"npm run clean:dist && npm run clean:compiled","lint":"tsc --noEmit && tslint -c tslint.json --project tsconfig.json","tsc:dist:cjs":"tsc --module commonjs --outDir dist/cjs -p tsconfig.dist.json","tsc:dist:esm":"tsc --module es2015 --outDir dist/esm -p tsconfig.dist.json","tsc:test":"tsc --module commonjs --target es2017 --sourceMap","build:cjs":"npm run tsc:dist:cjs","build:esm":"npm run tsc:dist:esm","build:test":"npm run tsc:test","prebuild":"npm run clean","build":"npm run build:cjs & npm run build:esm","pretest":"npm run clean:compiled && npm run build:test","test":"NODE_ENV=TEST ava --verbose","posttest":"npm run clean:compiled","validate":"npm run lint && npm run test","publish:pre":"NODE_ENV=production npm run validate && NODE_ENV=production npm run build","publish:meta":"npm run generate:all && git add . && (git commit -am \"Bumped version\" || true) && git push","publish:patch":"npm run publish:pre && npm version patch && npm run publish:meta && npm publish","publish:minor":"npm run publish:pre && npm version minor && npm run publish:meta && npm publish","publish:major":"npm run publish:pre && npm version minor && npm run publish:meta && npm publish"},"keywords":["util","string","kebabCase","dash-case","PascalCase","camelCase"],"author":{"name":"Frederik Wessberg","email":"frederikwessberg@hotmail.com","url":"https://github.com/wessberg"},"license":"MIT","devDependencies":{"@wessberg/ts-config":"^0.0.30","@wessberg/scaffold":"^1.0.4","standard-changelog":"^2.0.1","ava":"^0.25.0","tslint":"^5.11.0","typescript":"^3.1.3"},"dependencies":{"tslib":"^1.9.3"},"main":"./dist/cjs/index.js","module":"./dist/esm/index.js","browser":"./dist/esm/index.js","types":"./dist/esm/index.d.ts","typings":"./dist/esm/index.d.ts","es2015":"./dist/esm/index.js","engines":{"node":">=9.0.0"},"scaffold":{"patreonUserId":"11315442","contributorMeta":{"Frederik Wessberg":{"imageUrl":"https://avatars2.githubusercontent.com/u/20454213?s=460&v=4","role":"Maintainer","twitterHandle":"FredWessberg","isCocEnforcer":true}},"backers":[]},"gitHead":"c74f5ba7ffe55ec303fb3a7a8bc3d2cb45bdcb67","homepage":"https://github.com/wessberg/stringutil#readme","_id":"@wessberg/stringutil@1.0.18","_npmVersion":"6.4.1","_nodeVersion":"10.11.0","_npmUser":{"name":"wessberg","email":"frederikwessberg@gmail.com"},"dist":{"shasum":"5e4ce89ed3e5bfbce7f00a64f9eb5f877bdb2b76","size":8048,"noattachment":false,"key":"/@wessberg/stringutil/-/@wessberg/stringutil-1.0.18.tgz","tarball":"http://registry.cnpm.dingdandao.com/@wessberg/stringutil/download/@wessberg/stringutil-1.0.18.tgz"},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stringutil_1.0.18_1539894986755_0.47579742974019523"},"_hasShrinkwrap":false,"publish_time":1539894986907,"_cnpm_publish_time":1539894986907},"1.0.17":{"name":"@wessberg/stringutil","version":"1.0.17","description":"A collection of helper functions for working with strings","repository":{"type":"git","url":"git+https://github.com/wessberg/stringutil.git"},"bugs":{"url":"https://github.com/wessberg/stringutil/issues"},"scripts":{"test":"NODE_ENV=TEST ava -v","changelog:generate":"conventional-changelog --outfile CHANGELOG.md --release-count 0","readme:badges":"node node_modules/@wessberg/ts-config/readme/badge/helper/add-badges.js","readme:refresh":"npm run changelog:generate && npm run readme:badges","commit:readme":"npm run readme:refresh && git commit -am \"Bumped version\" --no-verify || true","clean:dist":"rm -r -f dist","clean:compiled":"rm -r -f compiled","clean":"npm run clean:dist && npm run clean:compiled","tsc:dist:cjs":"tsc --module commonjs --outDir dist/cjs -p tsconfig.dist.json","tsc:dist:es2015":"tsc --module es2015 --outDir dist/es2015 -p tsconfig.dist.json","tsc:test":"tsc --module commonjs --target es2017 --sourceMap","build:cjs":"npm run tsc:dist:cjs","build:es2015":"npm run tsc:dist:es2015","prebuild":"npm run clean","build":"npm run build:cjs & npm run build:es2015","tslint":"tslint -c tslint.json -p tsconfig.json","validate":"npm run tslint && npm run test","pretest":"npm run clean:compiled && npm run tsc:test","posttest":"npm run clean:compiled","prepublishOnly":"npm run validate && npm run build","precommit":"npm run tslint && exit 0","prepush":"npm run validate && exit 0","publish:major":"npm version major && npm run commit:readme && git push --no-verify && npm publish","publish:minor":"npm version minor && npm run commit:readme && git push --no-verify && npm publish","publish:patch":"npm version patch && npm run commit:readme && git push --no-verify && npm publish"},"keywords":["util","string","kebabCase","dash-case","PascalCase","camelCase"],"author":{"name":"Frederik Wessberg","email":"frederikwessberg@hotmail.com","url":"https://github.com/wessberg"},"license":"MIT","devDependencies":{"@wessberg/ts-config":"0.0.27","ava":"^0.25.0","conventional-changelog-cli":"^2.0.1","husky":"^0.14.3","tslint":"^5.10.0","typescript":"^2.9.2"},"dependencies":{"tslib":"^1.9.2"},"main":"./dist/cjs/index.js","module":"./dist/es2015/index.js","browser":"./dist/es2015/index.js","types":"./dist/es2015/index.d.ts","typings":"./dist/es2015/index.d.ts","es2015":"./dist/es2015/index.js","engines":{"node":">=9.0.0"},"gitHead":"6285b82433b6597f8a46faf30f482ed7f3eb2f19","homepage":"https://github.com/wessberg/stringutil#readme","_id":"@wessberg/stringutil@1.0.17","_npmVersion":"6.1.0","_nodeVersion":"10.2.1","_npmUser":{"name":"wessberg","email":"frederikwessberg@hotmail.com"},"dist":{"shasum":"f8f5359f33e8af2b740aad95770dd786049c08bd","size":7419,"noattachment":false,"key":"/@wessberg/stringutil/-/@wessberg/stringutil-1.0.17.tgz","tarball":"http://registry.cnpm.dingdandao.com/@wessberg/stringutil/download/@wessberg/stringutil-1.0.17.tgz"},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stringutil_1.0.17_1529526699863_0.4173458515548092"},"_hasShrinkwrap":false,"publish_time":1529526699951,"_cnpm_publish_time":1529526699951},"1.0.16":{"name":"@wessberg/stringutil","version":"1.0.16","description":"A class for performing simple operations on strings.","repository":{"type":"git","url":"git+https://github.com/wessberg/StringUtil.git"},"bugs":{"url":"https://github.com/wessberg/StringUtil/issues"},"scripts":{"test":"NODE_ENV=TEST ava","changelog:generate":"conventional-changelog --outfile CHANGELOG.md --release-count 0","readme:badges":"node node_modules/@wessberg/ts-config/readme/badge/helper/add-badges.js","readme:refresh":"npm run changelog:generate && npm run readme:badges","commit:readme":"npm run readme:refresh && git commit -am \"Bumped version\" --no-verify || true","clean:dist":"rm -r -f dist","clean:compiled":"rm -r -f compiled","clean":"npm run clean:dist && npm run clean:compiled","tsc:dist:cjs":"tsc --module commonjs --outDir dist/cjs -p tsconfig.dist.json","tsc:dist:es2015":"tsc --module es2015 --outDir dist/es2015 -p tsconfig.dist.json","tsc:test":"tsc --module commonjs --target es2017 --sourceMap","build:cjs":"npm run tsc:dist:cjs","build:es2015":"npm run tsc:dist:es2015","prebuild":"npm run clean","build":"npm run build:cjs & npm run build:es2015","tslint":"tslint -c tslint.json -p tsconfig.json","validate":"npm run tslint && npm run test","pretest":"npm run clean:compiled && npm run tsc:test","posttest":"npm run clean:compiled","prepublishOnly":"npm run validate && npm run build","precommit":"npm run tslint && exit 0","prepush":"npm run validate && exit 0","publish:major":"npm version major && npm run commit:readme && git push --no-verify && npm publish","publish:minor":"npm version minor && npm run commit:readme && git push --no-verify && npm publish","publish:patch":"npm version patch && npm run commit:readme && git push --no-verify && npm publish"},"keywords":["util","string","operations","kebabCase","dash-case","PascalCase","camelCase"],"author":{"name":"Frederik Wessberg","email":"frederikwessberg@hotmail.com","url":"https://github.com/wessberg"},"license":"MIT","devDependencies":{"@wessberg/ts-config":"0.0.26","ava":"^0.25.0","conventional-changelog-cli":"^1.3.21","husky":"^0.14.3","tslint":"^5.9.1","typescript":"^2.8.1"},"dependencies":{"tslib":"^1.9.0"},"main":"./dist/cjs/index.js","module":"./dist/es2015/index.js","browser":"./dist/es2015/index.js","types":"./dist/es2015/index.d.ts","typings":"./dist/es2015/index.d.ts","es2015":"./dist/es2015/index.js","engines":{"node":">=9.0.0"},"gitHead":"28b57f8ab9442a5233fb7e1b6bf15522bba268a6","homepage":"https://github.com/wessberg/StringUtil#readme","_id":"@wessberg/stringutil@1.0.16","_npmVersion":"6.0.0","_nodeVersion":"10.0.0","_npmUser":{"name":"wessberg","email":"frederikwessberg@hotmail.com"},"dist":{"shasum":"597b19c5a51fe63baab4ec206f8d5440d0a42697","size":6731,"noattachment":false,"key":"/@wessberg/stringutil/-/@wessberg/stringutil-1.0.16.tgz","tarball":"http://registry.cnpm.dingdandao.com/@wessberg/stringutil/download/@wessberg/stringutil-1.0.16.tgz"},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stringutil_1.0.16_1525395330117_0.22614305956846636"},"_hasShrinkwrap":false,"publish_time":1525395330202,"_cnpm_publish_time":1525395330202},"1.0.15":{"name":"@wessberg/stringutil","version":"1.0.15","description":"A class for performing simple operations on strings.","repository":{"type":"git","url":"git+https://github.com/wessberg/StringUtil.git"},"bugs":{"url":"https://github.com/wessberg/StringUtil/issues"},"scripts":{"test":"NODE_ENV=TEST ava","changelog:generate":"conventional-changelog --outfile CHANGELOG.md --release-count 0","readme:badges":"node node_modules/@wessberg/ts-config/readme/badge/helper/add-badges.js","readme:refresh":"npm run changelog:generate && npm run readme:badges","commit:readme":"npm run readme:refresh && git commit -am \"Bumped version\" --no-verify || true","clean:dist":"rm -r -f dist","clean:compiled":"rm -r -f compiled","clean":"npm run clean:dist && npm run clean:compiled","tsc:dist:cjs":"tsc --module commonjs --outDir dist/cjs -p tsconfig.dist.json","tsc:dist:es2015":"tsc --module es2015 --outDir dist/es2015 -p tsconfig.dist.json","tsc:test":"tsc --module commonjs --target es2017 --sourceMap","build:cjs":"npm run tsc:dist:cjs","build:es2015":"npm run tsc:dist:es2015","prebuild":"npm run clean","build":"npm run build:cjs & npm run build:es2015","tslint":"tslint -c tslint.json -p tsconfig.json","validate":"npm run tslint && npm run test","pretest":"npm run clean:compiled && npm run tsc:test","posttest":"npm run clean:compiled","prepublishOnly":"npm run validate && npm run build","precommit":"npm run tslint && exit 0","prepush":"npm run validate && exit 0","publish:major":"npm version major && npm run commit:readme && git push --no-verify && npm publish","publish:minor":"npm version minor && npm run commit:readme && git push --no-verify && npm publish","publish:patch":"npm version patch && npm run commit:readme && git push --no-verify && npm publish"},"keywords":["util","string","operations","kebabCase","dash-case","PascalCase","camelCase"],"author":{"name":"Frederik Wessberg","email":"frederikwessberg@hotmail.com","url":"https://github.com/wessberg"},"license":"MIT","devDependencies":{"@wessberg/ts-config":"0.0.26","ava":"^0.25.0","conventional-changelog-cli":"^1.3.21","husky":"^0.14.3","tslint":"^5.9.1","typescript":"^2.8.1"},"dependencies":{"tslib":"^1.9.0"},"main":"./dist/cjs/index.js","module":"./dist/es2015/index.js","browser":"./dist/es2015/index.js","types":"./dist/es2015/index.d.ts","typings":"./dist/es2015/index.d.ts","es2015":"./dist/es2015/index.js","engines":{"node":">=9.0.0"},"gitHead":"b902b6570cd014fd65f633b29e85226448180fe9","homepage":"https://github.com/wessberg/StringUtil#readme","_id":"@wessberg/stringutil@1.0.15","_npmVersion":"5.7.1","_nodeVersion":"9.8.0","_npmUser":{"name":"wessberg","email":"frederikwessberg@hotmail.com"},"dist":{"shasum":"e324dec6b3000bcf6c4fba8d37b90ed127cb5ab8","size":7019,"noattachment":false,"key":"/@wessberg/stringutil/-/@wessberg/stringutil-1.0.15.tgz","tarball":"http://registry.cnpm.dingdandao.com/@wessberg/stringutil/download/@wessberg/stringutil-1.0.15.tgz"},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stringutil_1.0.15_1522462735094_0.0873907222356416"},"_hasShrinkwrap":false,"publish_time":1522462735159,"_cnpm_publish_time":1522462735159},"1.0.14":{"name":"@wessberg/stringutil","version":"1.0.14","description":"A class for performing simple operations on strings.","repository":{"type":"git","url":"git+https://github.com/wessberg/StringUtil.git"},"bugs":{"url":"https://github.com/wessberg/StringUtil/issues"},"scripts":{"test":"NODE_ENV=TEST ava","changelog:generate":"conventional-changelog --outfile CHANGELOG.md --release-count 0","readme:badges":"node node_modules/@wessberg/ts-config/readme/badge/helper/add-badges.js","readme:refresh":"npm run changelog:generate && npm run readme:badges","commit:readme":"npm run readme:refresh && git commit -am \"Bumped version\" --no-verify || true","clean:dist":"rm -r -f dist","clean:compiled":"rm -r -f compiled","clean":"npm run clean:dist && npm run clean:compiled","tsc:dist:umd":"tsc --module umd --outDir dist/umd -p tsconfig.dist.json","tsc:dist:es2015":"tsc --module es2015 --outDir dist/es2015 -p tsconfig.dist.json","tsc:test":"tsc --module umd --target es2017 --sourceMap","build:umd":"npm run tsc:dist:umd","build:es2015":"npm run tsc:dist:es2015","prebuild":"npm run clean","build":"npm run build:umd & npm run build:es2015","tslint":"tslint -c tslint.json -p tsconfig.json","validate":"npm run tslint && npm run test","pretest":"npm run clean:compiled && npm run tsc:test","posttest":"npm run clean:compiled","prepublishOnly":"npm run validate && npm run build","precommit":"npm run tslint && exit 0","prepush":"npm run validate && exit 0","publish:major":"npm version major && npm run commit:readme && git push --no-verify && npm publish","publish:minor":"npm version minor && npm run commit:readme && git push --no-verify && npm publish","publish:patch":"npm version patch && npm run commit:readme && git push --no-verify && npm publish"},"keywords":["util","string","operations","kebabCase","dash-case","PascalCase","camelCase"],"author":{"name":"Frederik Wessberg","email":"frederikwessberg@hotmail.com","url":"https://github.com/wessberg"},"license":"MIT","devDependencies":{"@wessberg/ts-config":"0.0.25","ava":"^0.25.0","conventional-changelog-cli":"^1.3.8","husky":"^0.14.3","tslint":"^5.9.1","typescript":"^2.7.1"},"dependencies":{"tslib":"^1.9.0"},"main":"./dist/umd/index.js","module":"./dist/es2015/index.js","browser":"./dist/es2015/index.js","types":"./dist/es2015/index.d.ts","typings":"./dist/es2015/index.d.ts","es2015":"./dist/es2015/index.js","engines":{"node":">=7.4.0"},"gitHead":"67107d80de19c82c3131ee39ba48a5e5776da21d","homepage":"https://github.com/wessberg/StringUtil#readme","_id":"@wessberg/stringutil@1.0.14","_npmVersion":"5.6.0","_nodeVersion":"9.2.0","_npmUser":{"name":"wessberg","email":"frederikwessberg@hotmail.com"},"dist":{"shasum":"79f3f3370b360fac365c300011e411f54d25ea87","size":8947,"noattachment":false,"key":"/@wessberg/stringutil/-/@wessberg/stringutil-1.0.14.tgz","tarball":"http://registry.cnpm.dingdandao.com/@wessberg/stringutil/download/@wessberg/stringutil-1.0.14.tgz"},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stringutil-1.0.14.tgz_1517668215198_0.10269256308674812"},"directories":{},"publish_time":1517668216149,"_hasShrinkwrap":false,"_cnpm_publish_time":1517668216149},"1.0.13":{"name":"@wessberg/stringutil","version":"1.0.13","description":"A class for performing simple operations on strings.","repository":{"type":"git","url":"git+https://github.com/wessberg/StringUtil.git"},"bugs":{"url":"https://github.com/wessberg/StringUtil/issues"},"scripts":{"test":"NODE_ENV=TEST ava","changelog:generate":"conventional-changelog --outfile CHANGELOG.md --release-count 0","readme:badges":"node node_modules/@wessberg/ts-config/readme/badge/helper/add-badges.js","readme:refresh":"npm run changelog:generate && npm run readme:badges","commit:readme":"npm run readme:refresh && git commit -am \"Bumped version\" --no-verify || true","clean:dist":"rm -r -f dist","clean:compiled":"rm -r -f compiled","clean":"npm run clean:dist && npm run clean:compiled","tsc:dist:umd":"tsc --module umd --outDir dist/umd -p tsconfig.dist.json","tsc:dist:es2015":"tsc --module es2015 --outDir dist/es2015 -p tsconfig.dist.json","tsc:test":"tsc --module umd --target es2017 --sourceMap","build:umd":"npm run tsc:dist:umd","build:es2015":"npm run tsc:dist:es2015","prebuild":"npm run clean","build":"npm run build:umd & npm run build:es2015","tslint":"tslint -c tslint.json -p tsconfig.json","validate":"npm run tslint && npm run test","pretest":"npm run clean:compiled && npm run tsc:test","posttest":"npm run clean:compiled","prepublishOnly":"npm run validate && npm run build","precommit":"npm run tslint && exit 0","prepush":"npm run validate && exit 0","publish:major":"npm version major && npm run commit:readme && git push --no-verify && npm publish","publish:minor":"npm version minor && npm run commit:readme && git push --no-verify && npm publish","publish:patch":"npm version patch && npm run commit:readme && git push --no-verify && npm publish"},"keywords":["util","string","operations","kebabCase","dash-case","PascalCase","camelCase"],"author":{"name":"Frederik Wessberg","email":"frederikwessberg@hotmail.com","url":"https://github.com/wessberg"},"license":"MIT","devDependencies":{"@wessberg/ts-config":"0.0.23","ava":"^0.22.0","conventional-changelog-cli":"^1.3.4","husky":"^0.14.3","tslint":"^5.8.0","typescript":"^2.5.3"},"dependencies":{"tslib":"^1.8.0"},"main":"./dist/umd/index.js","module":"./dist/es2015/index.js","browser":"./dist/es2015/index.js","types":"./dist/es2015/index.d.ts","typings":"./dist/es2015/index.d.ts","es2015":"./dist/es2015/index.js","engines":{"node":">=7.4.0"},"gitHead":"54cfba64b52a8a1165e4a8a25320835542419aba","homepage":"https://github.com/wessberg/StringUtil#readme","_id":"@wessberg/stringutil@1.0.13","_npmVersion":"5.4.2","_nodeVersion":"8.8.1","_npmUser":{"name":"wessberg","email":"frederikwessberg@hotmail.com"},"dist":{"shasum":"3a47759e8ec6b9b94358e29ef52082c10347d608","size":8858,"noattachment":false,"key":"/@wessberg/stringutil/-/@wessberg/stringutil-1.0.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/@wessberg/stringutil/download/@wessberg/stringutil-1.0.13.tgz"},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stringutil-1.0.13.tgz_1509201549206_0.8408061100635678"},"directories":{},"publish_time":1509201550150,"_hasShrinkwrap":false,"_cnpm_publish_time":1509201550150},"1.0.12":{"name":"@wessberg/stringutil","version":"1.0.12","description":"A class for performing simple operations on strings.","repository":{"type":"git","url":"git+https://github.com/wessberg/StringUtil.git"},"bugs":{"url":"https://github.com/wessberg/StringUtil/issues"},"scripts":{"test":"NODE_ENV=TEST ava","changelog:generate":"conventional-changelog --outfile CHANGELOG.md --release-count 0","readme:badges":"node node_modules/@wessberg/ts-config/readme/badge/helper/add-badges.js","readme:refresh":"npm run changelog:generate && npm run readme:badges","commit:readme":"npm run readme:refresh && git commit -am \"Bumped version\" --no-verify || true","clean:dist":"rm -r -f dist","clean:compiled":"rm -r -f compiled","clean":"npm run clean:dist && npm run clean:compiled","tsc:dist:umd":"tsc --module umd --outDir dist/umd -p tsconfig.dist.json","tsc:dist:es2015":"tsc --module es2015 --outDir dist/es2015 -p tsconfig.dist.json","tsc:test":"tsc --module umd --target es2017 --sourceMap","build:umd":"npm run tsc:dist:umd","build:es2015":"npm run tsc:dist:es2015","prebuild":"npm run clean","build":"npm run build:umd & npm run build:es2015","tslint":"tslint -c tslint.json -p tsconfig.json","validate":"npm run tslint && npm run test","pretest":"npm run clean:compiled && npm run tsc:test","posttest":"npm run clean:compiled","prepublishOnly":"npm run validate && npm run build","precommit":"npm run tslint && exit 0","prepush":"npm run validate && exit 0","publish:major":"npm version major && npm run commit:readme && git push --no-verify && npm publish","publish:minor":"npm version minor && npm run commit:readme && git push --no-verify && npm publish","publish:patch":"npm version patch && npm run commit:readme && git push --no-verify && npm publish"},"keywords":["util","string","operations","kebabCase","dash-case","PascalCase","camelCase"],"author":{"name":"Frederik Wessberg","email":"frederikwessberg@hotmail.com","url":"https://github.com/wessberg"},"license":"MIT","devDependencies":{"@wessberg/ts-config":"0.0.23","ava":"^0.22.0","conventional-changelog-cli":"^1.3.4","husky":"^0.14.3","tslint":"^5.8.0","typescript":"^2.5.3"},"dependencies":{"tslib":"^1.8.0"},"main":"./dist/umd/index.js","module":"./dist/es2015/index.js","browser":"./dist/es2015/index.js","types":"./dist/es2015/index.d.ts","typings":"./dist/es2015/index.d.ts","es2015":"./dist/es2015/index.js","engines":{"node":">=7.4.0"},"gitHead":"1d7973efcbb4e7eaecf1f89faeebcf61bfb71828","homepage":"https://github.com/wessberg/StringUtil#readme","_id":"@wessberg/stringutil@1.0.12","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"wessberg","email":"frederikwessberg@hotmail.com"},"dist":{"shasum":"a818e7b6caec12fe9f62274e8cd8001a1d05fb89","size":9445,"noattachment":false,"key":"/@wessberg/stringutil/-/@wessberg/stringutil-1.0.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/@wessberg/stringutil/download/@wessberg/stringutil-1.0.12.tgz"},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stringutil-1.0.12.tgz_1508688684426_0.5277730389498174"},"directories":{},"publish_time":1508688685359,"_hasShrinkwrap":false,"_cnpm_publish_time":1508688685359},"1.0.11":{"name":"@wessberg/stringutil","version":"1.0.11","description":"A class for performing simple operations on strings.","repository":{"type":"git","url":"git+https://github.com/wessberg/StringUtil.git"},"bugs":{"url":"https://github.com/wessberg/StringUtil/issues"},"scripts":{"test":"NODE_ENV=TEST ava","changelog:generate":"conventional-changelog --outfile CHANGELOG.md --release-count 0","readme:badges":"node node_modules/@wessberg/ts-config/readme/badge/helper/add-badges.js","readme:refresh":"npm run changelog:generate && npm run readme:badges","commit:readme":"npm run readme:refresh && git commit -am \"Bumped version\" --no-verify || true","clean:dist":"rm -r -f dist","clean:compiled":"rm -r -f compiled","clean":"npm run clean:dist && npm run clean:compiled","tsc:dist:umd":"tsc --module umd --outDir dist/umd -p tsconfig.dist.json","tsc:dist:es2015":"tsc --module es2015 --outDir dist/es2015 -p tsconfig.dist.json","tsc:test":"tsc --module umd --target es2017 --sourceMap","build:umd":"npm run tsc:dist:umd","build:es2015":"npm run tsc:dist:es2015","prebuild":"npm run clean","build":"npm run build:umd & npm run build:es2015","tslint":"tslint -c tslint.json -p tsconfig.json","validate":"npm run tslint && npm run test","pretest":"npm run clean:compiled && npm run tsc:test","posttest":"npm run clean:compiled","prepublishOnly":"npm run validate && npm run build","precommit":"npm run tslint && exit 0","prepush":"npm run validate && exit 0","publish:major":"npm version major && npm run commit:readme && git push --no-verify && npm publish","publish:minor":"npm version minor && npm run commit:readme && git push --no-verify && npm publish","publish:patch":"npm version patch && npm run commit:readme && git push --no-verify && npm publish"},"keywords":["util","string","operations","kebabCase","dash-case","PascalCase","camelCase"],"author":{"name":"Frederik Wessberg","email":"frederikwessberg@hotmail.com","url":"https://github.com/wessberg"},"license":"MIT","devDependencies":{"@wessberg/ts-config":"0.0.23","ava":"^0.22.0","conventional-changelog-cli":"^1.3.4","husky":"^0.14.3","tslint":"^5.8.0","typescript":"^2.5.3"},"dependencies":{"tslib":"^1.8.0"},"main":"./dist/umd/index.js","module":"./dist/es2015/index.js","browser":"./dist/es2015/index.js","types":"./dist/es2015/index.d.ts","typings":"./dist/es2015/index.d.ts","es2015":"./dist/es2015/index.js","engines":{"node":">=7.4.0"},"gitHead":"7de0b59d7b8233894865e57d39c7411a1624a349","homepage":"https://github.com/wessberg/StringUtil#readme","_id":"@wessberg/stringutil@1.0.11","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"wessberg","email":"frederikwessberg@hotmail.com"},"dist":{"shasum":"81afaeeb4a8424ae3b7af5820da21c5a43ec3798","size":9118,"noattachment":false,"key":"/@wessberg/stringutil/-/@wessberg/stringutil-1.0.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@wessberg/stringutil/download/@wessberg/stringutil-1.0.11.tgz"},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stringutil-1.0.11.tgz_1508672173392_0.13213306781835854"},"directories":{},"publish_time":1508672174296,"_hasShrinkwrap":false,"_cnpm_publish_time":1508672174296},"1.0.10":{"name":"@wessberg/stringutil","version":"1.0.10","description":"A class for performing simple operations on strings.","repository":{"type":"git","url":"git+https://github.com/wessberg/StringUtil.git"},"bugs":{"url":"https://github.com/wessberg/StringUtil/issues"},"scripts":{"test":"NODE_ENV=TEST ava","changelog:generate":"conventional-changelog --outfile CHANGELOG.md --release-count 0","readme:badges":"node node_modules/@wessberg/ts-config/readme/badge/helper/add-badges.js","readme:refresh":"npm run changelog:generate && npm run readme:badges","commit:readme":"npm run readme:refresh && git commit -am \"Bumped version\" --no-verify || true","clean:dist":"rm -r -f dist","clean:compiled":"rm -r -f compiled","clean":"npm run clean:dist && npm run clean:compiled","tsc:dist:umd":"tsc --module umd --outDir dist/umd -p tsconfig.dist.json","tsc:dist:es2015":"tsc --module es2015 --outDir dist/es2015 -p tsconfig.dist.json","tsc:test":"tsc --module umd --target es2017 --sourceMap","build:umd":"npm run tsc:dist:umd","build:es2015":"npm run tsc:dist:es2015","prebuild":"npm run clean","build":"npm run build:umd & npm run build:es2015","tslint":"tslint -c tslint.json -p tsconfig.json","validate":"npm run tslint && npm run test","pretest":"npm run clean:compiled && npm run tsc:test","posttest":"npm run clean:compiled","prepublishOnly":"npm run validate && npm run build","precommit":"npm run tslint && exit 0","prepush":"npm run validate && exit 0","publish:major":"npm version major && npm run commit:readme && git push --no-verify && npm publish","publish:minor":"npm version minor && npm run commit:readme && git push --no-verify && npm publish","publish:patch":"npm version patch && npm run commit:readme && git push --no-verify && npm publish"},"keywords":["util","string","operations","kebabCase","dash-case","PascalCase","camelCase"],"author":{"name":"Frederik Wessberg","email":"frederikwessberg@hotmail.com","url":"https://github.com/wessberg"},"license":"MIT","devDependencies":{"@wessberg/ts-config":"0.0.23","ava":"^0.22.0","conventional-changelog-cli":"latest","husky":"^0.14.3","tslint":"^5.6.0","typescript":"^2.5.1"},"dependencies":{"tslib":"^1.7.1"},"main":"./dist/umd/index.js","module":"./dist/es2015/index.js","browser":"./dist/es2015/index.js","types":"./dist/es2015/index.d.ts","typings":"./dist/es2015/index.d.ts","es2015":"./dist/es2015/index.js","engines":{"node":">=7.4.0"},"gitHead":"155b0f3f1fe746e9891fa3edf24591076bac5a5a","homepage":"https://github.com/wessberg/StringUtil#readme","_id":"@wessberg/stringutil@1.0.10","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"wessberg","email":"frederikwessberg@hotmail.com"},"dist":{"shasum":"94d176867ac5a32fea03ce34935829dc940bb02e","size":7868,"noattachment":false,"key":"/@wessberg/stringutil/-/@wessberg/stringutil-1.0.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@wessberg/stringutil/download/@wessberg/stringutil-1.0.10.tgz"},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stringutil-1.0.10.tgz_1503244558765_0.5766446501947939"},"directories":{},"publish_time":1503244560025,"_hasShrinkwrap":false,"_cnpm_publish_time":1503244560025},"1.0.8":{"name":"@wessberg/stringutil","version":"1.0.8","description":"A class for performing simple operations on strings.","repository":{"type":"git","url":"git+https://github.com/wessberg/StringUtil.git"},"bugs":{"url":"https://github.com/wessberg/StringUtil/issues"},"scripts":{"changelog:generate":"conventional-changelog --outfile CHANGELOG.md --release-count 0","readme:changelog":"node node_modules/@wessberg/ts-config/readme/changelog/helper/add-changelog.js","readme:badges":"node node_modules/@wessberg/ts-config/readme/badge/helper/add-badges.js","readme:refresh":"npm run changelog:generate && npm run readme:changelog && npm run readme:badges","commit:readme":"npm run readme:refresh && git commit -am \"Bumped version\" --no-verify || true","clean:dist":"rm -r -f dist","clean:compiled":"rm -r -f compiled","clean":"npm run clean:dist && npm run clean:compiled","tsc:dist:umd":"tsc --module umd --outDir dist/umd -p tsconfig.dist.json","tsc:dist:es2015":"tsc --module es2015 --outDir dist/es2015 -p tsconfig.dist.json","tsc:test":"tsc --module umd --target es2017 --sourceMap","build:pre":"npm run clean","build:umd":"npm run tsc:dist:umd","build:es2015":"npm run tsc:dist:es2015","build":"npm run build:pre && npm run build:umd && npm run build:es2015","tslint":"tslint -c tslint.json -p tsconfig.json","validate":"npm run tslint && npm run test","pretest":"npm run clean:compiled && npm run tsc:test","test":"NODE_ENV=TEST ava","posttest":"npm run clean:compiled","prepublishOnly":"npm run validate && npm run build","precommit":"npm run tslint && exit 0","prepush":"npm run validate && exit 0","publish:major":"npm version major && npm run commit:readme && git push && npm publish","publish:minor":"npm version minor && npm run commit:readme && git push && npm publish","publish:patch":"npm version patch && npm run commit:readme && git push && npm publish"},"keywords":["util","string","operations","kebabCase","dash-case","PascalCase","camelCase"],"author":{"name":"Frederik Wessberg","email":"frederikwessberg@hotmail.com","url":"https://github.com/wessberg"},"license":"MIT","devDependencies":{"@wessberg/ts-config":"0.0.20","ava":"^0.21.0","conventional-changelog-cli":"latest","husky":"^0.14.3","tslint":"^5.6.0","typescript":"2.4.2"},"dependencies":{"tslib":"^1.7.1"},"main":"./dist/umd/index.js","module":"./dist/es2015/index.js","browser":"./dist/es2015/index.js","types":"./dist/es2015/index.d.ts","typings":"./dist/es2015/index.d.ts","es2015":"./dist/es2015/index.js","engines":{"node":">=7.4.0"},"gitHead":"4b06c6160033ef116fa9ac1dbf7d0bb4d538378d","homepage":"https://github.com/wessberg/StringUtil#readme","_id":"@wessberg/stringutil@1.0.8","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"wessberg","email":"frederikwessberg@hotmail.com"},"dist":{"shasum":"71daa9283fea0a2031b59f07b4170be0bebba15a","size":7955,"noattachment":false,"key":"/@wessberg/stringutil/-/@wessberg/stringutil-1.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@wessberg/stringutil/download/@wessberg/stringutil-1.0.8.tgz"},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stringutil-1.0.8.tgz_1502199076545_0.08654630300588906"},"directories":{},"publish_time":1502199077560,"_hasShrinkwrap":false,"_cnpm_publish_time":1502199077560},"1.0.7":{"name":"@wessberg/stringutil","version":"1.0.7","description":"A class for performing simple operations on strings.","repository":{"type":"git","url":"git+https://github.com/wessberg/StringUtil.git"},"bugs":{"url":"https://github.com/wessberg/StringUtil/issues"},"scripts":{"changelog:generate":"conventional-changelog --outfile CHANGELOG.md --release-count 0","readme:changelog":"node node_modules/@wessberg/ts-config/readme/changelog/helper/add-changelog.js","readme:badges":"node node_modules/@wessberg/ts-config/readme/badge/helper/add-badges.js","readme:refresh":"npm run changelog:generate && npm run readme:changelog && npm run readme:badges","commit:readme":"npm run readme:refresh && git commit -am \"Bumped version\" --no-verify || true","clean:dist":"rm -r -f dist","clean:compiled":"rm -r -f compiled","clean":"npm run clean:dist && npm run clean:compiled","tsc:dist:umd":"tsc --module umd --outDir dist/umd -p tsconfig.dist.json","tsc:dist:es2015":"tsc --module es2015 --outDir dist/es2015 -p tsconfig.dist.json","tsc:test":"tsc --module umd --target es2017 --sourceMap","build:pre":"npm run clean","build:umd":"npm run tsc:dist:umd","build:es2015":"npm run tsc:dist:es2015","build":"npm run build:pre && npm run build:umd && npm run build:es2015","tslint":"tslint -c tslint.json -p tsconfig.json","validate":"npm run tslint && npm run test","pretest":"npm run clean:compiled && npm run tsc:test","test":"NODE_ENV=TEST echo \"skipping tests...\"","posttest":"npm run clean:compiled","prepublishOnly":"npm run validate && npm run build","precommit":"npm run tslint && exit 0","prepush":"npm run validate && exit 0","publish:major":"npm version major && npm run commit:readme && git push && npm publish","publish:minor":"npm version minor && npm run commit:readme && git push && npm publish","publish:patch":"npm version patch && npm run commit:readme && git push && npm publish"},"keywords":["util","string","operations","kebabCase","dash-case","PascalCase","camelCase"],"author":{"name":"Frederik Wessberg","email":"frederikwessberg@hotmail.com","url":"https://github.com/wessberg"},"license":"MIT","devDependencies":{"@wessberg/ts-config":"0.0.20","husky":"^0.14.3","tslint":"^5.6.0","typescript":"2.4.2","conventional-changelog-cli":"latest"},"dependencies":{"tslib":"^1.7.1"},"main":"./dist/umd/index.js","module":"./dist/es2015/index.js","browser":"./dist/es2015/index.js","types":"./dist/es2015/index.d.ts","typings":"./dist/es2015/index.d.ts","es2015":"./dist/es2015/index.js","engines":{"node":">=7.4.0"},"gitHead":"7598fade48e31bcc230f3aea6ee4d3853fc4de6d","homepage":"https://github.com/wessberg/StringUtil#readme","_id":"@wessberg/stringutil@1.0.7","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"wessberg","email":"frederikwessberg@hotmail.com"},"dist":{"shasum":"160d499c8445b310c924d77d86135d550b0dc5b3","size":8192,"noattachment":false,"key":"/@wessberg/stringutil/-/@wessberg/stringutil-1.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@wessberg/stringutil/download/@wessberg/stringutil-1.0.7.tgz"},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stringutil-1.0.7.tgz_1502151092437_0.5069616863038391"},"directories":{},"publish_time":1502151093405,"_hasShrinkwrap":false,"_cnpm_publish_time":1502151093405},"1.0.6":{"name":"@wessberg/stringutil","version":"1.0.6","description":"A class for performing simple operations on strings.","repository":{"type":"git","url":"git+https://github.com/wessberg/StringUtil.git"},"bugs":{"url":"https://github.com/wessberg/StringUtil/issues"},"scripts":{"changelog:generate":"conventional-changelog --outfile CHANGELOG.md --release-count 0","readme:changelog":"node node_modules/@wessberg/ts-config/readme/changelog/helper/add-changelog.js","readme:badges":"node node_modules/@wessberg/ts-config/readme/badge/helper/add-badges.js","readme:refresh":"npm run changelog:generate && npm run readme:changelog && npm run readme:badges","commit:readme":"npm run readme:refresh && git commit -am \"Bumped version\" --no-verify || true","clean:dist":"rm -r -f dist","clean:compiled":"rm -r -f compiled","clean":"npm run clean:dist && npm run clean:compiled","tsc:dist:umd":"tsc --module umd --outDir dist/umd -p tsconfig.dist.json","tsc:dist:es2015":"tsc --module es2015 --outDir dist/es2015 -p tsconfig.dist.json","tsc:test":"tsc --module umd --target es2017 --sourceMap","build:pre":"npm run clean","build:umd":"npm run tsc:dist:umd","build:es2015":"npm run tsc:dist:es2015","build":"npm run build:pre && npm run build:umd && npm run build:es2015","tslint":"tslint -c tslint.json -p tsconfig.json","validate":"npm run tslint && npm run test","pretest":"npm run clean:compiled && npm run tsc:test","test":"NODE_ENV=TEST echo \"skipping tests...\"","posttest":"npm run clean:compiled","prepublishOnly":"npm run validate && npm run build","precommit":"npm run tslint && exit 0","prepush":"npm run validate && exit 0","publish:major":"npm version major && npm run commit:readme && git push && npm publish","publish:minor":"npm version minor && npm run commit:readme && git push && npm publish","publish:patch":"npm version patch && npm run commit:readme && git push && npm publish"},"keywords":["util","string","operations","kebabCase","dash-case","PascalCase","camelCase"],"author":{"name":"Frederik Wessberg","email":"frederikwessberg@hotmail.com","url":"https://github.com/wessberg"},"license":"MIT","devDependencies":{"@wessberg/ts-config":"0.0.20","husky":"^0.14.3","tslint":"^5.6.0","typescript":"2.4.2","conventional-changelog-cli":"latest"},"dependencies":{"tslib":"^1.7.1"},"main":"./dist/umd/index.js","module":"./dist/es2015/index.js","browser":"./dist/es2015/index.js","types":"./dist/es2015/index.d.ts","typings":"./dist/es2015/index.d.ts","es2015":"./dist/es2015/index.js","engines":{"node":">=7.4.0"},"gitHead":"5fd06a1983135103c9dbe9c281a83105d5a7760f","homepage":"https://github.com/wessberg/StringUtil#readme","_id":"@wessberg/stringutil@1.0.6","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"wessberg","email":"frederikwessberg@hotmail.com"},"dist":{"shasum":"b9fc060f87bf0919954e139fc0143fe8c2da6a39","size":7682,"noattachment":false,"key":"/@wessberg/stringutil/-/@wessberg/stringutil-1.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@wessberg/stringutil/download/@wessberg/stringutil-1.0.6.tgz"},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stringutil-1.0.6.tgz_1502150953907_0.7883915153797716"},"directories":{},"publish_time":1502150954875,"_hasShrinkwrap":false,"_cnpm_publish_time":1502150954875},"1.0.5":{"name":"@wessberg/stringutil","version":"1.0.5","description":"A class for performing simple operations on strings.","main":"./dist/cjs/index.js","module":"./dist/es2015/index.js","browser":"./dist/es2015/index.js","types":"./dist/es2015/index.d.ts","typings":"./dist/es2015/index.d.ts","repository":{"type":"git","url":"git+https://github.com/wessberg/StringUtil.git"},"bugs":{"url":"https://github.com/wessberg/StringUtil/issues"},"scripts":{"clean:dist":"rm -r -f dist","clean:compiled":"rm -r -f compiled","clean":"npm run clean:dist && npm run clean:compiled","tsc:dist:cjs":"tsc --module commonjs --outDir dist/cjs -p tsconfig.dist.json","tsc:dist:es2015":"tsc --module es2015 --outDir dist/es2015 -p tsconfig.dist.json","tsc:test":"tsc --module commonjs --target es2017 --sourceMap","build:pre":"npm run clean","build:cjs":"npm run tsc:dist:cjs","build:es2015":"npm run tsc:dist:es2015","build":"npm run build:pre && npm run build:cjs && npm run build:es2015","tslint":"tslint -c tslint.json -p tsconfig.json","validate":"npm run tslint && npm run test","pretest":"npm run clean:compiled && npm run tsc:test","test":"NODE_ENV=TEST echo \"skipping tests...\"","posttest":"npm run clean:compiled","prepublishOnly":"npm run validate && npm run build","precommit":"npm run validate && exit 0","prepush":"npm run validate && exit 0","publish:major":"npm version major && git push && npm publish","publish:minor":"npm version minor && git push && npm publish","publish:patch":"npm version patch && git push && npm publish"},"keywords":["util","string","operations","kebabCase","dash-case","PascalCase","camelCase"],"author":{"name":"Frederik Wessberg"},"license":"MIT","devDependencies":{"@wessberg/ts-config":"0.0.11","husky":"^0.14.3","tslint":"^5.5.0","typescript":"2.4.1"},"dependencies":{"tslib":"^1.7.1"},"gitHead":"750e48a2fe7d57d1c3861a21214e6df2e3c2291a","homepage":"https://github.com/wessberg/StringUtil#readme","_id":"@wessberg/stringutil@1.0.5","_npmVersion":"5.1.0","_nodeVersion":"8.1.2","_npmUser":{"name":"wessberg","email":"frederikwessberg@hotmail.com"},"dist":{"shasum":"fb8913dced24aa07b304ec5c237e51fa78503399","size":3830,"noattachment":false,"key":"/@wessberg/stringutil/-/@wessberg/stringutil-1.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@wessberg/stringutil/download/@wessberg/stringutil-1.0.5.tgz"},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stringutil-1.0.5.tgz_1499736408041_0.8638445725664496"},"directories":{},"publish_time":1499736409227,"_hasShrinkwrap":false,"_cnpm_publish_time":1499736409227},"1.0.4":{"name":"@wessberg/stringutil","version":"1.0.4","description":"A class for performing simple operations on strings.","main":"./dist/cjs/index.js","module":"./dist/es2015/index.js","browser":"./dist/es2015/index.js","types":"./dist/es2015/index.d.ts","typings":"./dist/es2015/index.d.ts","repository":{"type":"git","url":"git+https://github.com/wessberg/EventUtil.git"},"bugs":{"url":"https://github.com/wessberg/EventUtil/issues"},"scripts":{"clean:dist":"rm -r -f dist","clean:compiled":"rm -r -f compiled","clean":"npm run clean:dist && npm run clean:compiled","build:pre":"npm run clean","build:cjs":"tsc --module commonjs --outDir dist/cjs -p tsconfig.dist.json","build:es2015":"tsc --module es2015 --outDir dist/es2015 -p tsconfig.dist.json","build":"npm run build:pre && npm run build:cjs && npm run build:es2015","test:pre":"npm run clean:compiled && tsc --module commonjs --target es2017 --sourceMap","test":"NODE_ENV=TEST npm run test:pre && ava","tslint":"tslint -c tslint.json -p tsconfig.json","commit":"git add . && git commit -am ","beforepush":"npm run tslint && npm run build && npm run commit \"$npm_config_message)[@]\"","push":"npm run push:patch","push:major":"npm run beforepush && npm version major && git push && npm publish","push:minor":"npm run beforepush && npm version minor && git push && npm publish","push:patch":"npm run beforepush && npm version patch && git push && npm publish"},"keywords":["util","string","operations","kebabCase","camelCase"],"author":{"name":"Frederik Wessberg"},"license":"MIT","devDependencies":{"@wessberg/ts-config":"0.0.5","tslint":"^5.5.0","typescript":"2.4.1"},"dependencies":{"tslib":"^1.7.1"},"gitHead":"30c65860d4c19787aac90b5a5150ef8a138e0a18","homepage":"https://github.com/wessberg/EventUtil#readme","_id":"@wessberg/stringutil@1.0.4","_npmVersion":"5.1.0","_nodeVersion":"8.1.2","_npmUser":{"name":"wessberg","email":"frederikwessberg@hotmail.com"},"dist":{"shasum":"945f86d9da6d9d9afbe0b489ee83efc40f9d4fa7","size":3620,"noattachment":false,"key":"/@wessberg/stringutil/-/@wessberg/stringutil-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@wessberg/stringutil/download/@wessberg/stringutil-1.0.4.tgz"},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stringutil-1.0.4.tgz_1499701439472_0.0009786759037524462"},"directories":{},"publish_time":1499701440416,"_hasShrinkwrap":false,"_cnpm_publish_time":1499701440416},"1.0.3":{"name":"@wessberg/stringutil","version":"1.0.3","description":"A class for performing simple operations on strings.","main":"./dist/cjs/index.js","module":"./dist/es2015/index.js","browser":"./dist/es2015/index.js","types":"./dist/es2015/index.d.ts","typings":"./dist/es2015/index.d.ts","repository":{"type":"git","url":"git+https://github.com/wessberg/EventUtil.git"},"bugs":{"url":"https://github.com/wessberg/EventUtil/issues"},"scripts":{"clean:dist":"rm -r -f dist","clean:compiled":"rm -r -f compiled","clean":"npm run clean:dist && npm run clean:compiled","build:pre":"npm run clean","build:cjs":"tsc --module commonjs --outDir dist/cjs -p tsconfig.dist.json","build:es2015":"tsc --module es2015 --outDir dist/es2015 -p tsconfig.dist.json","build":"npm run build:pre && npm run build:cjs && npm run build:es2015","test:pre":"npm run clean:compiled && tsc --module commonjs --target es2017 --sourceMap","test":"NODE_ENV=TEST npm run test:pre && ava","tslint":"tslint -c tslint.json -p tsconfig.json","commit":"git add . && git commit -am ","beforepublish":"npm run tslint && npm run build && npm run commit \"$npm_config_message)[@]\"","publish":"npm run publish:patch","publish:major":"npm run beforepublish && npm version major && && git push && npm publish","publish:minor":"npm run beforepublish && npm version minor && && git push && npm publish","publish:patch":"npm run beforepublish && npm version patch && git push && npm publish"},"keywords":["util","string","operations","kebabCase","camelCase"],"author":{"name":"Frederik Wessberg"},"license":"MIT","devDependencies":{"@wessberg/ts-config":"0.0.5","tslint":"^5.5.0","typescript":"2.4.1"},"dependencies":{"tslib":"^1.7.1"},"gitHead":"f0760aa69f4d0b751b96718eff1ae9bcbb4490db","homepage":"https://github.com/wessberg/EventUtil#readme","_id":"@wessberg/stringutil@1.0.3","_npmVersion":"5.1.0","_nodeVersion":"8.1.2","_npmUser":{"name":"wessberg","email":"frederikwessberg@hotmail.com"},"dist":{"shasum":"bc40a2d20bd2948eba9cf07db6199a31cc329cb6","size":3631,"noattachment":false,"key":"/@wessberg/stringutil/-/@wessberg/stringutil-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@wessberg/stringutil/download/@wessberg/stringutil-1.0.3.tgz"},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stringutil-1.0.3.tgz_1499701334132_0.40407852618955076"},"directories":{},"publish_time":1499701335104,"_hasShrinkwrap":false,"_cnpm_publish_time":1499701335104},"1.0.0":{"name":"@wessberg/stringutil","version":"1.0.0","description":"A class for performing simple operations on strings.","main":"./dist/cjs/index.js","module":"./dist/es2015/index.js","browser":"./dist/es2015/index.js","types":"./dist/es2015/index.d.ts","typings":"./dist/es2015/index.d.ts","scripts":{"clean:dist":"rm -r -f dist","clean:compiled":"rm -r -f compiled","clean":"npm run clean:dist && npm run clean:compiled","build:pre":"npm run clean && mkdir -p dist/cjs/interface && mkdir -p dist/es2015/interface","build:cjs":"tsc --module commonjs --outDir dist/cjs -p tsconfig.dist.json","build:es2015":"tsc --module es2015 --outDir dist/es2015 -p tsconfig.dist.json","build":"npm run build:pre && npm run build:cjs && npm run build:es2015","test:pre":"npm run clean:compiled && tsc --module commonjs --target es2017 --sourceMap","test":"NODE_ENV=TEST npm run test:pre && ava"},"keywords":["util","string","operations","kebabCase","camelCase"],"author":{"name":"Frederik Wessberg"},"license":"MIT","devDependencies":{"typescript":"2.3.3"},"dependencies":{"tslib":"^1.7.1"},"gitHead":"01e96bce0c0c2abe7c0877f9c5b726f165412f86","_id":"@wessberg/stringutil@1.0.0","_shasum":"7b1f1d036a1769aa9a24dc7b3ce604aa2fb9386b","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"wessberg","email":"frederikwessberg@hotmail.com"},"dist":{"shasum":"7b1f1d036a1769aa9a24dc7b3ce604aa2fb9386b","size":2755,"noattachment":false,"key":"/@wessberg/stringutil/-/@wessberg/stringutil-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@wessberg/stringutil/download/@wessberg/stringutil-1.0.0.tgz"},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stringutil-1.0.0.tgz_1495626865271_0.23716812301427126"},"directories":{},"publish_time":1495626866308,"_hasShrinkwrap":false,"_cnpm_publish_time":1495626866308}},"readme":"<!-- SHADOW_SECTION_LOGO_START -->\n\n<!-- SHADOW_SECTION_LOGO_END -->\n\n<!-- SHADOW_SECTION_DESCRIPTION_SHORT_START -->\n\n> A collection of helper functions for working with strings\n\n<!-- SHADOW_SECTION_DESCRIPTION_SHORT_END -->\n\n<!-- SHADOW_SECTION_BADGES_START -->\n\n<a href=\"https://npmcharts.com/compare/%40wessberg%2Fstringutil?minimal=true\"><img alt=\"Downloads per month\" src=\"https://img.shields.io/npm/dm/%40wessberg%2Fstringutil.svg\"    /></a>\n<a href=\"https://www.npmjs.com/package/%40wessberg%2Fstringutil\"><img alt=\"NPM version\" src=\"https://badge.fury.io/js/%40wessberg%2Fstringutil.svg\"    /></a>\n<a href=\"https://david-dm.org/wessberg/stringutil\"><img alt=\"Dependencies\" src=\"https://img.shields.io/david/wessberg%2Fstringutil.svg\"    /></a>\n<a href=\"https://github.com/wessberg/stringutil/graphs/contributors\"><img alt=\"Contributors\" src=\"https://img.shields.io/github/contributors/wessberg%2Fstringutil.svg\"    /></a>\n<a href=\"https://github.com/prettier/prettier\"><img alt=\"code style: prettier\" src=\"https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square\"    /></a>\n<a href=\"https://opensource.org/licenses/MIT\"><img alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\"    /></a>\n<a href=\"https://www.patreon.com/bePatron?u=11315442\"><img alt=\"Support on Patreon\" src=\"https://img.shields.io/badge/patreon-donate-green.svg\"    /></a>\n\n<!-- SHADOW_SECTION_BADGES_END -->\n\n<!-- SHADOW_SECTION_DESCRIPTION_LONG_START -->\n\n## Description\n\n<!-- SHADOW_SECTION_DESCRIPTION_LONG_END -->\n\nThis library is a simple collection of helper functions for working with strings.\n\n<!-- SHADOW_SECTION_FEATURES_START -->\n\n### Features\n\n<!-- SHADOW_SECTION_FEATURES_END -->\n\n- Various helpers for changing and checking casing\n- Helpers for changing and checking quoting\n\n<!-- SHADOW_SECTION_FEATURE_IMAGE_START -->\n\n<!-- SHADOW_SECTION_FEATURE_IMAGE_END -->\n\n<!-- SHADOW_SECTION_TOC_START -->\n\n## Table of Contents\n\n- [Description](#description)\n  - [Features](#features)\n- [Table of Contents](#table-of-contents)\n- [Install](#install)\n  - [NPM](#npm)\n  - [Yarn](#yarn)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [Maintainers](#maintainers)\n- [Backers](#backers)\n  - [Patreon](#patreon)\n- [License](#license)\n\n<!-- SHADOW_SECTION_TOC_END -->\n\n<!-- SHADOW_SECTION_INSTALL_START -->\n\n## Install\n\n### NPM\n\n```\n$ npm install @wessberg/stringutil\n```\n\n### Yarn\n\n```\n$ yarn add @wessberg/stringutil\n```\n\n<!-- SHADOW_SECTION_INSTALL_END -->\n\n<!-- SHADOW_SECTION_USAGE_START -->\n\n## Usage\n\n<!-- SHADOW_SECTION_USAGE_END -->\n\n```typescript\nimport {camelCase, allIndexesOf} from \"@wessberg/stringutil\";\ncamelCase(\"my-string\"); // returns 'myString'\ncamelCase(\"my string\"); // returns 'myString'\ncamelCase(\"MY_STRING\"); // returns 'myString'\ncamelCase(\"my-complex_string HAS a_SPACE\"); // returns 'myComplexStringHasASpace'\nallIndexesOf(/_/g, \"my string has underscores _here_\"); // returns [26, 31]\n```\n\n<!-- SHADOW_SECTION_CONTRIBUTING_START -->\n\n## Contributing\n\nDo you want to contribute? Awesome! Please follow [these recommendations](./CONTRIBUTING.md).\n\n<!-- SHADOW_SECTION_CONTRIBUTING_END -->\n\n<!-- SHADOW_SECTION_MAINTAINERS_START -->\n\n## Maintainers\n\n| <img alt=\"Frederik Wessberg\" src=\"https://avatars2.githubusercontent.com/u/20454213?s=460&v=4\" height=\"70\"   />                                                                                                                  |\n| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| [Frederik Wessberg](mailto:frederikwessberg@hotmail.com)<br><strong>Twitter</strong>: [@FredWessberg](https://twitter.com/FredWessberg)<br><strong>Github</strong>: [@wessberg](https://github.com/wessberg)<br>_Lead Developer_ |\n\n<!-- SHADOW_SECTION_MAINTAINERS_END -->\n\n<!-- SHADOW_SECTION_BACKERS_START -->\n\n## Backers\n\n### Patreon\n\n[Become a backer](https://www.patreon.com/bePatron?u=11315442) and get your name, avatar, and Twitter handle listed here.\n\n<a href=\"https://www.patreon.com/bePatron?u=11315442\"><img alt=\"Backers on Patreon\" src=\"https://patreon-badge.herokuapp.com/11315442.png\"  width=\"500\"  /></a>\n\n<!-- SHADOW_SECTION_BACKERS_END -->\n\n<!-- SHADOW_SECTION_LICENSE_START -->\n\n## License\n\nMIT © [Frederik Wessberg](mailto:frederikwessberg@hotmail.com) ([@FredWessberg](https://twitter.com/FredWessberg)) ([Website](https://github.com/wessberg))\n\n<!-- SHADOW_SECTION_LICENSE_END -->\n","_attachments":{},"homepage":"https://github.com/wessberg/stringutil#readme","bugs":{"url":"https://github.com/wessberg/stringutil/issues"},"license":"MIT"}