1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
| {
| "_from": "change-case@^3.0.1",
| "_id": "change-case@3.1.0",
| "_inBundle": false,
| "_integrity": "sha512-2AZp7uJZbYEzRPsFoa+ijKdvp9zsrnnt6+yFokfwEpeJm0xuJDVoxiRCAaTzyJND8GJkofo2IcKWaUZ/OECVzw==",
| "_location": "/change-case",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "change-case@^3.0.1",
| "name": "change-case",
| "escapedName": "change-case",
| "rawSpec": "^3.0.1",
| "saveSpec": null,
| "fetchSpec": "^3.0.1"
| },
| "_requiredBy": [
| "/node-plop"
| ],
| "_resolved": "https://registry.npmmirror.com/change-case/-/change-case-3.1.0.tgz",
| "_shasum": "0e611b7edc9952df2e8513b27b42de72647dd17e",
| "_spec": "change-case@^3.0.1",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\node-plop",
| "author": {
| "name": "Blake Embrey",
| "email": "hello@blakeembrey.com",
| "url": "http://blakeembrey.me"
| },
| "bugs": {
| "url": "https://github.com/blakeembrey/change-case/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "camel-case": "^3.0.0",
| "constant-case": "^2.0.0",
| "dot-case": "^2.1.0",
| "header-case": "^1.0.0",
| "is-lower-case": "^1.1.0",
| "is-upper-case": "^1.1.0",
| "lower-case": "^1.1.1",
| "lower-case-first": "^1.0.0",
| "no-case": "^2.3.2",
| "param-case": "^2.1.0",
| "pascal-case": "^2.0.0",
| "path-case": "^2.1.0",
| "sentence-case": "^2.1.0",
| "snake-case": "^2.1.0",
| "swap-case": "^1.1.0",
| "title-case": "^2.1.0",
| "upper-case": "^1.1.1",
| "upper-case-first": "^1.1.0"
| },
| "deprecated": false,
| "description": "Convert a string between camelCase, PascalCase, Title Case, snake_case and more.",
| "devDependencies": {
| "istanbul": "^0.4.3",
| "mocha": "^5.0.0",
| "standard": "^12.0.1"
| },
| "files": [
| "change-case.js",
| "change-case.d.ts",
| "LICENSE"
| ],
| "homepage": "https://github.com/blakeembrey/change-case#readme",
| "keywords": [
| "camel",
| "pascal",
| "title",
| "case",
| "lower",
| "upper",
| "param",
| "kebab",
| "hyphen",
| "dot",
| "path",
| "constant",
| "cases",
| "check"
| ],
| "license": "MIT",
| "main": "change-case.js",
| "name": "change-case",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/blakeembrey/change-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": "change-case.d.ts",
| "version": "3.1.0"
| }
|
|