EcoBot/node_modules/@sapphire/async-queue/package.json

84 lines
2.3 KiB
JSON

{
"_from": "@sapphire/async-queue@^1.1.5",
"_id": "@sapphire/async-queue@1.1.8",
"_inBundle": false,
"_integrity": "sha512-Oi4EEi8vOne8RM1tCdQ3kYAtl/J6ztak3Th6wwGFqA2SVNJtedw196LjsLX0bK8Li8cwaljbFf08N+0zeqhkWQ==",
"_location": "/@sapphire/async-queue",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@sapphire/async-queue@^1.1.5",
"name": "@sapphire/async-queue",
"escapedName": "@sapphire%2fasync-queue",
"scope": "@sapphire",
"rawSpec": "^1.1.5",
"saveSpec": null,
"fetchSpec": "^1.1.5"
},
"_requiredBy": [
"/discord.js"
],
"_resolved": "https://registry.npmjs.org/@sapphire/async-queue/-/async-queue-1.1.8.tgz",
"_shasum": "dac698654a17fb0e202fa3ff0c2c176bbdc08935",
"_spec": "@sapphire/async-queue@^1.1.5",
"_where": "/home/runner/Discord-Bot-Example/node_modules/discord.js",
"author": {
"name": "@sapphire"
},
"browser": "dist/index.umd.js",
"bugs": {
"url": "https://github.com/sapphiredev/utilities/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Sequential asynchronous lock-based queue for promises",
"engines": {
"node": ">=v14.0.0",
"npm": ">=7.0.0"
},
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"files": [
"dist",
"!dist/*.tsbuildinfo"
],
"gitHead": "b38c79b03785ff12d0ac3201bd52f4e0eff7b9cd",
"homepage": "https://github.com/sapphiredev/utilities/tree/main/packages/async-queue",
"keywords": [
"@sapphire/async-queue",
"bot",
"typescript",
"ts",
"yarn",
"discord",
"sapphire",
"standalone"
],
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"name": "@sapphire/async-queue",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sapphiredev/utilities.git",
"directory": "packages/async-queue"
},
"scripts": {
"build": "rollup -c",
"lint": "eslint src tests --ext ts --fix -c ../../.eslintrc",
"prepublishOnly": "yarn build",
"start": "yarn build -w",
"test": "jest"
},
"sideEffects": false,
"typedocMain": "src/index.ts",
"types": "dist/index.d.ts",
"unpkg": "dist/index.umd.js",
"version": "1.1.8"
}