File: /home/imensosw/.npm/registry.npmjs.org/pascalcase/.cache.json
{"_id":"pascalcase","_rev":"3-2cb8b15add0e63e66cb967e9c779a5f8","name":"pascalcase","description":"Convert a string to pascal-case.","dist-tags":{"latest":"0.1.1"},"versions":{"0.1.0":{"name":"pascalcase","description":"Convert a string to pascal-case.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/pascalcase","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/pascalcase.git"},"bugs":{"url":"https://github.com/jonschlinkert/pascalcase/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{},"devDependencies":{"mocha":"*","should":"*"},"keywords":["case","pascal","pascal-case","pascalcase","string"],"verb":{"related":{"list":["pad-left","pad-right","word-wrap","repeat-string","justified"]}},"_id":"pascalcase@0.1.0","_shasum":"5d26610e847dca1304100f494deb09e4fc49ff82","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"5d26610e847dca1304100f494deb09e4fc49ff82","tarball":"https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.0.tgz"},"directories":{}},"0.1.1":{"name":"pascalcase","description":"Convert a string to pascal-case.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/pascalcase","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/pascalcase.git"},"bugs":{"url":"https://github.com/jonschlinkert/pascalcase/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*"},"keywords":["camelcase","case","casing","pascal","pascal-case","pascalcase","string"],"verb":{"related":{"list":["pad-left","pad-right","word-wrap","repeat-string","justified"]}},"gitHead":"c2600f8aa648fe093381a064ba364d99b374911c","_id":"pascalcase@0.1.1","_shasum":"b363e55e8006ca6fe21784d2db22bd15d7917f14","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"b363e55e8006ca6fe21784d2db22bd15d7917f14","tarball":"https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz"},"directories":{}}},"readme":"# pascalcase [](http://badge.fury.io/js/pascalcase)\n\n> Convert a string to pascal-case.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/)\n\n```sh\n$ npm i pascalcase --save\n```\n\n## Usage\n\n```js\nvar pascalcase = require('pascalcase');\n\npascalcase('a');\n//=> 'A'\n\npascalcase('foo bar baz');\n//=> 'FooBarBaz'\n\npascalcase('foo_bar-baz');\n//=> 'FooBarBaz'\n\npascalcase('foo.bar.baz');\n//=> 'FooBarBaz'\n\npascalcase('foo/bar/baz');\n//=> 'FooBarBaz'\n\npascalcase('foo[bar)baz');\n//=> 'FooBarBaz'\n\npascalcase('#foo+bar*baz');\n//=> 'FooBarBaz'\n\npascalcase('$foo~bar`baz');\n//=> 'FooBarBaz'\n\npascalcase('_foo_bar-baz-');\n//=> 'FooBarBaz'\n```\n\n## Related projects\n\n* [justified](https://github.com/jonschlinkert/justified): Wrap words to a specified length and justified the text.\n* [pad-left](https://github.com/jonschlinkert/pad-left): Left pad a string with zeros or a specified string. Fastest implementation.\n* [pad-right](https://github.com/jonschlinkert/pad-right): Right pad a string with zeros or a specified string. Fastest implementation.\n* [repeat-string](https://github.com/jonschlinkert/repeat-string): Repeat the given string n times. Fastest implementation for repeating a string.\n* [word-wrap](https://github.com/jonschlinkert/word-wrap): Wrap words to a specified length.\n\n## Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm i -d && npm test\n```\n\n## Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/pascalcase/issues/new)\n\n## Author\n\n**Jon Schlinkert**\n\n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\n\n## License\n\nCopyright © 2015 Jon Schlinkert\nReleased under the MIT license.\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on August 19, 2015._","maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2017-03-08T07:43:13.958Z","created":"2015-08-19T05:13:36.572Z","0.1.0":"2015-08-19T05:13:36.572Z","0.1.1":"2015-12-04T22:12:32.187Z"},"homepage":"https://github.com/jonschlinkert/pascalcase","keywords":["camelcase","case","casing","pascal","pascal-case","pascalcase","string"],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/pascalcase.git"},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"bugs":{"url":"https://github.com/jonschlinkert/pascalcase/issues"},"license":"MIT","readmeFilename":"README.md","users":{"quafoo":true},"_attachments":{},"_etag":"W/\"40c18696011ffb9cc11c7fb7fee9f341\"","_lastModified":"Sun, 27 May 2018 11:53:35 GMT"}