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.7 KiB
71 lines
1.7 KiB
3 years ago
|
{
|
||
|
"_from": "dot-case@^2.1.0",
|
||
|
"_id": "dot-case@2.1.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-NNzzf1Co6TwrO8qLt/uRVcfaO+4=",
|
||
|
"_location": "/dot-case",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "dot-case@^2.1.0",
|
||
|
"name": "dot-case",
|
||
|
"escapedName": "dot-case",
|
||
|
"rawSpec": "^2.1.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.1.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/change-case"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/dot-case/-/dot-case-2.1.1.tgz",
|
||
|
"_shasum": "34dcf37f50a8e93c2b3bca8bb7fb9155c7da3bee",
|
||
|
"_spec": "dot-case@^2.1.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/dot-case/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"no-case": "^2.2.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Dot case a string",
|
||
|
"devDependencies": {
|
||
|
"istanbul": "^0.4.3",
|
||
|
"mocha": "^3.0.0",
|
||
|
"standard": "^9.0.1"
|
||
|
},
|
||
|
"files": [
|
||
|
"dot-case.js",
|
||
|
"dot-case.d.ts",
|
||
|
"LICENSE"
|
||
|
],
|
||
|
"homepage": "https://github.com/blakeembrey/dot-case",
|
||
|
"keywords": [
|
||
|
"dot",
|
||
|
"case",
|
||
|
"period"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "dot-case.js",
|
||
|
"name": "dot-case",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/blakeembrey/dot-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": "dot-case.d.ts",
|
||
|
"version": "2.1.1"
|
||
|
}
|