@zkochan/pnpm
Version:
Fast, disk space efficient package manager
111 lines (110 loc) • 4.51 kB
JSON
{
"_args": [
[
{
"raw": "pascalcase@^0.1.1",
"scope": null,
"escapedName": "pascalcase",
"name": "pascalcase",
"rawSpec": "^0.1.1",
"spec": ">=0.1.1 <0.2.0",
"type": "range"
},
"/home/zkochan/src/pnpm/packages/pnpm/node_modules/base"
]
],
"_from": "pascalcase@>=0.1.1 <0.2.0",
"_id": "pascalcase@0.1.1",
"_inCache": true,
"_location": "/pascalcase",
"_nodeVersion": "5.0.0",
"_npmUser": {
"name": "jonschlinkert",
"email": "github@sellside.com"
},
"_npmVersion": "3.3.6",
"_phantomChildren": {},
"_requested": {
"raw": "pascalcase@^0.1.1",
"scope": null,
"escapedName": "pascalcase",
"name": "pascalcase",
"rawSpec": "^0.1.1",
"spec": ">=0.1.1 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/base"
],
"_resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
"_shasum": "b363e55e8006ca6fe21784d2db22bd15d7917f14",
"_shrinkwrap": null,
"_spec": "pascalcase@^0.1.1",
"_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/base",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/pascalcase/issues"
},
"dependencies": {},
"description": "Convert a string to pascal-case.",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"directories": {},
"dist": {
"shasum": "b363e55e8006ca6fe21784d2db22bd15d7917f14",
"tarball": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "c2600f8aa648fe093381a064ba364d99b374911c",
"homepage": "https://github.com/jonschlinkert/pascalcase",
"keywords": [
"camelcase",
"case",
"casing",
"pascal",
"pascal-case",
"pascalcase",
"string"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "pascalcase",
"optionalDependencies": {},
"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._",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/pascalcase.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"pad-left",
"pad-right",
"word-wrap",
"repeat-string",
"justified"
]
}
},
"version": "0.1.1"
}