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": "snake-case@^2.1.0",
|
||
|
"_id": "snake-case@2.1.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-Qb2xtz8w7GagTU4srRt2OH1NbZ8=",
|
||
|
"_location": "/snake-case",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "snake-case@^2.1.0",
|
||
|
"name": "snake-case",
|
||
|
"escapedName": "snake-case",
|
||
|
"rawSpec": "^2.1.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.1.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/change-case",
|
||
|
"/constant-case"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/snake-case/-/snake-case-2.1.0.tgz",
|
||
|
"_shasum": "41bdb1b73f30ec66a04d4e2cad1b76387d4d6d9f",
|
||
|
"_spec": "snake-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/snake-case/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"no-case": "^2.2.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Snake case a string",
|
||
|
"devDependencies": {
|
||
|
"istanbul": "^0.4.3",
|
||
|
"mocha": "^2.1.0",
|
||
|
"standard": "^7.1.2"
|
||
|
},
|
||
|
"files": [
|
||
|
"snake-case.js",
|
||
|
"snake-case.d.ts",
|
||
|
"LICENSE"
|
||
|
],
|
||
|
"homepage": "https://github.com/blakeembrey/snake-case",
|
||
|
"keywords": [
|
||
|
"snake",
|
||
|
"case",
|
||
|
"underscore"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "snake-case.js",
|
||
|
"name": "snake-case",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/blakeembrey/snake-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": "snake-case.d.ts",
|
||
|
"version": "2.1.0"
|
||
|
}
|