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.
76 lines
2.0 KiB
76 lines
2.0 KiB
3 years ago
|
{
|
||
|
"_from": "upper-case-first@^1.1.0",
|
||
|
"_id": "upper-case-first@1.1.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-XXm+3P8UQZUY/S7bCgUHybaFkRU=",
|
||
|
"_location": "/upper-case-first",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "upper-case-first@^1.1.0",
|
||
|
"name": "upper-case-first",
|
||
|
"escapedName": "upper-case-first",
|
||
|
"rawSpec": "^1.1.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.1.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/change-case",
|
||
|
"/pascal-case",
|
||
|
"/sentence-case"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-1.1.2.tgz",
|
||
|
"_shasum": "5d79bedcff14419518fd2edb0a0507c9b6859115",
|
||
|
"_spec": "upper-case-first@^1.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/upper-case-first/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"upper-case": "^1.1.1"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Upper case the first character of a string",
|
||
|
"devDependencies": {
|
||
|
"istanbul": "^0.3.0",
|
||
|
"mocha": "^2.2.1",
|
||
|
"pre-commit": "^1.0.6",
|
||
|
"standard": "^3.3.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"upper-case-first.js",
|
||
|
"upper-case-first.d.ts",
|
||
|
"LICENSE"
|
||
|
],
|
||
|
"homepage": "https://github.com/blakeembrey/upper-case-first",
|
||
|
"keywords": [
|
||
|
"cases",
|
||
|
"first",
|
||
|
"upper",
|
||
|
"uppercase",
|
||
|
"case"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "upper-case-first.js",
|
||
|
"name": "upper-case-first",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/blakeembrey/upper-case-first.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": "upper-case-first.d.ts",
|
||
|
"version": "1.1.2"
|
||
|
}
|