diff options
Diffstat (limited to 'node_modules/demojijs/package.json')
| -rw-r--r-- | node_modules/demojijs/package.json | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/node_modules/demojijs/package.json b/node_modules/demojijs/package.json new file mode 100644 index 0000000..d22d085 --- /dev/null +++ b/node_modules/demojijs/package.json @@ -0,0 +1,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" +} |