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.
71 lines
1.8 KiB
71 lines
1.8 KiB
3 years ago
|
{
|
||
|
"_from": "pascal-case@^2.0.0",
|
||
|
"_id": "pascal-case@2.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-LVeNNFX2YNpl7KGO+VtODekSdh4=",
|
||
|
"_location": "/pascal-case",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "pascal-case@^2.0.0",
|
||
|
"name": "pascal-case",
|
||
|
"escapedName": "pascal-case",
|
||
|
"rawSpec": "^2.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/change-case"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-2.0.1.tgz",
|
||
|
"_shasum": "2d578d3455f660da65eca18ef95b4e0de912761e",
|
||
|
"_spec": "pascal-case@^2.0.0",
|
||
|
"_where": "F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\change-case",
|
||
|
"author": {
|
||
|
"name": "Blake Embrey",
|
||
|
"email": "hello@blakeembrey.com",
|
||
|
"url": "http://blakeembrey.me"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/blakeembrey/pascal-case/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"camel-case": "^3.0.0",
|
||
|
"upper-case-first": "^1.1.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Pascal case a string",
|
||
|
"devDependencies": {
|
||
|
"istanbul": "^0.4.3",
|
||
|
"mocha": "^3.0.0",
|
||
|
"standard": "^9.0.1"
|
||
|
},
|
||
|
"files": [
|
||
|
"pascal-case.js",
|
||
|
"pascal-case.d.ts",
|
||
|
"LICENSE"
|
||
|
],
|
||
|
"homepage": "https://github.com/blakeembrey/pascal-case",
|
||
|
"keywords": [
|
||
|
"pascal",
|
||
|
"case"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "pascal-case.js",
|
||
|
"name": "pascal-case",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/blakeembrey/pascal-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": "pascal-case.d.ts",
|
||
|
"version": "2.0.1"
|
||
|
}
|