1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
{
"_from": "demojijs",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-EhsPdOMXOS7YkePQZnKWnVtxBw+4nMxeHCl3qTCfqHQk5qyqSbvzkcfFy7KQCEjBgD3rh/4TtCky/4G97rHLOA==",
"_location": "/demojijs",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "demojijs",
"name": "demojijs",
"escapedName": "demojijs",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/demojijs/-/demojijs-1.2.0.tgz",
"_shasum": "a357a09eed1cee254fdac5b593b4dc380361aea1",
"_spec": "demojijs",
"_where": "E:\\Documents\\GitHub\\s5nical",
"author": {
"name": "Jinzulen"
},
"bugs": {
"url": "https://github.com/Jinzulen/DEmojiJS/issues"
},
"bundleDependencies": false,
"dependencies": {
"node-file-cache": "^1.0.2",
"underscore": "^1.9.1"
},
"deprecated": false,
"description": "DEmojiJS is a lightweight, simple NodeJS wrapper around the DiscordEmoji API.",
"homepage": "https://github.com/Jinzulen/DEmojiJS#readme",
"keywords": [
"discord",
"emojis",
"discordemoji",
"discordemoji.com",
"bots"
],
"license": "ISC",
"main": "index.js",
"name": "demojijs",
"repository": {
"type": "git",
"url": "git+https://github.com/Jinzulen/DEmojiJS.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.2.0"
}
|