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.
73 lines
1.8 KiB
73 lines
1.8 KiB
3 years ago
|
{
|
||
|
"_from": "header-case@^1.0.0",
|
||
|
"_id": "header-case@1.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-lTWXMZfBRLCWE81l0xfvGZY70C0=",
|
||
|
"_location": "/header-case",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "header-case@^1.0.0",
|
||
|
"name": "header-case",
|
||
|
"escapedName": "header-case",
|
||
|
"rawSpec": "^1.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/change-case"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/header-case/-/header-case-1.0.1.tgz",
|
||
|
"_shasum": "9535973197c144b09613cd65d317ef19963bd02d",
|
||
|
"_spec": "header-case@^1.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/header-case/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"no-case": "^2.2.0",
|
||
|
"upper-case": "^1.1.3"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Header case a string",
|
||
|
"devDependencies": {
|
||
|
"istanbul": "^0.4.3",
|
||
|
"mocha": "^3.0.0",
|
||
|
"standard": "^9.0.1"
|
||
|
},
|
||
|
"files": [
|
||
|
"header-case.js",
|
||
|
"header-case.d.ts",
|
||
|
"LICENSE"
|
||
|
],
|
||
|
"homepage": "https://github.com/blakeembrey/header-case",
|
||
|
"keywords": [
|
||
|
"header",
|
||
|
"case",
|
||
|
"upper",
|
||
|
"http"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "header-case.js",
|
||
|
"name": "header-case",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/blakeembrey/header-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": "header-case.d.ts",
|
||
|
"version": "1.0.1"
|
||
|
}
|