This commit is contained in:
2024-03-22 03:47:51 +05:30
parent 8bcf3d211e
commit 89819f6fe2
28440 changed files with 3211033 additions and 2 deletions

41
node_modules/emojilib/package.json generated vendored Normal file
View File

@@ -0,0 +1,41 @@
{
"name": "emojilib",
"version": "2.4.0",
"description": "Emoji keyword library.",
"main": "index.js",
"files": [
"emojis.json",
"index.js",
"ordered.json",
"LICENSE",
"package.json",
"simplemap.json"
],
"scripts": {
"build": "node build.js",
"prepublish": "npm run build",
"test": "node test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muan/emojilib.git"
},
"keywords": [
"emoji",
"keyword",
"search"
],
"author": "Mu-An Chiou <me@muanchiou.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/muan/emojilib/issues"
},
"homepage": "https://github.com/muan/emojilib#readme",
"devDependencies": {
"JSONStream": "^1.0.4",
"format-json-stream": "^0.1.5",
"tap-spec": "^5.0.0",
"tape": "^4.9.1"
},
"dependencies": {}
}