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.
72 lines
1.8 KiB
72 lines
1.8 KiB
3 years ago
|
{
|
||
|
"_from": "constant-case@^2.0.0",
|
||
|
"_id": "constant-case@2.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-QXV2TTidP6nI7NKRhu1gBSQ7akY=",
|
||
|
"_location": "/constant-case",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "constant-case@^2.0.0",
|
||
|
"name": "constant-case",
|
||
|
"escapedName": "constant-case",
|
||
|
"rawSpec": "^2.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/change-case"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/constant-case/-/constant-case-2.0.0.tgz",
|
||
|
"_shasum": "4175764d389d3fa9c8ecd29186ed6005243b6a46",
|
||
|
"_spec": "constant-case@^2.0.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/constant-case/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"snake-case": "^2.1.0",
|
||
|
"upper-case": "^1.1.1"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Constant case a string",
|
||
|
"devDependencies": {
|
||
|
"istanbul": "^0.4.3",
|
||
|
"mocha": "^2.2.1",
|
||
|
"standard": "^7.1.2"
|
||
|
},
|
||
|
"files": [
|
||
|
"constant-case.js",
|
||
|
"constant-case.d.ts",
|
||
|
"LICENSE"
|
||
|
],
|
||
|
"homepage": "https://github.com/blakeembrey/constant-case",
|
||
|
"keywords": [
|
||
|
"constant",
|
||
|
"case",
|
||
|
"upper"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "constant-case.js",
|
||
|
"name": "constant-case",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/blakeembrey/constant-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": "constant-case.d.ts",
|
||
|
"version": "2.0.0"
|
||
|
}
|