{ "_from": "sentence-case@^2.1.0", "_id": "sentence-case@2.1.1", "_inBundle": false, "_integrity": "sha512-ENl7cYHaK/Ktwk5OTD+aDbQ3uC8IByu/6Bkg+HDv8Mm+XnBnppVNalcfJTNsp1ibstKh030/JKQQWglDvtKwEQ==", "_location": "/sentence-case", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "sentence-case@^2.1.0", "name": "sentence-case", "escapedName": "sentence-case", "rawSpec": "^2.1.0", "saveSpec": null, "fetchSpec": "^2.1.0" }, "_requiredBy": [ "/change-case" ], "_resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-2.1.1.tgz", "_shasum": "1f6e2dda39c168bf92d13f86d4a918933f667ed4", "_spec": "sentence-case@^2.1.0", "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\change-case", "author": { "name": "Blake Embrey", "email": "hello@blakeembrey.com", "url": "http://blakeembrey.me" }, "bugs": { "url": "https://github.com/blakeembrey/sentence-case/issues" }, "bundleDependencies": false, "dependencies": { "no-case": "^2.2.0", "upper-case-first": "^1.1.2" }, "deprecated": false, "description": "Sentence case a string", "devDependencies": { "istanbul": "^0.4.3", "mocha": "^3.0.0", "standard": "^9.0.1" }, "files": [ "sentence-case.js", "sentence-case.d.ts", "LICENSE" ], "homepage": "https://github.com/blakeembrey/sentence-case", "keywords": [ "sentence", "case", "upper-case", "first", "lower-case" ], "license": "MIT", "main": "sentence-case.js", "name": "sentence-case", "repository": { "type": "git", "url": "git://github.com/blakeembrey/sentence-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-spec": "mocha -- -R spec --bail" }, "typings": "sentence-case.d.ts", "version": "2.1.1" }