discord-baymax-bot/node_modules/discordie/package.json

104 lines
2.4 KiB
JSON
Raw Normal View History

2017-03-24 04:52:08 +00:00
{
"_args": [
[
{
"raw": "discordie",
"scope": null,
"escapedName": "discordie",
"name": "discordie",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/home/burchettm/statsbot"
]
],
"_from": "discordie@latest",
"_id": "discordie@0.11.0",
"_inCache": true,
"_location": "/discordie",
"_nodeVersion": "4.2.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/discordie-0.11.0.tgz_1483874551621_0.745103006483987"
},
"_npmUser": {
"name": "discordie",
"email": "discordie@ya.ru"
},
"_npmVersion": "3.3.10",
"_phantomChildren": {},
"_requested": {
"raw": "discordie",
"scope": null,
"escapedName": "discordie",
"name": "discordie",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/discordie/-/discordie-0.11.0.tgz",
"_shasum": "0274ab652c82f58378b676365b0a0e9294a80145",
"_shrinkwrap": null,
"_spec": "discordie",
"_where": "/home/burchettm/statsbot",
"author": {
"name": "qeled"
},
"bugs": {
"url": "https://github.com/qeled/discordie/issues"
},
"dependencies": {
"double-ended-queue": "^0.9.7",
"ebml": "^2.1.0",
"pako": "^0.2.8",
"requireindex": "^1.1.0",
"superagent": "^1.4.0",
"tweetnacl": "^0.14.1",
"ws": "^1.1.1"
},
"description": "A Node.js module for interfacing with the Discord API.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "0274ab652c82f58378b676365b0a0e9294a80145",
"tarball": "https://registry.npmjs.org/discordie/-/discordie-0.11.0.tgz"
},
"engineStrict": true,
"engines": {
"node": ">=4.0.0"
},
"gitHead": "fc62ac098569adbf78ac2670132c9be092439321",
"homepage": "https://github.com/qeled/discordie#readme",
"keywords": [
"discordapp",
"discord",
"api",
"client",
"node",
"node.js"
],
"license": "BSD-2-Clause",
"main": "./lib/index.js",
"maintainers": [
{
"name": "discordie",
"email": "discordie@ya.ru"
}
],
"name": "discordie",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/qeled/discordie.git"
},
"scripts": {
"test": "node ./tests/index.js"
},
"version": "0.11.0"
}