105 lines
3.9 KiB
JSON
105 lines
3.9 KiB
JSON
{
|
||
"_args": [
|
||
[
|
||
{
|
||
"raw": "param-case@^1.1.0",
|
||
"scope": null,
|
||
"escapedName": "param-case",
|
||
"name": "param-case",
|
||
"rawSpec": "^1.1.0",
|
||
"spec": ">=1.1.0 <2.0.0",
|
||
"type": "range"
|
||
},
|
||
"/home/jdaugherty/work/GT2/GT2-Android/node_modules/change-case"
|
||
]
|
||
],
|
||
"_from": "param-case@>=1.1.0 <2.0.0",
|
||
"_id": "param-case@1.1.2",
|
||
"_inCache": true,
|
||
"_location": "/param-case",
|
||
"_nodeVersion": "5.2.0",
|
||
"_npmUser": {
|
||
"name": "blakeembrey",
|
||
"email": "hello@blakeembrey.com"
|
||
},
|
||
"_npmVersion": "3.3.12",
|
||
"_phantomChildren": {},
|
||
"_requested": {
|
||
"raw": "param-case@^1.1.0",
|
||
"scope": null,
|
||
"escapedName": "param-case",
|
||
"name": "param-case",
|
||
"rawSpec": "^1.1.0",
|
||
"spec": ">=1.1.0 <2.0.0",
|
||
"type": "range"
|
||
},
|
||
"_requiredBy": [
|
||
"/change-case"
|
||
],
|
||
"_resolved": "https://registry.npmjs.org/param-case/-/param-case-1.1.2.tgz",
|
||
"_shasum": "dcb091a43c259b9228f1c341e7b6a44ea0bf9743",
|
||
"_shrinkwrap": null,
|
||
"_spec": "param-case@^1.1.0",
|
||
"_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/change-case",
|
||
"author": {
|
||
"name": "Blake Embrey",
|
||
"email": "hello@blakeembrey.com",
|
||
"url": "http://blakeembrey.me"
|
||
},
|
||
"bugs": {
|
||
"url": "https://github.com/blakeembrey/param-case/issues"
|
||
},
|
||
"dependencies": {
|
||
"sentence-case": "^1.1.2"
|
||
},
|
||
"description": "Param case a string",
|
||
"devDependencies": {
|
||
"istanbul": "^0.3.0",
|
||
"mocha": "^2.1.0",
|
||
"pre-commit": "^1.0.1",
|
||
"standard": "^3.3.0"
|
||
},
|
||
"directories": {},
|
||
"dist": {
|
||
"shasum": "dcb091a43c259b9228f1c341e7b6a44ea0bf9743",
|
||
"tarball": "https://registry.npmjs.org/param-case/-/param-case-1.1.2.tgz"
|
||
},
|
||
"files": [
|
||
"param-case.js",
|
||
"param-case.d.ts",
|
||
"LICENSE"
|
||
],
|
||
"gitHead": "9d968306f7bfe45a2da3a8e47f0a9e39b764c3ae",
|
||
"homepage": "https://github.com/blakeembrey/param-case",
|
||
"keywords": [
|
||
"param",
|
||
"case",
|
||
"dash",
|
||
"hyphen"
|
||
],
|
||
"license": "MIT",
|
||
"main": "param-case.js",
|
||
"maintainers": [
|
||
{
|
||
"name": "blakeembrey",
|
||
"email": "hello@blakeembrey.com"
|
||
}
|
||
],
|
||
"name": "param-case",
|
||
"optionalDependencies": {},
|
||
"readme": "# Param 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\nParam case a string.\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```\nnpm install param-case --save\n```\n\n## Usage\n\n```javascript\nvar paramCase = require('param-case')\n\nparamCase('string') //=> \"string\"\nparamCase('camelCase') //=> \"camel-case\"\nparamCase('sentence case') //=> \"sentence-case\"\n\nparamCase('MY STRING', 'tr') //=> \"my-strıng\"\n```\n\n## Typings\n\nIncludes a [TypeScript definition](param-case.d.ts).\n\n## License\n\nMIT\n\n[npm-image]: https://img.shields.io/npm/v/param-case.svg?style=flat\n[npm-url]: https://npmjs.org/package/param-case\n[downloads-image]: https://img.shields.io/npm/dm/param-case.svg?style=flat\n[downloads-url]: https://npmjs.org/package/param-case\n[travis-image]: https://img.shields.io/travis/blakeembrey/param-case.svg?style=flat\n[travis-url]: https://travis-ci.org/blakeembrey/param-case\n[coveralls-image]: https://img.shields.io/coveralls/blakeembrey/param-case.svg?style=flat\n[coveralls-url]: https://coveralls.io/r/blakeembrey/param-case?branch=master\n",
|
||
"readmeFilename": "README.md",
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git://github.com/blakeembrey/param-case.git"
|
||
},
|
||
"scripts": {
|
||
"lint": "standard",
|
||
"test": "npm run lint && npm run test-cov",
|
||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
|
||
"test-std": "mocha -- -R spec --bail"
|
||
},
|
||
"typings": "param-case.d.ts",
|
||
"version": "1.1.2"
|
||
}
|