{"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,"dist-tags":{"latest":"1.0.19"}}