hahababa 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.
- package/index.js +5 -0
- package/package.json +13 -0
package/index.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export default const HAHABABA = {
|
|
2
|
+
name: '哈哈爸爸',
|
|
3
|
+
description: '做个好爸爸,给全家带来欢声笑语,维持和提升家庭和亲子关系的宝藏。',
|
|
4
|
+
keywords: ['joke', 'funny', 'humor', 'happy', 'laugh', 'comedy', 'entertainment', 'fun', 'amusement', 'wit', '笑话', '笑料', '搞笑', '幽默', '段子', '亲子', '家庭', '育儿', '爸爸', '父亲', '育儿', '脑筋急转弯', '猜字迷', '家庭关系', '亲子关系', '家庭娱乐', '亲子娱乐', '家庭活动', '亲子活动', '家庭游戏', '亲子游戏']
|
|
5
|
+
};
|
package/package.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "hahababa",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "哈哈爸爸:做个好爸爸,给全家带来欢声笑语,维持和提升家庭和亲子关系的宝藏。",
|
|
5
|
+
"homepage": "https://hahababa.app",
|
|
6
|
+
"main": "index.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
9
|
+
},
|
|
10
|
+
"keywords": ["joke", "funny", "humor", "happy", "laugh", "comedy", "entertainment", "fun", "amusement", "wit", "笑话", "笑料", "搞笑", "幽默", "段子", "亲子", "家庭", "育儿", "爸爸", "父亲", "育儿", "脑筋急转弯", "猜字迷", "家庭关系", "亲子关系", "家庭娱乐", "亲子娱乐", "家庭活动", "亲子活动", "家庭游戏", "亲子游戏"],
|
|
11
|
+
"author": "",
|
|
12
|
+
"license": "ISC"
|
|
13
|
+
}
|