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.
99 lines
2.5 KiB
99 lines
2.5 KiB
3 years ago
|
{
|
||
|
"_from": "change-case@^3.0.1",
|
||
|
"_id": "change-case@3.1.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-2AZp7uJZbYEzRPsFoa+ijKdvp9zsrnnt6+yFokfwEpeJm0xuJDVoxiRCAaTzyJND8GJkofo2IcKWaUZ/OECVzw==",
|
||
|
"_location": "/change-case",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "change-case@^3.0.1",
|
||
|
"name": "change-case",
|
||
|
"escapedName": "change-case",
|
||
|
"rawSpec": "^3.0.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^3.0.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/node-plop"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/change-case/-/change-case-3.1.0.tgz",
|
||
|
"_shasum": "0e611b7edc9952df2e8513b27b42de72647dd17e",
|
||
|
"_spec": "change-case@^3.0.1",
|
||
|
"_where": "F:\\workspace\\gcy\\RK-html\\RK-project\\ruoyi-ui\\node_modules\\node-plop",
|
||
|
"author": {
|
||
|
"name": "Blake Embrey",
|
||
|
"email": "hello@blakeembrey.com",
|
||
|
"url": "http://blakeembrey.me"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/blakeembrey/change-case/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"camel-case": "^3.0.0",
|
||
|
"constant-case": "^2.0.0",
|
||
|
"dot-case": "^2.1.0",
|
||
|
"header-case": "^1.0.0",
|
||
|
"is-lower-case": "^1.1.0",
|
||
|
"is-upper-case": "^1.1.0",
|
||
|
"lower-case": "^1.1.1",
|
||
|
"lower-case-first": "^1.0.0",
|
||
|
"no-case": "^2.3.2",
|
||
|
"param-case": "^2.1.0",
|
||
|
"pascal-case": "^2.0.0",
|
||
|
"path-case": "^2.1.0",
|
||
|
"sentence-case": "^2.1.0",
|
||
|
"snake-case": "^2.1.0",
|
||
|
"swap-case": "^1.1.0",
|
||
|
"title-case": "^2.1.0",
|
||
|
"upper-case": "^1.1.1",
|
||
|
"upper-case-first": "^1.1.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Convert a string between camelCase, PascalCase, Title Case, snake_case and more.",
|
||
|
"devDependencies": {
|
||
|
"istanbul": "^0.4.3",
|
||
|
"mocha": "^5.0.0",
|
||
|
"standard": "^12.0.1"
|
||
|
},
|
||
|
"files": [
|
||
|
"change-case.js",
|
||
|
"change-case.d.ts",
|
||
|
"LICENSE"
|
||
|
],
|
||
|
"homepage": "https://github.com/blakeembrey/change-case#readme",
|
||
|
"keywords": [
|
||
|
"camel",
|
||
|
"pascal",
|
||
|
"title",
|
||
|
"case",
|
||
|
"lower",
|
||
|
"upper",
|
||
|
"param",
|
||
|
"kebab",
|
||
|
"hyphen",
|
||
|
"dot",
|
||
|
"path",
|
||
|
"constant",
|
||
|
"cases",
|
||
|
"check"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "change-case.js",
|
||
|
"name": "change-case",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/blakeembrey/change-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": "change-case.d.ts",
|
||
|
"version": "3.1.0"
|
||
|
}
|