EcoBot/node_modules/@discordjs/rest/package.json

103 lines
2.5 KiB
JSON

{
"$schema": "http://json.schemastore.org/package",
"_from": "@discordjs/rest",
"_id": "@discordjs/rest@0.1.0-canary.0",
"_inBundle": false,
"_integrity": "sha512-d+s//ISYVV+e0w/926wMEeO7vju+Pn11x1JM4tcmVMCHSDgpi6pnFCNAXF1TEdnDcy7xf9tq5cf2pQkb/7ySTQ==",
"_location": "/@discordjs/rest",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@discordjs/rest",
"name": "@discordjs/rest",
"escapedName": "@discordjs%2frest",
"scope": "@discordjs",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@discordjs/rest/-/rest-0.1.0-canary.0.tgz",
"_shasum": "666f9a1a0c1f2f5a09a3a79f77aeddaeafbcbcc1",
"_spec": "@discordjs/rest",
"_where": "/home/runner/Discord-Bot-Example",
"bugs": {
"url": "https://github.com/discordjs/discord.js-next/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Amish Shah",
"email": "amishshah.2k@gmail.com"
},
{
"name": "Crawl",
"email": "icrawltogo@gmail.com"
},
{
"name": "SpaceEEC",
"email": "spaceeec@yahoo.com"
},
{
"name": "Vlad Frangu",
"email": "kingdgrizzle@gmail.com"
},
{
"name": "Antonio Roman",
"email": "kyradiscord@gmail.com"
}
],
"dependencies": {
"@discordjs/collection": "^0.1.6",
"@sapphire/async-queue": "^1.1.4",
"@sapphire/snowflake": "^1.3.5",
"abort-controller": "^3.0.0",
"discord-api-types": "^0.18.1",
"form-data": "^4.0.0",
"node-fetch": "^2.6.1",
"tslib": "^2.3.0"
},
"deprecated": false,
"description": "The REST API for Discord.js",
"devDependencies": {
"@types/node-fetch": "^2.5.10"
},
"directories": {
"lib": "src",
"test": "__tests__"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"dist"
],
"gitHead": "2e640a9ffeaecc562f4845ffeebccdb803607ef3",
"homepage": "https://github.com/discordjs/discord.js-next/tree/master/packages/rest",
"keywords": [
"discord",
"api",
"rest",
"discordapp",
"discordjs"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "@discordjs/rest",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/discordjs/discord.js-next.git"
},
"scripts": {
"build": "tsc --build --force",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"version": "0.1.0-canary.0"
}