You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
1.9 KiB
74 lines
1.9 KiB
3 years ago
|
{
|
||
|
"_from": "sentence-case@^2.1.0",
|
||
|
"_id": "sentence-case@2.1.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-H24t2jnBaL+S0T+G1KkYkz9mftQ=",
|
||
|
"_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": "F:\\workspace\\gcy\\RK-html\\RK-project\\ruoyi-ui\\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"
|
||
|
}
|