This repository has been archived on 2026-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
bot/node_modules/@discordjs/node-pre-gyp/package.json

89 lines
2.4 KiB
JSON

{
"_from": "@discordjs/node-pre-gyp@^0.3.2",
"_id": "@discordjs/node-pre-gyp@0.3.2",
"_inBundle": false,
"_integrity": "sha512-NqRvPz0X+/3h+6ClElrSfvsD5XEG9ljYzXhzyo81DslVkVKzmmxX9FLs3MUr9qI7p53DG1eYru633qosrOqMyA==",
"_location": "/@discordjs/node-pre-gyp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@discordjs/node-pre-gyp@^0.3.2",
"name": "@discordjs/node-pre-gyp",
"escapedName": "@discordjs%2fnode-pre-gyp",
"scope": "@discordjs",
"rawSpec": "^0.3.2",
"saveSpec": null,
"fetchSpec": "^0.3.2"
},
"_requiredBy": [
"/@discordjs/opus"
],
"_resolved": "https://registry.npmjs.org/@discordjs/node-pre-gyp/-/node-pre-gyp-0.3.2.tgz",
"_shasum": "e882e803b2be444fb557c3b46d9bbe75a053bc9c",
"_spec": "@discordjs/node-pre-gyp@^0.3.2",
"_where": "C:\\Users\\j4kub\\Desktop\\git\\gractwo-bot\\node_modules\\@discordjs\\opus",
"author": {
"name": "Dane Springmeyer",
"email": "dane@mapbox.com"
},
"bin": {
"node-pre-gyp": "bin/node-pre-gyp"
},
"bugs": {
"url": "https://github.com/discordjs/node-pre-gyp/issues"
},
"bundleDependencies": false,
"dependencies": {
"detect-libc": "^1.0.3",
"http-proxy-agent": "^4.0.1",
"make-dir": "^3.1.0",
"node-fetch": "^2.6.1",
"nopt": "^5.0.0",
"npmlog": "^4.1.2",
"rimraf": "^3.0.2",
"semver": "^7.3.4",
"tar": "^6.1.0"
},
"deprecated": false,
"description": "Node.js native addon binary install tool",
"devDependencies": {
"@mapbox/cloudfriend": "^4.6.0",
"action-walk": "^2.2.0",
"aws-sdk": "^2.867.0",
"eslint": "^7.21.0",
"eslint-config-aqua": "^8.1.2",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"nock": "^12.0.3",
"node-gyp": "^7.1.2",
"prettier": "^2.2.1",
"prism-media": "^1.2.8",
"tape": "^5.2.2",
"typescript": "^4.2.3"
},
"homepage": "https://github.com/discordjs/node-pre-gyp#readme",
"keywords": [
"native",
"addon",
"module",
"c",
"c++",
"bindings",
"binary"
],
"license": "BSD-3-Clause",
"main": "./lib/node-pre-gyp.js",
"name": "@discordjs/node-pre-gyp",
"repository": {
"type": "git",
"url": "git+https://github.com/discordjs/node-pre-gyp.git"
},
"scripts": {
"lint": "eslint lib scripts test",
"lint:fix": "eslint lib scripts test --fix",
"update-crosswalk": "node scripts/abi_crosswalk.js"
},
"version": "0.3.2"
}