munidr-nerf-usual 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/LISENCE +5 -0
  2. package/index.test.js +10 -0
  3. package/package.json +31 -0
package/LISENCE ADDED
@@ -0,0 +1,5 @@
1
+ MIT License
2
+ Copyright (c) 2024 kuroichi12
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/index.test.js ADDED
@@ -0,0 +1,10 @@
1
+ const assert = require('assert');
2
+ const { getPackage } = require('../src/index');
3
+
4
+ describe('Showing name of one package', function() {
5
+ describe('#getPackage()', function() {
6
+ it('should return package kuroichi12-complete-themselves', function() {
7
+ assert.strictEqual(getPackage(), 'kuroichi12-complete-themselves');
8
+ });
9
+ });
10
+ });
package/package.json ADDED
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "munidr-nerf-usual",
3
+ "version": "1.0.0",
4
+ "description": "(irasi-complete-themselves) - This function is used to convert multiple words into an interesting sentence containing the word kuroichi12-complete-themselves.",
5
+ "main": "src/index.js",
6
+ "scripts": {
7
+ "test": "test"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/bagusadinata/tumbhal.git"
12
+ },
13
+ "license": "ISC",
14
+ "keywords": [
15
+ "teanager",
16
+ "tea",
17
+ "package-manager",
18
+ "irashi-csom-ters"
19
+ ],
20
+ "dependencies": {
21
+ "0x0lobersyko": "^1.1.5",
22
+ "acertea": "^1.1.4",
23
+ "anakjalanan": "^1.1.4",
24
+ "jokiml": "^1.1.2",
25
+ "mejarobot": "^1.1.2",
26
+ "nitroteh": "^1.1.4",
27
+ "rylie": "^1.1.4",
28
+ "teanager": "^1.1.4",
29
+ "vibas": "^1.1.4"
30
+ }
31
+ }