{"maintainers":[{"name":"blakeembrey","email":"hello@blakeembrey.com"}],"keywords":["sentence","case","upper-case","first","lower-case"],"dist-tags":{"latest":"2.1.1"},"author":{"name":"Blake Embrey","email":"hello@blakeembrey.com","url":"http://blakeembrey.me"},"description":"Sentence case a string","readme":"# Sentence Case\n\n[![NPM version][npm-image]][npm-url]\n[![NPM downloads][downloads-image]][downloads-url]\n[![Build status][travis-image]][travis-url]\n[![Test coverage][coveralls-image]][coveralls-url]\n\nSentence case a string. Explicitly adds a single underscore between groups of numbers to maintain readability and reversibility (E.g. `1.20.5` becomes `1_20_5`, not `1205`), by default.\n\nSupports Unicode (non-ASCII characters) and non-string entities, such as objects with a `toString` property, numbers and booleans. Empty values (`null` and `undefined`) will result in an empty string.\n\n## Installation\n\n### Node\n\n```\nnpm install sentence-case --save\n```\n\n## Usage\n\n```javascript\nvar sentenceCase = require('sentence-case')\n\nsentenceCase('string')         //=> \"String\"\nsentenceCase('dot.case')       //=> \"Dot case\"\nsentenceCase('PascalCase')     //=> \"Pascal case\"\nsentenceCase('version 1.2.10') //=> \"Version 1 2 10\"\n\nsentenceCase('STRING 1.2', 'tr') //=> \"Strıng 1 2\"\n```\n\n## Typings\n\nIncludes a [TypeScript definition](sentence-case.d.ts).\n\n## License\n\nMIT\n\n[npm-image]: https://img.shields.io/npm/v/sentence-case.svg?style=flat\n[npm-url]: https://npmjs.org/package/sentence-case\n[downloads-image]: https://img.shields.io/npm/dm/sentence-case.svg?style=flat\n[downloads-url]: https://npmjs.org/package/sentence-case\n[travis-image]: https://img.shields.io/travis/blakeembrey/sentence-case.svg?style=flat\n[travis-url]: https://travis-ci.org/blakeembrey/sentence-case\n[coveralls-image]: https://img.shields.io/coveralls/blakeembrey/sentence-case.svg?style=flat\n[coveralls-url]: https://coveralls.io/r/blakeembrey/sentence-case?branch=master\n","repository":{"type":"git","url":"git://github.com/blakeembrey/sentence-case.git"},"bugs":{"url":"https://github.com/blakeembrey/sentence-case/issues"},"license":"MIT","versions":{"0.0.1":{"name":"sentence-case","version":"0.0.1","description":"Sentence case a string","main":"sentence-case.js","scripts":{"test":"istanbul cover _mocha -- -R spec"},"repository":{"type":"git","url":"git://github.com/blakeembrey/sentence-case.git"},"keywords":["sentence","case","space"],"author":{"name":"Blake Embrey"},"license":"MIT","bugs":{"url":"https://github.com/blakeembrey/sentence-case/issues"},"homepage":"https://github.com/blakeembrey/sentence-case","devDependencies":{"istanbul":"^0.2.6","mocha":"^1.18.2"},"_id":"sentence-case@0.0.1","dist":{"shasum":"5949c11eb6e17ca7315d9682d5629254b85f2713","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/sentence-case/-/sentence-case-0.0.1.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"blakeembrey","email":"hello@blakeembrey.com"},"maintainers":[{"name":"blakeembrey","email":"hello@blakeembrey.com"}],"directories":{}},"0.0.2":{"name":"sentence-case","version":"0.0.2","description":"Sentence case a string","main":"sentence-case.js","scripts":{"test":"istanbul cover _mocha -- -R spec"},"repository":{"type":"git","url":"git://github.com/blakeembrey/sentence-case.git"},"keywords":["sentence","case","space"],"author":{"name":"Blake Embrey"},"license":"MIT","bugs":{"url":"https://github.com/blakeembrey/sentence-case/issues"},"homepage":"https://github.com/blakeembrey/sentence-case","devDependencies":{"istanbul":"^0.2.6","mocha":"^1.18.2"},"_id":"sentence-case@0.0.2","dist":{"shasum":"e20d68becb5635802608df8ab88e81e154676cdc","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/sentence-case/-/sentence-case-0.0.2.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"blakeembrey","email":"hello@blakeembrey.com"},"maintainers":[{"name":"blakeembrey","email":"hello@blakeembrey.com"}],"directories":{}},"0.1.0":{"name":"sentence-case","version":"0.1.0","description":"Sentence case a string","main":"sentence-case.js","scripts":{"test":"istanbul cover _mocha -- -R spec"},"repository":{"type":"git","url":"git://github.com/blakeembrey/sentence-case.git"},"keywords":["sentence","case","space"],"author":{"name":"Blake Embrey"},"license":"MIT","bugs":{"url":"https://github.com/blakeembrey/sentence-case/issues"},"homepage":"https://github.com/blakeembrey/sentence-case","devDependencies":{"istanbul":"^0.2.6","mocha":"^1.18.2"},"_id":"sentence-case@0.1.0","dist":{"shasum":"6a65ea7f452ac76a7f0e659dfb8a25a70e009e4b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/sentence-case/-/sentence-case-0.1.0.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"blakeembrey","email":"hello@blakeembrey.com"},"maintainers":[{"name":"blakeembrey","email":"hello@blakeembrey.com"}],"directories":{}},"0.1.1":{"name":"sentence-case","version":"0.1.1","description":"Sentence case a string","main":"sentence-case.js","scripts":{"test":"istanbul cover _mocha -- -R spec"},"repository":{"type":"git","url":"git://github.com/blakeembrey/sentence-case.git"},"keywords":["sentence","case","space"],"author":{"name":"Blake Embrey"},"license":"MIT","bugs":{"url":"https://github.com/blakeembrey/sentence-case/issues"},"homepage":"https://github.com/blakeembrey/sentence-case","devDependencies":{"istanbul":"^0.2.6","mocha":"^1.18.2"},"_id":"sentence-case@0.1.1","dist":{"shasum":"a183cea0bcd67cf7e94cf51cdeb2eb23db720b72","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/sentence-case/-/sentence-case-0.1.1.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"blakeembrey","email":"hello@blakeembrey.com"},"maintainers":[{"name":"blakeembrey","email":"hello@blakeembrey.com"}],"directories":{}},"0.1.2":{"name":"sentence-case","version":"0.1.2","description":"Sentence case a string","main":"sentence-case.js","scripts":{"test":"istanbul cover _mocha -- -R spec"},"repository":{"type":"git","url":"git://github.com/blakeembrey/sentence-case.git"},"keywords":["sentence","case","space"],"author":{"name":"Blake Embrey"},"license":"MIT","bugs":{"url":"https://github.com/blakeembrey/sentence-case/issues"},"homepage":"https://github.com/blakeembrey/sentence-case","devDependencies":{"istanbul":"^0.2.6","mocha":"^1.18.2"},"gitHead":"db4776156d1510627aae1dcc73cb2bd5404b92a3","_id":"sentence-case@0.1.2","_shasum":"664ad85af4a98d3c412a1b77012184a4d3894dcd","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"blakeembrey","email":"hello@blakeembrey.com"},"maintainers":[{"name":"blakeembrey","email":"hello@blakeembrey.com"}],"dist":{"shasum":"664ad85af4a98d3c412a1b77012184a4d3894dcd","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/sentence-case/-/sentence-case-0.1.2.tgz"},"directories":{}},"1.0.0":{"name":"sentence-case","version":"1.0.0","description":"Sentence case a string","main":"sentence-case.js","scripts":{"test":"istanbul cover _mocha -- -R spec"},"repository":{"type":"git","url":"git://github.com/blakeembrey/sentence-case.git"},"keywords":["sentence","case","space"],"author":{"name":"Blake Embrey","email":"hello@blakeembrey.com","url":"http://blakeembrey.me"},"license":"MIT","bugs":{"url":"https://github.com/blakeembrey/sentence-case/issues"},"homepage":"https://github.com/blakeembrey/sentence-case","devDependencies":{"istanbul":"^0.2.6","mocha":"^1.18.2"},"gitHead":"4361421c0067ce691c9b9ef3c487effad5364857","_id":"sentence-case@1.0.0","_shasum":"cc0de84bc5a182095ff176b3ee5708f87b2e32c5","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"blakeembrey","email":"hello@blakeembrey.com"},"maintainers":[{"name":"blakeembrey","email":"hello@blakeembrey.com"}],"dist":{"shasum":"cc0de84bc5a182095ff176b3ee5708f87b2e32c5","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/sentence-case/-/sentence-case-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"sentence-case","version":"1.0.1","description":"Sentence case a string","main":"sentence-case.js","scripts":{"test":"istanbul cover _mocha -- -R spec"},"repository":{"type":"git","url":"git://github.com/blakeembrey/sentence-case.git"},"keywords":["sentence","case","space"],"author":{"name":"Blake Embrey","email":"hello@blakeembrey.com","url":"http://blakeembrey.me"},"license":"MIT","bugs":{"url":"https://github.com/blakeembrey/sentence-case/issues"},"homepage":"https://github.com/blakeembrey/sentence-case","devDependencies":{"istanbul":"^0.2.6","mocha":"^1.18.2"},"gitHead":"d077410dd4d7949fcec161759884258638d98597","_id":"sentence-case@1.0.1","_shasum":"025577fdd50c2b5c38cc9099ca81cb2b78ecfe6d","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"blakeembrey","email":"hello@blakeembrey.com"},"maintainers":[{"name":"blakeembrey","email":"hello@blakeembrey.com"}],"dist":{"shasum":"025577fdd50c2b5c38cc9099ca81cb2b78ecfe6d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/sentence-case/-/sentence-case-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"sentence-case","version":"1.0.2","description":"Sentence case a string","main":"sentence-case.js","scripts":{"test":"istanbul cover _mocha -- -R spec"},"repository":{"type":"git","url":"git://github.com/blakeembrey/sentence-case.git"},"keywords":["sentence","case","space"],"author":{"name":"Blake Embrey","email":"hello@blakeembrey.com","url":"http://blakeembrey.me"},"license":"MIT","bugs":{"url":"https://github.com/blakeembrey/sentence-case/issues"},"homepage":"https://github.com/blakeembrey/sentence-case","devDependencies":{"istanbul":"^0.2.6","mocha":"^1.18.2"},"_id":"sentence-case@1.0.2","_shasum":"fadb0ed6251fa3efc614c74d333429a7be428cd6","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"blakeembrey","email":"hello@blakeembrey.com"},"maintainers":[{"name":"blakeembrey","email":"hello@blakeembrey.com"}],"dist":{"shasum":"fadb0ed6251fa3efc614c74d333429a7be428cd6","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/sentence-case/-/sentence-case-1.0.2.tgz"},"directories":{}},"1.0.3":{"name":"sentence-case","version":"1.0.3","description":"Sentence case a string","main":"sentence-case.js","scripts":{"test":"istanbul cover _mocha -- -R spec","build":"node build.js"},"repository":{"type":"git","url":"git://github.com/blakeembrey/sentence-case.git"},"keywords":["sentence","case","space"],"author":{"name":"Blake Embrey","email":"hello@blakeembrey.com","url":"http://blakeembrey.me"},"license":"MIT","bugs":{"url":"https://github.com/blakeembrey/sentence-case/issues"},"homepage":"https://github.com/blakeembrey/sentence-case","devDependencies":{"chai":"^1.9.1","istanbul":"^0.2.6","mocha":"^1.18.2","xregexp":"^2.0.0"},"_id":"sentence-case@1.0.3","_shasum":"8415522cc0c981de5d5ecd71c9dadc55050a14e0","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"blakeembrey","email":"hello@blakeembrey.com"},"maintainers":[{"name":"blakeembrey","email":"hello@blakeembrey.com"}],"dist":{"shasum":"8415522cc0c981de5d5ecd71c9dadc55050a14e0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/sentence-case/-/sentence-case-1.0.3.tgz"},"directories":{}},"1.1.0":{"name":"sentence-case","version":"1.1.0","description":"Sentence case a string","main":"sentence-case.js","scripts":{"test":"istanbul cover _mocha -- -R spec","build":"node build.js"},"repository":{"type":"git","url":"git://github.com/blakeembrey/sentence-case.git"},"keywords":["sentence","case","space"],"author":{"name":"Blake Embrey","email":"hello@blakeembrey.com","url":"http://blakeembrey.me"},"license":"MIT","bugs":{"url":"https://github.com/blakeembrey/sentence-case/issues"},"homepage":"https://github.com/blakeembrey/sentence-case","devDependencies":{"chai":"^1.9.1","istanbul":"^0.2.6","mocha":"^1.18.2","xregexp":"^2.0.0"},"gitHead":"cf664bebc377c35da86edf000a79a731de6bdadb","_id":"sentence-case@1.1.0","_shasum":"820f1f9bfa59b78e0b1b6a453c50efb2c2207be0","_from":".","_npmVersion":"2.0.0-beta.0","_npmUser":{"name":"blakeembrey","email":"hello@blakeembrey.com"},"maintainers":[{"name":"blakeembrey","email":"hello@blakeembrey.com"}],"dist":{"shasum":"820f1f9bfa59b78e0b1b6a453c50efb2c2207be0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/sentence-case/-/sentence-case-1.1.0.tgz"},"directories":{}},"1.1.1":{"name":"sentence-case","version":"1.1.1","description":"Sentence case a string","main":"sentence-case.js","files":["sentence-case.js","vendor","LICENSE"],"scripts":{"test":"istanbul cover _mocha -- -R spec","build":"node build.js","stage-vendor":"git add vendor"},"pre-commit":["build","stage-vendor","test"],"repository":{"type":"git","url":"git://github.com/blakeembrey/sentence-case.git"},"keywords":["sentence","case","space"],"author":{"name":"Blake Embrey","email":"hello@blakeembrey.com","url":"http://blakeembrey.me"},"license":"MIT","bugs":{"url":"https://github.com/blakeembrey/sentence-case/issues"},"homepage":"https://github.com/blakeembrey/sentence-case","devDependencies":{"chai":"^1.9.1","istanbul":"^0.2.6","mocha":"^1.18.2","pre-commit":"0.0.9","xregexp":"^2.0.0"},"dependencies":{"lower-case":"^1.1.1"},"gitHead":"6d4a7a6a825c7ff49ec55f17bcd6c2a7ab97ffdc","_id":"sentence-case@1.1.1","_shasum":"b9690ebf5085c6fce477a576c583695af50b5f10","_from":".","_npmVersion":"2.1.17","_nodeVersion":"0.11.14","_npmUser":{"name":"blakeembrey","email":"hello@blakeembrey.com"},"maintainers":[{"name":"blakeembrey","email":"hello@blakeembrey.com"}],"dist":{"shasum":"b9690ebf5085c6fce477a576c583695af50b5f10","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/sentence-case/-/sentence-case-1.1.1.tgz"},"directories":{}},"1.1.2":{"name":"sentence-case","version":"1.1.2","description":"Sentence case a string","main":"sentence-case.js","files":["sentence-case.js","vendor","LICENSE"],"scripts":{"lint":"standard","mocha":"istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail","test":"npm run build && npm run lint && npm run mocha","build":"node build.js","stage-vendor":"git add vendor"},"standard":{"ignore":["coverage/**"]},"pre-commit":["build","stage-vendor","test"],"repository":{"type":"git","url":"git://github.com/blakeembrey/sentence-case.git"},"keywords":["sentence","case","space"],"author":{"name":"Blake Embrey","email":"hello@blakeembrey.com","url":"http://blakeembrey.me"},"license":"MIT","bugs":{"url":"https://github.com/blakeembrey/sentence-case/issues"},"homepage":"https://github.com/blakeembrey/sentence-case","devDependencies":{"chai":"^1.9.1","istanbul":"^0.3.5","mocha":"^2.1.0","pre-commit":"^1.0.1","standard":"^2.3.1","xregexp":"^2.0.0"},"dependencies":{"lower-case":"^1.1.1"},"gitHead":"62e4caad7317075854aff0e76c9da7f0f02fd18e","_id":"sentence-case@1.1.2","_shasum":"19948e73f3e3b18cd3434dd52de75a86182194f9","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"blakeembrey","email":"hello@blakeembrey.com"},"maintainers":[{"name":"blakeembrey","email":"hello@blakeembrey.com"}],"dist":{"shasum":"19948e73f3e3b18cd3434dd52de75a86182194f9","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/sentence-case/-/sentence-case-1.1.2.tgz"},"directories":{}},"1.1.3":{"name":"sentence-case","version":"1.1.3","description":"Sentence case a string","main":"sentence-case.js","typings":"sentence-case.d.ts","files":["sentence-case.js","sentence-case.d.ts","vendor","LICENSE"],"scripts":{"lint":"standard","mocha":"istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail","test":"npm run build && npm run lint && npm run mocha","build":"node build.js","stage-vendor":"git add vendor"},"standard":{"ignore":["coverage/**"]},"pre-commit":["build","stage-vendor","test"],"repository":{"type":"git","url":"git://github.com/blakeembrey/sentence-case.git"},"keywords":["sentence","case","space"],"author":{"name":"Blake Embrey","email":"hello@blakeembrey.com","url":"http://blakeembrey.me"},"license":"MIT","bugs":{"url":"https://github.com/blakeembrey/sentence-case/issues"},"homepage":"https://github.com/blakeembrey/sentence-case","devDependencies":{"chai":"^1.9.1","istanbul":"^0.3.5","mocha":"^2.1.0","pre-commit":"^1.0.1","standard":"^2.3.1","xregexp":"^2.0.0"},"dependencies":{"lower-case":"^1.1.1"},"gitHead":"525ac200ef1490844dc36d1d1d5d1620593a3cf4","_id":"sentence-case@1.1.3","_shasum":"8034aafc2145772d3abe1509aa42c9e1042dc139","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"blakeembrey","email":"hello@blakeembrey.com"},"dist":{"shasum":"8034aafc2145772d3abe1509aa42c9e1042dc139","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/sentence-case/-/sentence-case-1.1.3.tgz"},"maintainers":[{"name":"blakeembrey","email":"hello@blakeembrey.com"}],"directories":{}},"2.0.0":{"name":"sentence-case","version":"2.0.0","description":"Sentence case a string","main":"sentence-case.js","typings":"sentence-case.d.ts","files":["sentence-case.js","sentence-case.d.ts","LICENSE"],"scripts":{"lint":"standard","test-spec":"mocha -- -R spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail","test":"npm run lint && npm run test-cov"},"repository":{"type":"git","url":"git://github.com/blakeembrey/sentence-case.git"},"keywords":["sentence","case","upper-case","first","lower-case"],"author":{"name":"Blake Embrey","email":"hello@blakeembrey.com","url":"http://blakeembrey.me"},"license":"MIT","bugs":{"url":"https://github.com/blakeembrey/sentence-case/issues"},"homepage":"https://github.com/blakeembrey/sentence-case","devDependencies":{"istanbul":"^0.3.0","mocha":"^2.2.1","standard":"^3.3.0"},"dependencies":{"no-case":"^2.0.0","upper-case-first":"^1.1.2"},"gitHead":"38924b326813f9f399e2f1ee79f5ca1d706426c2","_id":"sentence-case@2.0.0","_shasum":"8fb7b93a1d7ff9eaa62b603605a396adad2d6bb0","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"blakeembrey","email":"hello@blakeembrey.com"},"dist":{"shasum":"8fb7b93a1d7ff9eaa62b603605a396adad2d6bb0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/sentence-case/-/sentence-case-2.0.0.tgz"},"maintainers":[{"name":"blakeembrey","email":"hello@blakeembrey.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/sentence-case-2.0.0.tgz_1465681737757_0.8535265433602035"},"directories":{}},"2.1.0":{"name":"sentence-case","version":"2.1.0","description":"Sentence case a string","main":"sentence-case.js","typings":"sentence-case.d.ts","files":["sentence-case.js","sentence-case.d.ts","LICENSE"],"scripts":{"lint":"standard","test-spec":"mocha -- -R spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail","test":"npm run lint && npm run test-cov"},"repository":{"type":"git","url":"git://github.com/blakeembrey/sentence-case.git"},"keywords":["sentence","case","upper-case","first","lower-case"],"author":{"name":"Blake Embrey","email":"hello@blakeembrey.com","url":"http://blakeembrey.me"},"license":"MIT","bugs":{"url":"https://github.com/blakeembrey/sentence-case/issues"},"homepage":"https://github.com/blakeembrey/sentence-case","devDependencies":{"istanbul":"^0.4.3","mocha":"^2.2.1","standard":"^7.1.2"},"dependencies":{"no-case":"^2.2.0","upper-case-first":"^1.1.2"},"gitHead":"4ced710fbaebc14f24e18bb13af45411b5fd0d0b","_id":"sentence-case@2.1.0","_shasum":"d592fbed457fd1a59e3af0ee17e99f6fd70d7efd","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"blakeembrey","email":"hello@blakeembrey.com"},"dist":{"shasum":"d592fbed457fd1a59e3af0ee17e99f6fd70d7efd","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/sentence-case/-/sentence-case-2.1.0.tgz"},"maintainers":[{"name":"blakeembrey","email":"hello@blakeembrey.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/sentence-case-2.1.0.tgz_1465692062463_0.5940663432702422"},"directories":{}},"2.1.1":{"name":"sentence-case","version":"2.1.1","description":"Sentence case a string","main":"sentence-case.js","typings":"sentence-case.d.ts","files":["sentence-case.js","sentence-case.d.ts","LICENSE"],"scripts":{"lint":"standard","test-spec":"mocha -- -R spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail","test":"npm run lint && npm run test-cov"},"repository":{"type":"git","url":"git://github.com/blakeembrey/sentence-case.git"},"keywords":["sentence","case","upper-case","first","lower-case"],"author":{"name":"Blake Embrey","email":"hello@blakeembrey.com","url":"http://blakeembrey.me"},"license":"MIT","bugs":{"url":"https://github.com/blakeembrey/sentence-case/issues"},"homepage":"https://github.com/blakeembrey/sentence-case","devDependencies":{"istanbul":"^0.4.3","mocha":"^3.0.0","standard":"^9.0.1"},"dependencies":{"no-case":"^2.2.0","upper-case-first":"^1.1.2"},"gitHead":"2516307d73d2e070c19c98b7a0ad3750a755f716","_id":"sentence-case@2.1.1","_shasum":"1f6e2dda39c168bf92d13f86d4a918933f667ed4","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"blakeembrey","email":"hello@blakeembrey.com"},"dist":{"shasum":"1f6e2dda39c168bf92d13f86d4a918933f667ed4","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/sentence-case/-/sentence-case-2.1.1.tgz"},"maintainers":[{"name":"blakeembrey","email":"hello@blakeembrey.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/sentence-case-2.1.1.tgz_1489799136229_0.6810578561853617"},"directories":{}}},"name":"sentence-case","time":{"modified":"2017-03-18T01:05:38.034Z","created":"2014-03-24T22:23:48.992Z","0.0.1":"2014-03-24T22:23:48.992Z","0.0.2":"2014-03-24T23:58:28.974Z","0.1.0":"2014-04-09T05:36:40.052Z","0.1.1":"2014-04-09T09:44:20.519Z","0.1.2":"2014-07-24T03:03:41.440Z","1.0.0":"2014-08-17T18:38:28.068Z","1.0.1":"2014-08-17T21:06:24.800Z","1.0.2":"2014-08-19T13:33:39.747Z","1.0.3":"2014-08-23T21:41:20.089Z","1.1.0":"2014-09-15T15:31:31.405Z","1.1.1":"2015-01-12T08:04:06.250Z","1.1.2":"2015-01-31T10:51:51.318Z","1.1.3":"2015-12-15T23:54:33.286Z","2.0.0":"2016-06-11T21:49:00.273Z","2.1.0":"2016-06-12T00:41:05.250Z","2.1.1":"2017-03-18T01:05:38.034Z"},"readmeFilename":"README.md","homepage":"https://github.com/blakeembrey/sentence-case"}