projen-cdktf-hybrid-construct 0.1.54 → 0.1.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitattributes +0 -1
- package/.jsii +574 -0
- package/.projenrc.ts +17 -5
- package/API.md +7347 -0
- package/CHANGELOG.md +5 -7
- package/README.md +45 -21
- package/lib/defaults.d.ts +0 -1
- package/lib/defaults.js +1 -1
- package/lib/hybrid-module.d.ts +48 -20
- package/lib/hybrid-module.js +28 -20
- package/lib/index.js +3 -7
- package/lib/publishing.d.ts +5 -0
- package/lib/publishing.js +25 -3
- package/lib/terraform-module.d.ts +35 -16
- package/lib/terraform-module.js +19 -10
- package/node_modules/camel-case/LICENSE +21 -0
- package/node_modules/camel-case/README.md +47 -0
- package/node_modules/camel-case/dist/index.d.ts +5 -0
- package/node_modules/camel-case/dist/index.js +23 -0
- package/node_modules/camel-case/dist/index.js.map +1 -0
- package/node_modules/camel-case/dist/index.spec.d.ts +1 -0
- package/node_modules/camel-case/dist/index.spec.js +26 -0
- package/node_modules/camel-case/dist/index.spec.js.map +1 -0
- package/node_modules/camel-case/dist.es2015/index.d.ts +5 -0
- package/node_modules/camel-case/dist.es2015/index.js +17 -0
- package/node_modules/camel-case/dist.es2015/index.js.map +1 -0
- package/node_modules/camel-case/dist.es2015/index.spec.d.ts +1 -0
- package/node_modules/camel-case/dist.es2015/index.spec.js +24 -0
- package/node_modules/camel-case/dist.es2015/index.spec.js.map +1 -0
- package/node_modules/camel-case/package.json +89 -0
- package/node_modules/capital-case/LICENSE +21 -0
- package/node_modules/capital-case/README.md +37 -0
- package/node_modules/capital-case/dist/index.d.ts +4 -0
- package/node_modules/capital-case/dist/index.js +16 -0
- package/node_modules/capital-case/dist/index.js.map +1 -0
- package/node_modules/capital-case/dist/index.spec.d.ts +1 -0
- package/node_modules/capital-case/dist/index.spec.js +24 -0
- package/node_modules/capital-case/dist/index.spec.js.map +1 -0
- package/node_modules/capital-case/dist.es2015/index.d.ts +4 -0
- package/node_modules/capital-case/dist.es2015/index.js +11 -0
- package/node_modules/capital-case/dist.es2015/index.js.map +1 -0
- package/node_modules/capital-case/dist.es2015/index.spec.d.ts +1 -0
- package/node_modules/capital-case/dist.es2015/index.spec.js +22 -0
- package/node_modules/capital-case/dist.es2015/index.spec.js.map +1 -0
- package/node_modules/capital-case/package.json +90 -0
- package/node_modules/change-case/LICENSE +21 -0
- package/node_modules/change-case/README.md +44 -0
- package/node_modules/change-case/dist/index.d.ts +11 -0
- package/node_modules/change-case/dist/index.js +15 -0
- package/node_modules/change-case/dist/index.js.map +1 -0
- package/node_modules/change-case/dist/index.spec.d.ts +1 -0
- package/node_modules/change-case/dist/index.spec.js +9 -0
- package/node_modules/change-case/dist/index.spec.js.map +1 -0
- package/node_modules/change-case/dist.es2015/index.d.ts +11 -0
- package/node_modules/change-case/dist.es2015/index.js +12 -0
- package/node_modules/change-case/dist.es2015/index.js.map +1 -0
- package/node_modules/change-case/dist.es2015/index.spec.d.ts +1 -0
- package/node_modules/change-case/dist.es2015/index.spec.js +7 -0
- package/node_modules/change-case/dist.es2015/index.spec.js.map +1 -0
- package/node_modules/change-case/package.json +101 -0
- package/node_modules/constant-case/LICENSE +21 -0
- package/node_modules/constant-case/README.md +37 -0
- package/node_modules/constant-case/dist/index.d.ts +3 -0
- package/node_modules/constant-case/dist/index.js +12 -0
- package/node_modules/constant-case/dist/index.js.map +1 -0
- package/node_modules/constant-case/dist/index.spec.d.ts +1 -0
- package/node_modules/constant-case/dist/index.spec.js +26 -0
- package/node_modules/constant-case/dist/index.spec.js.map +1 -0
- package/node_modules/constant-case/dist.es2015/index.d.ts +3 -0
- package/node_modules/constant-case/dist.es2015/index.js +8 -0
- package/node_modules/constant-case/dist.es2015/index.js.map +1 -0
- package/node_modules/constant-case/dist.es2015/index.spec.d.ts +1 -0
- package/node_modules/constant-case/dist.es2015/index.spec.js +24 -0
- package/node_modules/constant-case/dist.es2015/index.spec.js.map +1 -0
- package/node_modules/constant-case/package.json +90 -0
- package/node_modules/dot-case/LICENSE +21 -0
- package/node_modules/dot-case/README.md +37 -0
- package/node_modules/dot-case/dist/index.d.ts +3 -0
- package/node_modules/dot-case/dist/index.js +11 -0
- package/node_modules/dot-case/dist/index.js.map +1 -0
- package/node_modules/dot-case/dist/index.spec.d.ts +1 -0
- package/node_modules/dot-case/dist/index.spec.js +26 -0
- package/node_modules/dot-case/dist/index.spec.js.map +1 -0
- package/node_modules/dot-case/dist.es2015/index.d.ts +3 -0
- package/node_modules/dot-case/dist.es2015/index.js +7 -0
- package/node_modules/dot-case/dist.es2015/index.js.map +1 -0
- package/node_modules/dot-case/dist.es2015/index.spec.d.ts +1 -0
- package/node_modules/dot-case/dist.es2015/index.spec.js +24 -0
- package/node_modules/dot-case/dist.es2015/index.spec.js.map +1 -0
- package/node_modules/dot-case/package.json +89 -0
- package/node_modules/header-case/LICENSE +21 -0
- package/node_modules/header-case/README.md +37 -0
- package/node_modules/header-case/dist/index.d.ts +3 -0
- package/node_modules/header-case/dist/index.js +11 -0
- package/node_modules/header-case/dist/index.js.map +1 -0
- package/node_modules/header-case/dist/index.spec.d.ts +1 -0
- package/node_modules/header-case/dist/index.spec.js +24 -0
- package/node_modules/header-case/dist/index.spec.js.map +1 -0
- package/node_modules/header-case/dist.es2015/index.d.ts +3 -0
- package/node_modules/header-case/dist.es2015/index.js +7 -0
- package/node_modules/header-case/dist.es2015/index.js.map +1 -0
- package/node_modules/header-case/dist.es2015/index.spec.d.ts +1 -0
- package/node_modules/header-case/dist.es2015/index.spec.js +22 -0
- package/node_modules/header-case/dist.es2015/index.spec.js.map +1 -0
- package/node_modules/header-case/package.json +89 -0
- package/node_modules/lower-case/LICENSE +21 -0
- package/node_modules/lower-case/README.md +35 -0
- package/node_modules/lower-case/dist/index.d.ts +8 -0
- package/node_modules/lower-case/dist/index.js +53 -0
- package/node_modules/lower-case/dist/index.js.map +1 -0
- package/node_modules/lower-case/dist/index.spec.d.ts +1 -0
- package/node_modules/lower-case/dist/index.spec.js +36 -0
- package/node_modules/lower-case/dist/index.spec.js.map +1 -0
- package/node_modules/lower-case/dist.es2015/index.d.ts +8 -0
- package/node_modules/lower-case/dist.es2015/index.js +48 -0
- package/node_modules/lower-case/dist.es2015/index.js.map +1 -0
- package/node_modules/lower-case/dist.es2015/index.spec.d.ts +1 -0
- package/node_modules/lower-case/dist.es2015/index.spec.js +34 -0
- package/node_modules/lower-case/dist.es2015/index.spec.js.map +1 -0
- package/node_modules/lower-case/package.json +87 -0
- package/node_modules/no-case/LICENSE +21 -0
- package/node_modules/no-case/README.md +37 -0
- package/node_modules/no-case/dist/index.d.ts +10 -0
- package/node_modules/no-case/dist/index.js +35 -0
- package/node_modules/no-case/dist/index.js.map +1 -0
- package/node_modules/no-case/dist/index.spec.d.ts +1 -0
- package/node_modules/no-case/dist/index.spec.js +59 -0
- package/node_modules/no-case/dist/index.spec.js.map +1 -0
- package/node_modules/no-case/dist.es2015/index.d.ts +10 -0
- package/node_modules/no-case/dist.es2015/index.js +31 -0
- package/node_modules/no-case/dist.es2015/index.js.map +1 -0
- package/node_modules/no-case/dist.es2015/index.spec.d.ts +1 -0
- package/node_modules/no-case/dist.es2015/index.spec.js +57 -0
- package/node_modules/no-case/dist.es2015/index.spec.js.map +1 -0
- package/node_modules/no-case/package.json +85 -0
- package/node_modules/param-case/LICENSE +21 -0
- package/node_modules/param-case/README.md +37 -0
- package/node_modules/param-case/dist/index.d.ts +3 -0
- package/node_modules/param-case/dist/index.js +11 -0
- package/node_modules/param-case/dist/index.js.map +1 -0
- package/node_modules/param-case/dist/index.spec.d.ts +1 -0
- package/node_modules/param-case/dist/index.spec.js +24 -0
- package/node_modules/param-case/dist/index.spec.js.map +1 -0
- package/node_modules/param-case/dist.es2015/index.d.ts +3 -0
- package/node_modules/param-case/dist.es2015/index.js +7 -0
- package/node_modules/param-case/dist.es2015/index.js.map +1 -0
- package/node_modules/param-case/dist.es2015/index.spec.d.ts +1 -0
- package/node_modules/param-case/dist.es2015/index.spec.js +22 -0
- package/node_modules/param-case/dist.es2015/index.spec.js.map +1 -0
- package/node_modules/param-case/package.json +91 -0
- package/node_modules/pascal-case/LICENSE +21 -0
- package/node_modules/pascal-case/README.md +47 -0
- package/node_modules/pascal-case/dist/index.d.ts +5 -0
- package/node_modules/pascal-case/dist/index.js +24 -0
- package/node_modules/pascal-case/dist/index.js.map +1 -0
- package/node_modules/pascal-case/dist/index.spec.d.ts +1 -0
- package/node_modules/pascal-case/dist/index.spec.js +25 -0
- package/node_modules/pascal-case/dist/index.spec.js.map +1 -0
- package/node_modules/pascal-case/dist.es2015/index.d.ts +5 -0
- package/node_modules/pascal-case/dist.es2015/index.js +18 -0
- package/node_modules/pascal-case/dist.es2015/index.js.map +1 -0
- package/node_modules/pascal-case/dist.es2015/index.spec.d.ts +1 -0
- package/node_modules/pascal-case/dist.es2015/index.spec.js +23 -0
- package/node_modules/pascal-case/dist.es2015/index.spec.js.map +1 -0
- package/node_modules/pascal-case/package.json +90 -0
- package/node_modules/path-case/LICENSE +21 -0
- package/node_modules/path-case/README.md +37 -0
- package/node_modules/path-case/dist/index.d.ts +3 -0
- package/node_modules/path-case/dist/index.js +11 -0
- package/node_modules/path-case/dist/index.js.map +1 -0
- package/node_modules/path-case/dist/index.spec.d.ts +1 -0
- package/node_modules/path-case/dist/index.spec.js +24 -0
- package/node_modules/path-case/dist/index.spec.js.map +1 -0
- package/node_modules/path-case/dist.es2015/index.d.ts +3 -0
- package/node_modules/path-case/dist.es2015/index.js +7 -0
- package/node_modules/path-case/dist.es2015/index.js.map +1 -0
- package/node_modules/path-case/dist.es2015/index.spec.d.ts +1 -0
- package/node_modules/path-case/dist.es2015/index.spec.js +22 -0
- package/node_modules/path-case/dist.es2015/index.spec.js.map +1 -0
- package/node_modules/path-case/package.json +88 -0
- package/node_modules/sentence-case/LICENSE +21 -0
- package/node_modules/sentence-case/README.md +37 -0
- package/node_modules/sentence-case/dist/index.d.ts +4 -0
- package/node_modules/sentence-case/dist/index.js +19 -0
- package/node_modules/sentence-case/dist/index.js.map +1 -0
- package/node_modules/sentence-case/dist/index.spec.d.ts +1 -0
- package/node_modules/sentence-case/dist/index.spec.js +24 -0
- package/node_modules/sentence-case/dist/index.spec.js.map +1 -0
- package/node_modules/sentence-case/dist.es2015/index.d.ts +4 -0
- package/node_modules/sentence-case/dist.es2015/index.js +14 -0
- package/node_modules/sentence-case/dist.es2015/index.js.map +1 -0
- package/node_modules/sentence-case/dist.es2015/index.spec.d.ts +1 -0
- package/node_modules/sentence-case/dist.es2015/index.spec.js +22 -0
- package/node_modules/sentence-case/dist.es2015/index.spec.js.map +1 -0
- package/node_modules/sentence-case/package.json +89 -0
- package/node_modules/snake-case/LICENSE +21 -0
- package/node_modules/snake-case/README.md +37 -0
- package/node_modules/snake-case/dist/index.d.ts +3 -0
- package/node_modules/snake-case/dist/index.js +11 -0
- package/node_modules/snake-case/dist/index.js.map +1 -0
- package/node_modules/snake-case/dist/index.spec.d.ts +1 -0
- package/node_modules/snake-case/dist/index.spec.js +25 -0
- package/node_modules/snake-case/dist/index.spec.js.map +1 -0
- package/node_modules/snake-case/dist.es2015/index.d.ts +3 -0
- package/node_modules/snake-case/dist.es2015/index.js +7 -0
- package/node_modules/snake-case/dist.es2015/index.js.map +1 -0
- package/node_modules/snake-case/dist.es2015/index.spec.d.ts +1 -0
- package/node_modules/snake-case/dist.es2015/index.spec.js +23 -0
- package/node_modules/snake-case/dist.es2015/index.spec.js.map +1 -0
- package/node_modules/snake-case/package.json +90 -0
- package/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/tslib/README.md +164 -0
- package/node_modules/tslib/modules/index.js +55 -0
- package/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/tslib/package.json +38 -0
- package/node_modules/tslib/tslib.d.ts +398 -0
- package/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/tslib/tslib.es6.js +248 -0
- package/node_modules/tslib/tslib.html +1 -0
- package/node_modules/tslib/tslib.js +317 -0
- package/node_modules/upper-case/README.md +34 -0
- package/node_modules/upper-case/dist/index.d.ts +8 -0
- package/node_modules/upper-case/dist/index.js +49 -0
- package/node_modules/upper-case/dist/index.js.map +1 -0
- package/node_modules/upper-case/dist/index.spec.d.ts +1 -0
- package/node_modules/upper-case/dist/index.spec.js +34 -0
- package/node_modules/upper-case/dist/index.spec.js.map +1 -0
- package/node_modules/upper-case/dist.es2015/index.d.ts +8 -0
- package/node_modules/upper-case/dist.es2015/index.js +44 -0
- package/node_modules/upper-case/dist.es2015/index.js.map +1 -0
- package/node_modules/upper-case/dist.es2015/index.spec.d.ts +1 -0
- package/node_modules/upper-case/dist.es2015/index.spec.js +32 -0
- package/node_modules/upper-case/dist.es2015/index.spec.js.map +1 -0
- package/node_modules/upper-case/package.json +86 -0
- package/node_modules/upper-case-first/LICENSE +21 -0
- package/node_modules/upper-case-first/README.md +32 -0
- package/node_modules/upper-case-first/dist/index.d.ts +4 -0
- package/node_modules/upper-case-first/dist/index.js +11 -0
- package/node_modules/upper-case-first/dist/index.js.map +1 -0
- package/node_modules/upper-case-first/dist/index.spec.d.ts +1 -0
- package/node_modules/upper-case-first/dist/index.spec.js +20 -0
- package/node_modules/upper-case-first/dist/index.spec.js.map +1 -0
- package/node_modules/upper-case-first/dist.es2015/index.d.ts +4 -0
- package/node_modules/upper-case-first/dist.es2015/index.js +7 -0
- package/node_modules/upper-case-first/dist.es2015/index.js.map +1 -0
- package/node_modules/upper-case-first/dist.es2015/index.spec.d.ts +1 -0
- package/node_modules/upper-case-first/dist.es2015/index.spec.js +18 -0
- package/node_modules/upper-case-first/dist.es2015/index.spec.js.map +1 -0
- package/node_modules/upper-case-first/package.json +87 -0
- package/node_modules/uuid/CHANGELOG.md +229 -0
- package/node_modules/uuid/CONTRIBUTING.md +18 -0
- package/node_modules/uuid/LICENSE.md +9 -0
- package/node_modules/uuid/README.md +505 -0
- package/node_modules/uuid/dist/bin/uuid +2 -0
- package/node_modules/uuid/dist/esm-browser/index.js +9 -0
- package/node_modules/uuid/dist/esm-browser/md5.js +215 -0
- package/node_modules/uuid/dist/esm-browser/nil.js +1 -0
- package/node_modules/uuid/dist/esm-browser/parse.js +35 -0
- package/node_modules/uuid/dist/esm-browser/regex.js +1 -0
- package/node_modules/uuid/dist/esm-browser/rng.js +19 -0
- package/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
- package/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
- package/node_modules/uuid/dist/esm-browser/v1.js +95 -0
- package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/node_modules/uuid/dist/esm-browser/v35.js +64 -0
- package/node_modules/uuid/dist/esm-browser/v4.js +24 -0
- package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/node_modules/uuid/dist/esm-browser/validate.js +7 -0
- package/node_modules/uuid/dist/esm-browser/version.js +11 -0
- package/node_modules/uuid/dist/esm-node/index.js +9 -0
- package/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/node_modules/uuid/dist/esm-node/nil.js +1 -0
- package/node_modules/uuid/dist/esm-node/parse.js +35 -0
- package/node_modules/uuid/dist/esm-node/regex.js +1 -0
- package/node_modules/uuid/dist/esm-node/rng.js +12 -0
- package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/node_modules/uuid/dist/esm-node/stringify.js +29 -0
- package/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/node_modules/uuid/dist/esm-node/v35.js +64 -0
- package/node_modules/uuid/dist/esm-node/v4.js +24 -0
- package/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/node_modules/uuid/dist/esm-node/validate.js +7 -0
- package/node_modules/uuid/dist/esm-node/version.js +11 -0
- package/node_modules/uuid/dist/index.js +79 -0
- package/node_modules/uuid/dist/md5-browser.js +223 -0
- package/node_modules/uuid/dist/md5.js +23 -0
- package/node_modules/uuid/dist/nil.js +8 -0
- package/node_modules/uuid/dist/parse.js +45 -0
- package/node_modules/uuid/dist/regex.js +8 -0
- package/node_modules/uuid/dist/rng-browser.js +26 -0
- package/node_modules/uuid/dist/rng.js +24 -0
- package/node_modules/uuid/dist/sha1-browser.js +104 -0
- package/node_modules/uuid/dist/sha1.js +23 -0
- package/node_modules/uuid/dist/stringify.js +39 -0
- package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidNIL.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidParse.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidStringify.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidValidate.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidVersion.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
- package/node_modules/uuid/dist/uuid-bin.js +85 -0
- package/node_modules/uuid/dist/v1.js +107 -0
- package/node_modules/uuid/dist/v3.js +16 -0
- package/node_modules/uuid/dist/v35.js +78 -0
- package/node_modules/uuid/dist/v4.js +37 -0
- package/node_modules/uuid/dist/v5.js +16 -0
- package/node_modules/uuid/dist/validate.js +17 -0
- package/node_modules/uuid/dist/version.js +21 -0
- package/node_modules/uuid/package.json +135 -0
- package/node_modules/uuid/wrapper.mjs +10 -0
- package/package.json +37 -6
- package/releasetag.txt +1 -0
- package/version.txt +1 -0
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# Param Case
|
2
|
+
|
3
|
+
[![NPM version][npm-image]][npm-url]
|
4
|
+
[![NPM downloads][downloads-image]][downloads-url]
|
5
|
+
[![Bundle size][bundlephobia-image]][bundlephobia-url]
|
6
|
+
|
7
|
+
> Transform into a lower cased string with dashes between words.
|
8
|
+
|
9
|
+
## Installation
|
10
|
+
|
11
|
+
```
|
12
|
+
npm install param-case --save
|
13
|
+
```
|
14
|
+
|
15
|
+
## Usage
|
16
|
+
|
17
|
+
```js
|
18
|
+
import { paramCase } from "param-case";
|
19
|
+
|
20
|
+
paramCase("string"); //=> "string"
|
21
|
+
paramCase("dot.case"); //=> "dot-case"
|
22
|
+
paramCase("PascalCase"); //=> "pascal-case"
|
23
|
+
paramCase("version 1.2.10"); //=> "version-1-2-10"
|
24
|
+
```
|
25
|
+
|
26
|
+
The function also accepts [`options`](https://github.com/blakeembrey/change-case#options).
|
27
|
+
|
28
|
+
## License
|
29
|
+
|
30
|
+
MIT
|
31
|
+
|
32
|
+
[npm-image]: https://img.shields.io/npm/v/param-case.svg?style=flat
|
33
|
+
[npm-url]: https://npmjs.org/package/param-case
|
34
|
+
[downloads-image]: https://img.shields.io/npm/dm/param-case.svg?style=flat
|
35
|
+
[downloads-url]: https://npmjs.org/package/param-case
|
36
|
+
[bundlephobia-image]: https://img.shields.io/bundlephobia/minzip/param-case.svg
|
37
|
+
[bundlephobia-url]: https://bundlephobia.com/result?p=param-case
|
@@ -0,0 +1,11 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.paramCase = void 0;
|
4
|
+
var tslib_1 = require("tslib");
|
5
|
+
var dot_case_1 = require("dot-case");
|
6
|
+
function paramCase(input, options) {
|
7
|
+
if (options === void 0) { options = {}; }
|
8
|
+
return dot_case_1.dotCase(input, tslib_1.__assign({ delimiter: "-" }, options));
|
9
|
+
}
|
10
|
+
exports.paramCase = paramCase;
|
11
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AAAA,qCAA4C;AAI5C,SAAgB,SAAS,CAAC,KAAa,EAAE,OAAqB;IAArB,wBAAA,EAAA,YAAqB;IAC5D,OAAO,kBAAO,CAAC,KAAK,qBAClB,SAAS,EAAE,GAAG,IACX,OAAO,EACV,CAAC;AACL,CAAC;AALD,8BAKC","sourcesContent":["import { dotCase, Options } from \"dot-case\";\n\nexport { Options };\n\nexport function paramCase(input: string, options: Options = {}) {\n return dotCase(input, {\n delimiter: \"-\",\n ...options,\n });\n}\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
var _1 = require(".");
|
4
|
+
var TEST_CASES = [
|
5
|
+
["", ""],
|
6
|
+
["test", "test"],
|
7
|
+
["test string", "test-string"],
|
8
|
+
["Test String", "test-string"],
|
9
|
+
["TestV2", "test-v2"],
|
10
|
+
["version 1.2.10", "version-1-2-10"],
|
11
|
+
["version 1.21.0", "version-1-21-0"],
|
12
|
+
];
|
13
|
+
describe("param case", function () {
|
14
|
+
var _loop_1 = function (input, result) {
|
15
|
+
it(input + " -> " + result, function () {
|
16
|
+
expect(_1.paramCase(input)).toEqual(result);
|
17
|
+
});
|
18
|
+
};
|
19
|
+
for (var _i = 0, TEST_CASES_1 = TEST_CASES; _i < TEST_CASES_1.length; _i++) {
|
20
|
+
var _a = TEST_CASES_1[_i], input = _a[0], result = _a[1];
|
21
|
+
_loop_1(input, result);
|
22
|
+
}
|
23
|
+
});
|
24
|
+
//# sourceMappingURL=index.spec.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.spec.js","sourceRoot":"","sources":["../src/index.spec.ts"],"names":[],"mappings":";;AAAA,sBAA8B;AAE9B,IAAM,UAAU,GAAuB;IACrC,CAAC,EAAE,EAAE,EAAE,CAAC;IACR,CAAC,MAAM,EAAE,MAAM,CAAC;IAChB,CAAC,aAAa,EAAE,aAAa,CAAC;IAC9B,CAAC,aAAa,EAAE,aAAa,CAAC;IAC9B,CAAC,QAAQ,EAAE,SAAS,CAAC;IACrB,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;IACpC,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;CACrC,CAAC;AAEF,QAAQ,CAAC,YAAY,EAAE;4BACT,KAAK,EAAE,MAAM;QACvB,EAAE,CAAI,KAAK,YAAO,MAAQ,EAAE;YAC1B,MAAM,CAAC,YAAS,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;QAC3C,CAAC,CAAC,CAAC;;IAHL,KAA8B,UAAU,EAAV,yBAAU,EAAV,wBAAU,EAAV,IAAU;QAA7B,IAAA,qBAAe,EAAd,KAAK,QAAA,EAAE,MAAM,QAAA;gBAAb,KAAK,EAAE,MAAM;KAIxB;AACH,CAAC,CAAC,CAAC","sourcesContent":["import { paramCase } from \".\";\n\nconst TEST_CASES: [string, string][] = [\n [\"\", \"\"],\n [\"test\", \"test\"],\n [\"test string\", \"test-string\"],\n [\"Test String\", \"test-string\"],\n [\"TestV2\", \"test-v2\"],\n [\"version 1.2.10\", \"version-1-2-10\"],\n [\"version 1.21.0\", \"version-1-21-0\"],\n];\n\ndescribe(\"param case\", () => {\n for (const [input, result] of TEST_CASES) {\n it(`${input} -> ${result}`, () => {\n expect(paramCase(input)).toEqual(result);\n });\n }\n});\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAW,MAAM,UAAU,CAAC;AAI5C,MAAM,UAAU,SAAS,CAAC,KAAa,EAAE,OAAqB;IAArB,wBAAA,EAAA,YAAqB;IAC5D,OAAO,OAAO,CAAC,KAAK,aAClB,SAAS,EAAE,GAAG,IACX,OAAO,EACV,CAAC;AACL,CAAC","sourcesContent":["import { dotCase, Options } from \"dot-case\";\n\nexport { Options };\n\nexport function paramCase(input: string, options: Options = {}) {\n return dotCase(input, {\n delimiter: \"-\",\n ...options,\n });\n}\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { paramCase } from ".";
|
2
|
+
var TEST_CASES = [
|
3
|
+
["", ""],
|
4
|
+
["test", "test"],
|
5
|
+
["test string", "test-string"],
|
6
|
+
["Test String", "test-string"],
|
7
|
+
["TestV2", "test-v2"],
|
8
|
+
["version 1.2.10", "version-1-2-10"],
|
9
|
+
["version 1.21.0", "version-1-21-0"],
|
10
|
+
];
|
11
|
+
describe("param case", function () {
|
12
|
+
var _loop_1 = function (input, result) {
|
13
|
+
it(input + " -> " + result, function () {
|
14
|
+
expect(paramCase(input)).toEqual(result);
|
15
|
+
});
|
16
|
+
};
|
17
|
+
for (var _i = 0, TEST_CASES_1 = TEST_CASES; _i < TEST_CASES_1.length; _i++) {
|
18
|
+
var _a = TEST_CASES_1[_i], input = _a[0], result = _a[1];
|
19
|
+
_loop_1(input, result);
|
20
|
+
}
|
21
|
+
});
|
22
|
+
//# sourceMappingURL=index.spec.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.spec.js","sourceRoot":"","sources":["../src/index.spec.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,CAAC;AAE9B,IAAM,UAAU,GAAuB;IACrC,CAAC,EAAE,EAAE,EAAE,CAAC;IACR,CAAC,MAAM,EAAE,MAAM,CAAC;IAChB,CAAC,aAAa,EAAE,aAAa,CAAC;IAC9B,CAAC,aAAa,EAAE,aAAa,CAAC;IAC9B,CAAC,QAAQ,EAAE,SAAS,CAAC;IACrB,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;IACpC,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;CACrC,CAAC;AAEF,QAAQ,CAAC,YAAY,EAAE;4BACT,KAAK,EAAE,MAAM;QACvB,EAAE,CAAI,KAAK,YAAO,MAAQ,EAAE;YAC1B,MAAM,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;QAC3C,CAAC,CAAC,CAAC;;IAHL,KAA8B,UAAU,EAAV,yBAAU,EAAV,wBAAU,EAAV,IAAU;QAA7B,IAAA,qBAAe,EAAd,KAAK,QAAA,EAAE,MAAM,QAAA;gBAAb,KAAK,EAAE,MAAM;KAIxB;AACH,CAAC,CAAC,CAAC","sourcesContent":["import { paramCase } from \".\";\n\nconst TEST_CASES: [string, string][] = [\n [\"\", \"\"],\n [\"test\", \"test\"],\n [\"test string\", \"test-string\"],\n [\"Test String\", \"test-string\"],\n [\"TestV2\", \"test-v2\"],\n [\"version 1.2.10\", \"version-1-2-10\"],\n [\"version 1.21.0\", \"version-1-21-0\"],\n];\n\ndescribe(\"param case\", () => {\n for (const [input, result] of TEST_CASES) {\n it(`${input} -> ${result}`, () => {\n expect(paramCase(input)).toEqual(result);\n });\n }\n});\n"]}
|
@@ -0,0 +1,91 @@
|
|
1
|
+
{
|
2
|
+
"name": "param-case",
|
3
|
+
"version": "3.0.4",
|
4
|
+
"description": "Transform into a lower cased string with dashes between words",
|
5
|
+
"main": "dist/index.js",
|
6
|
+
"typings": "dist/index.d.ts",
|
7
|
+
"module": "dist.es2015/index.js",
|
8
|
+
"sideEffects": false,
|
9
|
+
"jsnext:main": "dist.es2015/index.js",
|
10
|
+
"files": [
|
11
|
+
"dist/",
|
12
|
+
"dist.es2015/",
|
13
|
+
"LICENSE"
|
14
|
+
],
|
15
|
+
"scripts": {
|
16
|
+
"lint": "tslint \"src/**/*\" --project tsconfig.json",
|
17
|
+
"build": "rimraf dist/ dist.es2015/ && tsc && tsc -P tsconfig.es2015.json",
|
18
|
+
"specs": "jest --coverage",
|
19
|
+
"test": "npm run build && npm run lint && npm run specs",
|
20
|
+
"size": "size-limit",
|
21
|
+
"prepare": "npm run build"
|
22
|
+
},
|
23
|
+
"repository": {
|
24
|
+
"type": "git",
|
25
|
+
"url": "git://github.com/blakeembrey/change-case.git"
|
26
|
+
},
|
27
|
+
"keywords": [
|
28
|
+
"param",
|
29
|
+
"case",
|
30
|
+
"kebab",
|
31
|
+
"hyphen",
|
32
|
+
"dash",
|
33
|
+
"dash-case",
|
34
|
+
"param-case",
|
35
|
+
"convert",
|
36
|
+
"transform"
|
37
|
+
],
|
38
|
+
"author": {
|
39
|
+
"name": "Blake Embrey",
|
40
|
+
"email": "hello@blakeembrey.com",
|
41
|
+
"url": "http://blakeembrey.me"
|
42
|
+
},
|
43
|
+
"license": "MIT",
|
44
|
+
"bugs": {
|
45
|
+
"url": "https://github.com/blakeembrey/change-case/issues"
|
46
|
+
},
|
47
|
+
"homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/param-case#readme",
|
48
|
+
"size-limit": [
|
49
|
+
{
|
50
|
+
"path": "dist/index.js",
|
51
|
+
"limit": "400 B"
|
52
|
+
}
|
53
|
+
],
|
54
|
+
"jest": {
|
55
|
+
"roots": [
|
56
|
+
"<rootDir>/src/"
|
57
|
+
],
|
58
|
+
"transform": {
|
59
|
+
"\\.tsx?$": "ts-jest"
|
60
|
+
},
|
61
|
+
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
|
62
|
+
"moduleFileExtensions": [
|
63
|
+
"ts",
|
64
|
+
"tsx",
|
65
|
+
"js",
|
66
|
+
"jsx",
|
67
|
+
"json",
|
68
|
+
"node"
|
69
|
+
]
|
70
|
+
},
|
71
|
+
"publishConfig": {
|
72
|
+
"access": "public"
|
73
|
+
},
|
74
|
+
"dependencies": {
|
75
|
+
"dot-case": "^3.0.4",
|
76
|
+
"tslib": "^2.0.3"
|
77
|
+
},
|
78
|
+
"devDependencies": {
|
79
|
+
"@size-limit/preset-small-lib": "^2.2.1",
|
80
|
+
"@types/jest": "^24.0.23",
|
81
|
+
"@types/node": "^12.12.14",
|
82
|
+
"jest": "^24.9.0",
|
83
|
+
"rimraf": "^3.0.0",
|
84
|
+
"ts-jest": "^24.2.0",
|
85
|
+
"tslint": "^5.20.1",
|
86
|
+
"tslint-config-prettier": "^1.18.0",
|
87
|
+
"tslint-config-standard": "^9.0.0",
|
88
|
+
"typescript": "^4.1.2"
|
89
|
+
},
|
90
|
+
"gitHead": "76a21a7f6f2a226521ef6abd345ff309cbd01fb0"
|
91
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
@@ -0,0 +1,47 @@
|
|
1
|
+
# Pascal Case
|
2
|
+
|
3
|
+
[![NPM version][npm-image]][npm-url]
|
4
|
+
[![NPM downloads][downloads-image]][downloads-url]
|
5
|
+
[![Bundle size][bundlephobia-image]][bundlephobia-url]
|
6
|
+
|
7
|
+
> Transform into a string of capitalized words without separators.
|
8
|
+
|
9
|
+
## Installation
|
10
|
+
|
11
|
+
```
|
12
|
+
npm install pascal-case --save
|
13
|
+
```
|
14
|
+
|
15
|
+
## Usage
|
16
|
+
|
17
|
+
```js
|
18
|
+
import { pascalCase } from "pascal-case";
|
19
|
+
|
20
|
+
pascalCase("string"); //=> "String"
|
21
|
+
pascalCase("dot.case"); //=> "DotCase"
|
22
|
+
pascalCase("PascalCase"); //=> "PascalCase"
|
23
|
+
pascalCase("version 1.2.10"); //=> "Version_1_2_10"
|
24
|
+
```
|
25
|
+
|
26
|
+
The function also accepts [`options`](https://github.com/blakeembrey/change-case#options).
|
27
|
+
|
28
|
+
### Merge Numbers
|
29
|
+
|
30
|
+
If you'd like to remove the behavior prefixing `_` before numbers, you can use `pascalCaseTransformMerge`:
|
31
|
+
|
32
|
+
```js
|
33
|
+
import { pascalCaseTransformMerge } from "pascal-case";
|
34
|
+
|
35
|
+
pascalCase("version 12", { transform: pascalCaseTransformMerge }); //=> "Version12"
|
36
|
+
```
|
37
|
+
|
38
|
+
## License
|
39
|
+
|
40
|
+
MIT
|
41
|
+
|
42
|
+
[npm-image]: https://img.shields.io/npm/v/pascal-case.svg?style=flat
|
43
|
+
[npm-url]: https://npmjs.org/package/pascal-case
|
44
|
+
[downloads-image]: https://img.shields.io/npm/dm/pascal-case.svg?style=flat
|
45
|
+
[downloads-url]: https://npmjs.org/package/pascal-case
|
46
|
+
[bundlephobia-image]: https://img.shields.io/bundlephobia/minzip/pascal-case.svg
|
47
|
+
[bundlephobia-url]: https://bundlephobia.com/result?p=pascal-case
|
@@ -0,0 +1,5 @@
|
|
1
|
+
import { Options } from "no-case";
|
2
|
+
export { Options };
|
3
|
+
export declare function pascalCaseTransform(input: string, index: number): string;
|
4
|
+
export declare function pascalCaseTransformMerge(input: string): string;
|
5
|
+
export declare function pascalCase(input: string, options?: Options): string;
|
@@ -0,0 +1,24 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.pascalCase = exports.pascalCaseTransformMerge = exports.pascalCaseTransform = void 0;
|
4
|
+
var tslib_1 = require("tslib");
|
5
|
+
var no_case_1 = require("no-case");
|
6
|
+
function pascalCaseTransform(input, index) {
|
7
|
+
var firstChar = input.charAt(0);
|
8
|
+
var lowerChars = input.substr(1).toLowerCase();
|
9
|
+
if (index > 0 && firstChar >= "0" && firstChar <= "9") {
|
10
|
+
return "_" + firstChar + lowerChars;
|
11
|
+
}
|
12
|
+
return "" + firstChar.toUpperCase() + lowerChars;
|
13
|
+
}
|
14
|
+
exports.pascalCaseTransform = pascalCaseTransform;
|
15
|
+
function pascalCaseTransformMerge(input) {
|
16
|
+
return input.charAt(0).toUpperCase() + input.slice(1).toLowerCase();
|
17
|
+
}
|
18
|
+
exports.pascalCaseTransformMerge = pascalCaseTransformMerge;
|
19
|
+
function pascalCase(input, options) {
|
20
|
+
if (options === void 0) { options = {}; }
|
21
|
+
return no_case_1.noCase(input, tslib_1.__assign({ delimiter: "", transform: pascalCaseTransform }, options));
|
22
|
+
}
|
23
|
+
exports.pascalCase = pascalCase;
|
24
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AAAA,mCAA0C;AAI1C,SAAgB,mBAAmB,CAAC,KAAa,EAAE,KAAa;IAC9D,IAAM,SAAS,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IAClC,IAAM,UAAU,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;IACjD,IAAI,KAAK,GAAG,CAAC,IAAI,SAAS,IAAI,GAAG,IAAI,SAAS,IAAI,GAAG,EAAE;QACrD,OAAO,MAAI,SAAS,GAAG,UAAY,CAAC;KACrC;IACD,OAAO,KAAG,SAAS,CAAC,WAAW,EAAE,GAAG,UAAY,CAAC;AACnD,CAAC;AAPD,kDAOC;AAED,SAAgB,wBAAwB,CAAC,KAAa;IACpD,OAAO,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;AACtE,CAAC;AAFD,4DAEC;AAED,SAAgB,UAAU,CAAC,KAAa,EAAE,OAAqB;IAArB,wBAAA,EAAA,YAAqB;IAC7D,OAAO,gBAAM,CAAC,KAAK,qBACjB,SAAS,EAAE,EAAE,EACb,SAAS,EAAE,mBAAmB,IAC3B,OAAO,EACV,CAAC;AACL,CAAC;AAND,gCAMC","sourcesContent":["import { noCase, Options } from \"no-case\";\n\nexport { Options };\n\nexport function pascalCaseTransform(input: string, index: number) {\n const firstChar = input.charAt(0);\n const lowerChars = input.substr(1).toLowerCase();\n if (index > 0 && firstChar >= \"0\" && firstChar <= \"9\") {\n return `_${firstChar}${lowerChars}`;\n }\n return `${firstChar.toUpperCase()}${lowerChars}`;\n}\n\nexport function pascalCaseTransformMerge(input: string) {\n return input.charAt(0).toUpperCase() + input.slice(1).toLowerCase();\n}\n\nexport function pascalCase(input: string, options: Options = {}) {\n return noCase(input, {\n delimiter: \"\",\n transform: pascalCaseTransform,\n ...options,\n });\n}\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,25 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
var _1 = require(".");
|
4
|
+
var TEST_CASES = [
|
5
|
+
["", ""],
|
6
|
+
["test", "Test"],
|
7
|
+
["test string", "TestString"],
|
8
|
+
["Test String", "TestString"],
|
9
|
+
["TestV2", "TestV2"],
|
10
|
+
["version 1.2.10", "Version_1_2_10"],
|
11
|
+
["version 1.21.0", "Version_1_21_0"],
|
12
|
+
["version 1.21.0", "Version1210", { transform: _1.pascalCaseTransformMerge }],
|
13
|
+
];
|
14
|
+
describe("pascal case", function () {
|
15
|
+
var _loop_1 = function (input, result, options) {
|
16
|
+
it(input + " -> " + result, function () {
|
17
|
+
expect(_1.pascalCase(input, options)).toEqual(result);
|
18
|
+
});
|
19
|
+
};
|
20
|
+
for (var _i = 0, TEST_CASES_1 = TEST_CASES; _i < TEST_CASES_1.length; _i++) {
|
21
|
+
var _a = TEST_CASES_1[_i], input = _a[0], result = _a[1], options = _a[2];
|
22
|
+
_loop_1(input, result, options);
|
23
|
+
}
|
24
|
+
});
|
25
|
+
//# sourceMappingURL=index.spec.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.spec.js","sourceRoot":"","sources":["../src/index.spec.ts"],"names":[],"mappings":";;AAAA,sBAAkE;AAElE,IAAM,UAAU,GAAiC;IAC/C,CAAC,EAAE,EAAE,EAAE,CAAC;IACR,CAAC,MAAM,EAAE,MAAM,CAAC;IAChB,CAAC,aAAa,EAAE,YAAY,CAAC;IAC7B,CAAC,aAAa,EAAE,YAAY,CAAC;IAC7B,CAAC,QAAQ,EAAE,QAAQ,CAAC;IACpB,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;IACpC,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;IACpC,CAAC,gBAAgB,EAAE,aAAa,EAAE,EAAE,SAAS,EAAE,2BAAwB,EAAE,CAAC;CAC3E,CAAC;AAEF,QAAQ,CAAC,aAAa,EAAE;4BACV,KAAK,EAAE,MAAM,EAAE,OAAO;QAChC,EAAE,CAAI,KAAK,YAAO,MAAQ,EAAE;YAC1B,MAAM,CAAC,aAAU,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;QACrD,CAAC,CAAC,CAAC;;IAHL,KAAuC,UAAU,EAAV,yBAAU,EAAV,wBAAU,EAAV,IAAU;QAAtC,IAAA,qBAAwB,EAAvB,KAAK,QAAA,EAAE,MAAM,QAAA,EAAE,OAAO,QAAA;gBAAtB,KAAK,EAAE,MAAM,EAAE,OAAO;KAIjC;AACH,CAAC,CAAC,CAAC","sourcesContent":["import { pascalCase, pascalCaseTransformMerge, Options } from \".\";\n\nconst TEST_CASES: [string, string, Options?][] = [\n [\"\", \"\"],\n [\"test\", \"Test\"],\n [\"test string\", \"TestString\"],\n [\"Test String\", \"TestString\"],\n [\"TestV2\", \"TestV2\"],\n [\"version 1.2.10\", \"Version_1_2_10\"],\n [\"version 1.21.0\", \"Version_1_21_0\"],\n [\"version 1.21.0\", \"Version1210\", { transform: pascalCaseTransformMerge }],\n];\n\ndescribe(\"pascal case\", () => {\n for (const [input, result, options] of TEST_CASES) {\n it(`${input} -> ${result}`, () => {\n expect(pascalCase(input, options)).toEqual(result);\n });\n }\n});\n"]}
|
@@ -0,0 +1,5 @@
|
|
1
|
+
import { Options } from "no-case";
|
2
|
+
export { Options };
|
3
|
+
export declare function pascalCaseTransform(input: string, index: number): string;
|
4
|
+
export declare function pascalCaseTransformMerge(input: string): string;
|
5
|
+
export declare function pascalCase(input: string, options?: Options): string;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { __assign } from "tslib";
|
2
|
+
import { noCase } from "no-case";
|
3
|
+
export function pascalCaseTransform(input, index) {
|
4
|
+
var firstChar = input.charAt(0);
|
5
|
+
var lowerChars = input.substr(1).toLowerCase();
|
6
|
+
if (index > 0 && firstChar >= "0" && firstChar <= "9") {
|
7
|
+
return "_" + firstChar + lowerChars;
|
8
|
+
}
|
9
|
+
return "" + firstChar.toUpperCase() + lowerChars;
|
10
|
+
}
|
11
|
+
export function pascalCaseTransformMerge(input) {
|
12
|
+
return input.charAt(0).toUpperCase() + input.slice(1).toLowerCase();
|
13
|
+
}
|
14
|
+
export function pascalCase(input, options) {
|
15
|
+
if (options === void 0) { options = {}; }
|
16
|
+
return noCase(input, __assign({ delimiter: "", transform: pascalCaseTransform }, options));
|
17
|
+
}
|
18
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAW,MAAM,SAAS,CAAC;AAI1C,MAAM,UAAU,mBAAmB,CAAC,KAAa,EAAE,KAAa;IAC9D,IAAM,SAAS,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IAClC,IAAM,UAAU,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;IACjD,IAAI,KAAK,GAAG,CAAC,IAAI,SAAS,IAAI,GAAG,IAAI,SAAS,IAAI,GAAG,EAAE;QACrD,OAAO,MAAI,SAAS,GAAG,UAAY,CAAC;KACrC;IACD,OAAO,KAAG,SAAS,CAAC,WAAW,EAAE,GAAG,UAAY,CAAC;AACnD,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,KAAa;IACpD,OAAO,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;AACtE,CAAC;AAED,MAAM,UAAU,UAAU,CAAC,KAAa,EAAE,OAAqB;IAArB,wBAAA,EAAA,YAAqB;IAC7D,OAAO,MAAM,CAAC,KAAK,aACjB,SAAS,EAAE,EAAE,EACb,SAAS,EAAE,mBAAmB,IAC3B,OAAO,EACV,CAAC;AACL,CAAC","sourcesContent":["import { noCase, Options } from \"no-case\";\n\nexport { Options };\n\nexport function pascalCaseTransform(input: string, index: number) {\n const firstChar = input.charAt(0);\n const lowerChars = input.substr(1).toLowerCase();\n if (index > 0 && firstChar >= \"0\" && firstChar <= \"9\") {\n return `_${firstChar}${lowerChars}`;\n }\n return `${firstChar.toUpperCase()}${lowerChars}`;\n}\n\nexport function pascalCaseTransformMerge(input: string) {\n return input.charAt(0).toUpperCase() + input.slice(1).toLowerCase();\n}\n\nexport function pascalCase(input: string, options: Options = {}) {\n return noCase(input, {\n delimiter: \"\",\n transform: pascalCaseTransform,\n ...options,\n });\n}\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import { pascalCase, pascalCaseTransformMerge } from ".";
|
2
|
+
var TEST_CASES = [
|
3
|
+
["", ""],
|
4
|
+
["test", "Test"],
|
5
|
+
["test string", "TestString"],
|
6
|
+
["Test String", "TestString"],
|
7
|
+
["TestV2", "TestV2"],
|
8
|
+
["version 1.2.10", "Version_1_2_10"],
|
9
|
+
["version 1.21.0", "Version_1_21_0"],
|
10
|
+
["version 1.21.0", "Version1210", { transform: pascalCaseTransformMerge }],
|
11
|
+
];
|
12
|
+
describe("pascal case", function () {
|
13
|
+
var _loop_1 = function (input, result, options) {
|
14
|
+
it(input + " -> " + result, function () {
|
15
|
+
expect(pascalCase(input, options)).toEqual(result);
|
16
|
+
});
|
17
|
+
};
|
18
|
+
for (var _i = 0, TEST_CASES_1 = TEST_CASES; _i < TEST_CASES_1.length; _i++) {
|
19
|
+
var _a = TEST_CASES_1[_i], input = _a[0], result = _a[1], options = _a[2];
|
20
|
+
_loop_1(input, result, options);
|
21
|
+
}
|
22
|
+
});
|
23
|
+
//# sourceMappingURL=index.spec.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.spec.js","sourceRoot":"","sources":["../src/index.spec.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,wBAAwB,EAAW,MAAM,GAAG,CAAC;AAElE,IAAM,UAAU,GAAiC;IAC/C,CAAC,EAAE,EAAE,EAAE,CAAC;IACR,CAAC,MAAM,EAAE,MAAM,CAAC;IAChB,CAAC,aAAa,EAAE,YAAY,CAAC;IAC7B,CAAC,aAAa,EAAE,YAAY,CAAC;IAC7B,CAAC,QAAQ,EAAE,QAAQ,CAAC;IACpB,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;IACpC,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;IACpC,CAAC,gBAAgB,EAAE,aAAa,EAAE,EAAE,SAAS,EAAE,wBAAwB,EAAE,CAAC;CAC3E,CAAC;AAEF,QAAQ,CAAC,aAAa,EAAE;4BACV,KAAK,EAAE,MAAM,EAAE,OAAO;QAChC,EAAE,CAAI,KAAK,YAAO,MAAQ,EAAE;YAC1B,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;QACrD,CAAC,CAAC,CAAC;;IAHL,KAAuC,UAAU,EAAV,yBAAU,EAAV,wBAAU,EAAV,IAAU;QAAtC,IAAA,qBAAwB,EAAvB,KAAK,QAAA,EAAE,MAAM,QAAA,EAAE,OAAO,QAAA;gBAAtB,KAAK,EAAE,MAAM,EAAE,OAAO;KAIjC;AACH,CAAC,CAAC,CAAC","sourcesContent":["import { pascalCase, pascalCaseTransformMerge, Options } from \".\";\n\nconst TEST_CASES: [string, string, Options?][] = [\n [\"\", \"\"],\n [\"test\", \"Test\"],\n [\"test string\", \"TestString\"],\n [\"Test String\", \"TestString\"],\n [\"TestV2\", \"TestV2\"],\n [\"version 1.2.10\", \"Version_1_2_10\"],\n [\"version 1.21.0\", \"Version_1_21_0\"],\n [\"version 1.21.0\", \"Version1210\", { transform: pascalCaseTransformMerge }],\n];\n\ndescribe(\"pascal case\", () => {\n for (const [input, result, options] of TEST_CASES) {\n it(`${input} -> ${result}`, () => {\n expect(pascalCase(input, options)).toEqual(result);\n });\n }\n});\n"]}
|
@@ -0,0 +1,90 @@
|
|
1
|
+
{
|
2
|
+
"name": "pascal-case",
|
3
|
+
"version": "3.1.2",
|
4
|
+
"description": "Transform into a string of capitalized words without separators",
|
5
|
+
"main": "dist/index.js",
|
6
|
+
"typings": "dist/index.d.ts",
|
7
|
+
"module": "dist.es2015/index.js",
|
8
|
+
"sideEffects": false,
|
9
|
+
"jsnext:main": "dist.es2015/index.js",
|
10
|
+
"files": [
|
11
|
+
"dist/",
|
12
|
+
"dist.es2015/",
|
13
|
+
"LICENSE"
|
14
|
+
],
|
15
|
+
"scripts": {
|
16
|
+
"lint": "tslint \"src/**/*\" --project tsconfig.json",
|
17
|
+
"build": "rimraf dist/ dist.es2015/ && tsc && tsc -P tsconfig.es2015.json",
|
18
|
+
"specs": "jest --coverage",
|
19
|
+
"test": "npm run build && npm run lint && npm run specs",
|
20
|
+
"size": "size-limit",
|
21
|
+
"prepare": "npm run build"
|
22
|
+
},
|
23
|
+
"repository": {
|
24
|
+
"type": "git",
|
25
|
+
"url": "git://github.com/blakeembrey/change-case.git"
|
26
|
+
},
|
27
|
+
"keywords": [
|
28
|
+
"pascal",
|
29
|
+
"case",
|
30
|
+
"camel",
|
31
|
+
"capital",
|
32
|
+
"convert",
|
33
|
+
"transform",
|
34
|
+
"identifier",
|
35
|
+
"class"
|
36
|
+
],
|
37
|
+
"author": {
|
38
|
+
"name": "Blake Embrey",
|
39
|
+
"email": "hello@blakeembrey.com",
|
40
|
+
"url": "http://blakeembrey.me"
|
41
|
+
},
|
42
|
+
"license": "MIT",
|
43
|
+
"bugs": {
|
44
|
+
"url": "https://github.com/blakeembrey/change-case/issues"
|
45
|
+
},
|
46
|
+
"homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/pascal-case#readme",
|
47
|
+
"size-limit": [
|
48
|
+
{
|
49
|
+
"path": "dist/index.js",
|
50
|
+
"limit": "400 B"
|
51
|
+
}
|
52
|
+
],
|
53
|
+
"jest": {
|
54
|
+
"roots": [
|
55
|
+
"<rootDir>/src/"
|
56
|
+
],
|
57
|
+
"transform": {
|
58
|
+
"\\.tsx?$": "ts-jest"
|
59
|
+
},
|
60
|
+
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
|
61
|
+
"moduleFileExtensions": [
|
62
|
+
"ts",
|
63
|
+
"tsx",
|
64
|
+
"js",
|
65
|
+
"jsx",
|
66
|
+
"json",
|
67
|
+
"node"
|
68
|
+
]
|
69
|
+
},
|
70
|
+
"publishConfig": {
|
71
|
+
"access": "public"
|
72
|
+
},
|
73
|
+
"dependencies": {
|
74
|
+
"no-case": "^3.0.4",
|
75
|
+
"tslib": "^2.0.3"
|
76
|
+
},
|
77
|
+
"devDependencies": {
|
78
|
+
"@size-limit/preset-small-lib": "^2.2.1",
|
79
|
+
"@types/jest": "^24.0.23",
|
80
|
+
"@types/node": "^12.12.14",
|
81
|
+
"jest": "^24.9.0",
|
82
|
+
"rimraf": "^3.0.0",
|
83
|
+
"ts-jest": "^24.2.0",
|
84
|
+
"tslint": "^5.20.1",
|
85
|
+
"tslint-config-prettier": "^1.18.0",
|
86
|
+
"tslint-config-standard": "^9.0.0",
|
87
|
+
"typescript": "^4.1.2"
|
88
|
+
},
|
89
|
+
"gitHead": "76a21a7f6f2a226521ef6abd345ff309cbd01fb0"
|
90
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# Path Case
|
2
|
+
|
3
|
+
[![NPM version][npm-image]][npm-url]
|
4
|
+
[![NPM downloads][downloads-image]][downloads-url]
|
5
|
+
[![Bundle size][bundlephobia-image]][bundlephobia-url]
|
6
|
+
|
7
|
+
> Transform into a lower case string with slashes between words.
|
8
|
+
|
9
|
+
## Installation
|
10
|
+
|
11
|
+
```
|
12
|
+
npm install path-case --save
|
13
|
+
```
|
14
|
+
|
15
|
+
## Usage
|
16
|
+
|
17
|
+
```js
|
18
|
+
import { pathCase } from "path-case";
|
19
|
+
|
20
|
+
pathCase("string"); //=> "string"
|
21
|
+
pathCase("dot.case"); //=> "dot/case"
|
22
|
+
pathCase("PascalCase"); //=> "pascal/case"
|
23
|
+
pathCase("version 1.2.10"); //=> "version/1/2/10"
|
24
|
+
```
|
25
|
+
|
26
|
+
The function also accepts [`options`](https://github.com/blakeembrey/change-case#options).
|
27
|
+
|
28
|
+
## License
|
29
|
+
|
30
|
+
MIT
|
31
|
+
|
32
|
+
[npm-image]: https://img.shields.io/npm/v/path-case.svg?style=flat
|
33
|
+
[npm-url]: https://npmjs.org/package/path-case
|
34
|
+
[downloads-image]: https://img.shields.io/npm/dm/path-case.svg?style=flat
|
35
|
+
[downloads-url]: https://npmjs.org/package/path-case
|
36
|
+
[bundlephobia-image]: https://img.shields.io/bundlephobia/minzip/path-case.svg
|
37
|
+
[bundlephobia-url]: https://bundlephobia.com/result?p=path-case
|
@@ -0,0 +1,11 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.pathCase = void 0;
|
4
|
+
var tslib_1 = require("tslib");
|
5
|
+
var dot_case_1 = require("dot-case");
|
6
|
+
function pathCase(input, options) {
|
7
|
+
if (options === void 0) { options = {}; }
|
8
|
+
return dot_case_1.dotCase(input, tslib_1.__assign({ delimiter: "/" }, options));
|
9
|
+
}
|
10
|
+
exports.pathCase = pathCase;
|
11
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AAAA,qCAA4C;AAI5C,SAAgB,QAAQ,CAAC,KAAa,EAAE,OAAqB;IAArB,wBAAA,EAAA,YAAqB;IAC3D,OAAO,kBAAO,CAAC,KAAK,qBAClB,SAAS,EAAE,GAAG,IACX,OAAO,EACV,CAAC;AACL,CAAC;AALD,4BAKC","sourcesContent":["import { dotCase, Options } from \"dot-case\";\n\nexport { Options };\n\nexport function pathCase(input: string, options: Options = {}) {\n return dotCase(input, {\n delimiter: \"/\",\n ...options,\n });\n}\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|