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