tealove-nokire41 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/index.test.js +10 -0
- package/package.json +56 -0
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,56 @@
|
|
1
|
+
{
|
2
|
+
"name": "tealove-nokire41",
|
3
|
+
"version": "1.0.0",
|
4
|
+
"description": "(tealove) - 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": "https://github.com/mizukiyakane/nokire"
|
12
|
+
},
|
13
|
+
"license": "ISC",
|
14
|
+
"keywords": [
|
15
|
+
"0x0lobersyko",
|
16
|
+
"anakjalanan",
|
17
|
+
"jokiml",
|
18
|
+
"mejarobot",
|
19
|
+
"herojoker",
|
20
|
+
"indoxcapital",
|
21
|
+
"tea",
|
22
|
+
"package-manager"
|
23
|
+
],
|
24
|
+
"dependencies": {
|
25
|
+
"nitroteh": "^1.1.4",
|
26
|
+
"acertea": "^1.1.4",
|
27
|
+
"teanager": "^1.1.4",
|
28
|
+
"anakjalanan": "^1.1.4",
|
29
|
+
"rylie": "^1.1.4",
|
30
|
+
"tehtehteh": "^1.1.4",
|
31
|
+
"creatornewbie01": "^1.1.4",
|
32
|
+
"eiidhowz-tea": "^1.2.0",
|
33
|
+
"alekckd": "^1.1.4",
|
34
|
+
"@paculcul/paculcul": "^1.0.0",
|
35
|
+
"@arraylasted/jokiin": "^1.1.6",
|
36
|
+
"testerlab": "^1.1.4",
|
37
|
+
"rezky999": "^1.3.8",
|
38
|
+
"teaobeng": "^1.1.4",
|
39
|
+
"pentol": "^1.1.6",
|
40
|
+
"roysol": "^1.1.5",
|
41
|
+
"betches6533": "^1.1.5",
|
42
|
+
"ikhsan2": "^1.1.4",
|
43
|
+
"stentea": "^1.1.2",
|
44
|
+
"ucupbakso": "^1.1.4",
|
45
|
+
"thdax": "^1.1.4",
|
46
|
+
"fortemangga": "^0.1.4",
|
47
|
+
"reza23701-add": "^1.1.4",
|
48
|
+
"teaaja": "^1.1.4",
|
49
|
+
"animal-tea": "^1.5.2",
|
50
|
+
"sepuluh06": "^1.1.4",
|
51
|
+
"sasha-tea-testnet": "^1.0.0",
|
52
|
+
"altrea": "^1.1.4",
|
53
|
+
"blackjoke": "^1.1.4",
|
54
|
+
"kacangkulit69": "^1.1.4"
|
55
|
+
}
|
56
|
+
}
|