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