create-nohejs 1.0.0

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.
@@ -0,0 +1,134 @@
1
+
2
+ # Contributor Covenant Code of Conduct
3
+
4
+ ## Our Pledge
5
+
6
+ We as members, contributors, and leaders pledge to make participation in our
7
+ community a harassment-free experience for everyone, regardless of age, body
8
+ size, visible or invisible disability, ethnicity, sex characteristics, gender
9
+ identity and expression, level of experience, education, socio-economic status,
10
+ nationality, personal appearance, race, caste, color, religion, or sexual
11
+ identity and orientation.
12
+
13
+ We pledge to act and interact in ways that contribute to an open, welcoming,
14
+ diverse, inclusive, and healthy community.
15
+
16
+ ## Our Standards
17
+
18
+ Examples of behavior that contributes to a positive environment for our
19
+ community include:
20
+
21
+ * Demonstrating empathy and kindness toward other people
22
+ * Being respectful of differing opinions, viewpoints, and experiences
23
+ * Giving and gracefully accepting constructive feedback
24
+ * Accepting responsibility and apologizing to those affected by our mistakes,
25
+ and learning from the experience
26
+ * Focusing on what is best not just for us as individuals, but for the overall
27
+ community
28
+
29
+ Examples of unacceptable behavior include:
30
+
31
+ * The use of sexualized language or imagery, and sexual attention or advances of
32
+ any kind
33
+ * Trolling, insulting or derogatory comments, and personal or political attacks
34
+ * Public or private harassment
35
+ * Publishing others' private information, such as a physical or email address,
36
+ without their explicit permission
37
+ * Other conduct which could reasonably be considered inappropriate in a
38
+ professional setting
39
+
40
+ ## Enforcement Responsibilities
41
+
42
+ Community leaders are responsible for clarifying and enforcing our standards of
43
+ acceptable behavior and will take appropriate and fair corrective action in
44
+ response to any behavior that they deem inappropriate, threatening, offensive,
45
+ or harmful.
46
+
47
+ Community leaders have the right and responsibility to remove, edit, or reject
48
+ comments, commits, code, wiki edits, issues, and other contributions that are
49
+ not aligned to this Code of Conduct, and will communicate reasons for moderation
50
+ decisions when appropriate.
51
+
52
+ ## Scope
53
+
54
+ This Code of Conduct applies within all community spaces, and also applies when
55
+ an individual is officially representing the community in public spaces.
56
+ Examples of representing our community include using an official email address,
57
+ posting via an official social media account, or acting as an appointed
58
+ representative at an online or offline event.
59
+
60
+ ## Enforcement
61
+
62
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
63
+ reported to the community leaders responsible for enforcement at
64
+ franciscor00@outlook.es.
65
+ All complaints will be reviewed and investigated promptly and fairly.
66
+
67
+ All community leaders are obligated to respect the privacy and security of the
68
+ reporter of any incident.
69
+
70
+ ## Enforcement Guidelines
71
+
72
+ Community leaders will follow these Community Impact Guidelines in determining
73
+ the consequences for any action they deem in violation of this Code of Conduct:
74
+
75
+ ### 1. Correction
76
+
77
+ **Community Impact**: Use of inappropriate language or other behavior deemed
78
+ unprofessional or unwelcome in the community.
79
+
80
+ **Consequence**: A private, written warning from community leaders, providing
81
+ clarity around the nature of the violation and an explanation of why the
82
+ behavior was inappropriate. A public apology may be requested.
83
+
84
+ ### 2. Warning
85
+
86
+ **Community Impact**: A violation through a single incident or series of
87
+ actions.
88
+
89
+ **Consequence**: A warning with consequences for continued behavior. No
90
+ interaction with the people involved, including unsolicited interaction with
91
+ those enforcing the Code of Conduct, for a specified period of time. This
92
+ includes avoiding interactions in community spaces as well as external channels
93
+ like social media. Violating these terms may lead to a temporary or permanent
94
+ ban.
95
+
96
+ ### 3. Temporary Ban
97
+
98
+ **Community Impact**: A serious violation of community standards, including
99
+ sustained inappropriate behavior.
100
+
101
+ **Consequence**: A temporary ban from any sort of interaction or public
102
+ communication with the community for a specified period of time. No public or
103
+ private interaction with the people involved, including unsolicited interaction
104
+ with those enforcing the Code of Conduct, is allowed during this period.
105
+ Violating these terms may lead to a permanent ban.
106
+
107
+ ### 4. Permanent Ban
108
+
109
+ **Community Impact**: Demonstrating a pattern of violation of community
110
+ standards, including sustained inappropriate behavior, harassment of an
111
+ individual, or aggression toward or disparagement of classes of individuals.
112
+
113
+ **Consequence**: A permanent ban from any sort of public interaction within the
114
+ community.
115
+
116
+ ## Attribution
117
+
118
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
119
+ version 2.1, available at
120
+ [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
121
+
122
+ Community Impact Guidelines were inspired by
123
+ [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
124
+
125
+ For answers to common questions about this code of conduct, see the FAQ at
126
+ [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
127
+ [https://www.contributor-covenant.org/translations][translations].
128
+
129
+ [homepage]: https://www.contributor-covenant.org
130
+ [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
131
+ [Mozilla CoC]: https://github.com/mozilla/diversity
132
+ [FAQ]: https://www.contributor-covenant.org/faq
133
+ [translations]: https://www.contributor-covenant.org/translations
134
+
package/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ The MIT License (MIT)
2
+ Copyright (c) 2024 Francisco Rivero (CQDEV)
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is
9
+ furnished to do so, subject to the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be included in all
12
+ copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20
+ SOFTWARE.
@@ -0,0 +1,2 @@
1
+ declare const info: (...args: any) => void;
2
+ export { info };
@@ -0,0 +1,47 @@
1
+ const colours = {
2
+ reset: "\x1b[0m",
3
+ bright: "\x1b[1m",
4
+ dim: "\x1b[2m",
5
+ underscore: "\x1b[4m",
6
+ blink: "\x1b[5m",
7
+ reverse: "\x1b[7m",
8
+ hidden: "\x1b[8m",
9
+ fg: {
10
+ black: "\x1b[30m",
11
+ red: "\x1b[31m",
12
+ green: "\x1b[32m",
13
+ yellow: "\x1b[33m",
14
+ blue: "\x1b[34m",
15
+ magenta: "\x1b[35m",
16
+ cyan: "\x1b[36m",
17
+ white: "\x1b[37m",
18
+ gray: "\x1b[90m",
19
+ crimson: "\x1b[38m", // Scarlet,
20
+ end: "\x1b[0m"
21
+ },
22
+ bg: {
23
+ black: "\x1b[40m",
24
+ red: "\x1b[41m",
25
+ green: "\x1b[42m",
26
+ yellow: "\x1b[43m",
27
+ blue: "\x1b[44m",
28
+ magenta: "\x1b[45m",
29
+ cyan: "\x1b[46m",
30
+ white: "\x1b[47m",
31
+ gray: "\x1b[100m",
32
+ crimson: "\x1b[48m"
33
+ }
34
+ };
35
+ const Replace = (cadena, variables) => {
36
+ return cadena.replace(/{{\s*(.*?)\s*}}/g, (_, identificador) => {
37
+ return variables[identificador] ? variables[identificador] : "";
38
+ });
39
+ };
40
+ const info = (...args) => {
41
+ var txt = "";
42
+ for (var i = 0; i < args.length; i++) {
43
+ txt = txt + Replace(args[i], colours['fg']) + '\x1b[0m';
44
+ }
45
+ console.log(txt, '\x1b[0m');
46
+ };
47
+ export { info };
package/lib/index.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ export {};
package/lib/index.js ADDED
@@ -0,0 +1,80 @@
1
+ #!/usr/bin/env node
2
+ import fs from 'fs';
3
+ import ejs from 'ejs';
4
+ import path from 'path';
5
+ import { fileURLToPath } from 'url';
6
+ import { info } from './chat/index.js';
7
+ import { execa } from 'execa';
8
+ var root;
9
+ var data = {};
10
+ const Init = async () => {
11
+ let args = process.argv.slice(2);
12
+ if (!args[0]) {
13
+ info(`[ {{cyan}}NOHE{{end}} ] Write a name "npm init nohejs Name"`);
14
+ return;
15
+ }
16
+ root = process.cwd() + '/' + args[0];
17
+ var dir = await createDirectory(root);
18
+ if (!dir) {
19
+ info(`[ {{cyan}}NOHE{{end}} ] There is already a directory with that name`);
20
+ return;
21
+ }
22
+ data = {
23
+ name: args[0]
24
+ };
25
+ const paths = fileURLToPath(import.meta.url);
26
+ const a = path.dirname(paths);
27
+ const ruta = path.join(a, '.');
28
+ await Folder(ruta + '/template', root);
29
+ try {
30
+ await execa({ shell: true, stdio: 'inherit' }) `cd ${args[0]} && npm install nohejs`;
31
+ info(`[ {{cyan}}info{{end}} ] Completed Installation`);
32
+ info(`[ {{cyan}}info{{end}} ] cd ${args[0]} and npm run dev`);
33
+ }
34
+ catch (error) {
35
+ info(`[ {{red}}ERROR{{end}} ] npm install: ${error}`);
36
+ }
37
+ };
38
+ const Folder = (dir, output) => {
39
+ return new Promise((resolve, reject) => {
40
+ fs.readdir(dir, { withFileTypes: true }, async (err, files) => {
41
+ if (err)
42
+ reject();
43
+ else {
44
+ files.forEach(async (file) => {
45
+ if (file.isDirectory()) {
46
+ await createDirectory(output + '/' + file.name);
47
+ await Folder(dir + '/' + file.name, output + '/' + file.name);
48
+ }
49
+ if (file.isFile()) {
50
+ fs.readFile(dir + '/' + file.name, (_err, _data) => {
51
+ var render;
52
+ if (file.name !== "index.html") {
53
+ render = ejs.render(_data.toString(), data);
54
+ }
55
+ else {
56
+ render = _data.toString();
57
+ }
58
+ fs.writeFile(output + '/' + file.name, render, err => {
59
+ if (err)
60
+ throw err;
61
+ });
62
+ });
63
+ }
64
+ });
65
+ resolve();
66
+ }
67
+ });
68
+ });
69
+ };
70
+ const createDirectory = (dir) => {
71
+ return new Promise((resolve) => {
72
+ fs.mkdir(dir, function (err) {
73
+ if (err) {
74
+ resolve(false);
75
+ }
76
+ resolve(true);
77
+ });
78
+ });
79
+ };
80
+ Init();
@@ -0,0 +1,134 @@
1
+
2
+ # Contributor Covenant Code of Conduct
3
+
4
+ ## Our Pledge
5
+
6
+ We as members, contributors, and leaders pledge to make participation in our
7
+ community a harassment-free experience for everyone, regardless of age, body
8
+ size, visible or invisible disability, ethnicity, sex characteristics, gender
9
+ identity and expression, level of experience, education, socio-economic status,
10
+ nationality, personal appearance, race, caste, color, religion, or sexual
11
+ identity and orientation.
12
+
13
+ We pledge to act and interact in ways that contribute to an open, welcoming,
14
+ diverse, inclusive, and healthy community.
15
+
16
+ ## Our Standards
17
+
18
+ Examples of behavior that contributes to a positive environment for our
19
+ community include:
20
+
21
+ * Demonstrating empathy and kindness toward other people
22
+ * Being respectful of differing opinions, viewpoints, and experiences
23
+ * Giving and gracefully accepting constructive feedback
24
+ * Accepting responsibility and apologizing to those affected by our mistakes,
25
+ and learning from the experience
26
+ * Focusing on what is best not just for us as individuals, but for the overall
27
+ community
28
+
29
+ Examples of unacceptable behavior include:
30
+
31
+ * The use of sexualized language or imagery, and sexual attention or advances of
32
+ any kind
33
+ * Trolling, insulting or derogatory comments, and personal or political attacks
34
+ * Public or private harassment
35
+ * Publishing others' private information, such as a physical or email address,
36
+ without their explicit permission
37
+ * Other conduct which could reasonably be considered inappropriate in a
38
+ professional setting
39
+
40
+ ## Enforcement Responsibilities
41
+
42
+ Community leaders are responsible for clarifying and enforcing our standards of
43
+ acceptable behavior and will take appropriate and fair corrective action in
44
+ response to any behavior that they deem inappropriate, threatening, offensive,
45
+ or harmful.
46
+
47
+ Community leaders have the right and responsibility to remove, edit, or reject
48
+ comments, commits, code, wiki edits, issues, and other contributions that are
49
+ not aligned to this Code of Conduct, and will communicate reasons for moderation
50
+ decisions when appropriate.
51
+
52
+ ## Scope
53
+
54
+ This Code of Conduct applies within all community spaces, and also applies when
55
+ an individual is officially representing the community in public spaces.
56
+ Examples of representing our community include using an official email address,
57
+ posting via an official social media account, or acting as an appointed
58
+ representative at an online or offline event.
59
+
60
+ ## Enforcement
61
+
62
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
63
+ reported to the community leaders responsible for enforcement at
64
+ franciscor00@outlook.es.
65
+ All complaints will be reviewed and investigated promptly and fairly.
66
+
67
+ All community leaders are obligated to respect the privacy and security of the
68
+ reporter of any incident.
69
+
70
+ ## Enforcement Guidelines
71
+
72
+ Community leaders will follow these Community Impact Guidelines in determining
73
+ the consequences for any action they deem in violation of this Code of Conduct:
74
+
75
+ ### 1. Correction
76
+
77
+ **Community Impact**: Use of inappropriate language or other behavior deemed
78
+ unprofessional or unwelcome in the community.
79
+
80
+ **Consequence**: A private, written warning from community leaders, providing
81
+ clarity around the nature of the violation and an explanation of why the
82
+ behavior was inappropriate. A public apology may be requested.
83
+
84
+ ### 2. Warning
85
+
86
+ **Community Impact**: A violation through a single incident or series of
87
+ actions.
88
+
89
+ **Consequence**: A warning with consequences for continued behavior. No
90
+ interaction with the people involved, including unsolicited interaction with
91
+ those enforcing the Code of Conduct, for a specified period of time. This
92
+ includes avoiding interactions in community spaces as well as external channels
93
+ like social media. Violating these terms may lead to a temporary or permanent
94
+ ban.
95
+
96
+ ### 3. Temporary Ban
97
+
98
+ **Community Impact**: A serious violation of community standards, including
99
+ sustained inappropriate behavior.
100
+
101
+ **Consequence**: A temporary ban from any sort of interaction or public
102
+ communication with the community for a specified period of time. No public or
103
+ private interaction with the people involved, including unsolicited interaction
104
+ with those enforcing the Code of Conduct, is allowed during this period.
105
+ Violating these terms may lead to a permanent ban.
106
+
107
+ ### 4. Permanent Ban
108
+
109
+ **Community Impact**: Demonstrating a pattern of violation of community
110
+ standards, including sustained inappropriate behavior, harassment of an
111
+ individual, or aggression toward or disparagement of classes of individuals.
112
+
113
+ **Consequence**: A permanent ban from any sort of public interaction within the
114
+ community.
115
+
116
+ ## Attribution
117
+
118
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
119
+ version 2.1, available at
120
+ [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
121
+
122
+ Community Impact Guidelines were inspired by
123
+ [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
124
+
125
+ For answers to common questions about this code of conduct, see the FAQ at
126
+ [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
127
+ [https://www.contributor-covenant.org/translations][translations].
128
+
129
+ [homepage]: https://www.contributor-covenant.org
130
+ [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
131
+ [Mozilla CoC]: https://github.com/mozilla/diversity
132
+ [FAQ]: https://www.contributor-covenant.org/faq
133
+ [translations]: https://www.contributor-covenant.org/translations
134
+
@@ -0,0 +1,20 @@
1
+ The MIT License (MIT)
2
+ Copyright (c) 2024 Francisco Rivero (CQDEV)
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is
9
+ furnished to do so, subject to the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be included in all
12
+ copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20
+ SOFTWARE.
File without changes
File without changes
@@ -0,0 +1,11 @@
1
+ const { defineModule } = require('nohejs')
2
+
3
+ module.exports = defineModule({
4
+ client: [
5
+ 'Main'
6
+ ],
7
+
8
+ server: [
9
+ 'Main'
10
+ ]
11
+ })
@@ -0,0 +1,13 @@
1
+ const { defineManifest } = require('nohejs')
2
+
3
+ module.exports = defineManifest({
4
+ fx_version: 'cerulean',
5
+ games: [ "gta5" ],
6
+ shared: [],
7
+ client: [],
8
+ server: [],
9
+ exports: [],
10
+ dependencies: [],
11
+ escrow_ignore: [],
12
+ lua54: "yes"
13
+ })
@@ -0,0 +1,5 @@
1
+ const { defineConfig } = require('nohejs')
2
+
3
+ module.exports = defineConfig({
4
+ outputDir: './build'
5
+ })
@@ -0,0 +1,2 @@
1
+ const { Nohe } = require('nohejs')
2
+ Nohe()
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "<%= name %>",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "scripts": {
6
+ "build": "node nohe build",
7
+ "dev": "node nohe server"
8
+ },
9
+ "author": "CQDEV",
10
+ "license": "MIT"
11
+ }
@@ -0,0 +1,12 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width,initial-scale=1.0">
7
+ <title><%= htmlWebpackPlugin.options.title %></title>
8
+ </head>
9
+ <body>
10
+ <div id="app"></div>
11
+ </body>
12
+ </html>
@@ -0,0 +1,5 @@
1
+ const { Store } = require('@cq9dev/nohecli')
2
+
3
+ module.exports = Store('Main', {
4
+ "item": "New Storage"
5
+ })
@@ -0,0 +1,37 @@
1
+ <template>
2
+ <div>NOHE TEMPLATE</div>
3
+ </template>
4
+
5
+ <script setup>
6
+ </script>
7
+
8
+ <style>
9
+ *,
10
+ *::before,
11
+ *::after {
12
+ box-sizing: border-box;
13
+ -webkit-user-drag: none;
14
+ user-select: none;
15
+ -moz-user-select: none;
16
+ -webkit-user-select: none;
17
+ -ms-user-select: none;
18
+ }
19
+
20
+ html {
21
+ line-height: 1;
22
+ }
23
+
24
+ input,
25
+ button,
26
+ textarea,
27
+ select {
28
+ font: inherit;
29
+ }
30
+ body{
31
+ overflow: hidden;
32
+ font-family: "Poppins", sans-serif;
33
+ }
34
+ img {
35
+ max-width: 100%;
36
+ }
37
+ </style>
@@ -0,0 +1,4 @@
1
+ import { createApp } from 'vue'
2
+ import App from "./App.vue"
3
+
4
+ createApp(App).mount('#app')
package/package.json ADDED
@@ -0,0 +1,28 @@
1
+ {
2
+ "name": "create-nohejs",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "lib/index.js",
6
+ "bin": {
7
+ "@cq9dev/create-nohe": "lib/index.js"
8
+ },
9
+ "type": "module",
10
+ "scripts": {
11
+ "build": "tsc"
12
+ },
13
+ "keywords": [],
14
+ "author": "CQDEV",
15
+ "license": "MIT",
16
+ "devDependencies": {
17
+ "@types/ejs": "^3.1.5",
18
+ "@types/execa": "^2.0.0",
19
+ "ts-node": "^10.9.2",
20
+ "typescript": "^5.4.5"
21
+ },
22
+ "dependencies": {
23
+ "ejs": "^3.1.10",
24
+ "execa": "^9.1.0",
25
+ "fs": "^0.0.1-security",
26
+ "path": "^0.12.7"
27
+ }
28
+ }
package/tsconfig.json ADDED
@@ -0,0 +1,30 @@
1
+ {
2
+ "compilerOptions": {
3
+ "target": "ESNext",
4
+ "module": "NodeNext",
5
+ "lib": ["ESNext"],
6
+ "noUnusedLocals": true,
7
+ "noUnusedParameters": true,
8
+ "isolatedModules": true,
9
+ "esModuleInterop": true,
10
+ "strictNullChecks": true,
11
+ "allowSyntheticDefaultImports": true,
12
+ "forceConsistentCasingInFileNames": true,
13
+ "strictPropertyInitialization": true,
14
+ "experimentalDecorators": true,
15
+ "noImplicitAny": true,
16
+ "strictBindCallApply": true,
17
+ "strictFunctionTypes": true,
18
+ "noImplicitThis": true,
19
+ "skipLibCheck": true,
20
+ "strict": true,
21
+ "removeComments": false,
22
+ "types": ["@types/node"],
23
+ "declaration": true,
24
+ "outDir": "./lib"
25
+ },
26
+ "ts-node": {
27
+ "swc": true
28
+ },
29
+ "exclude": ["src/template", "node_modules"]
30
+ }