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