@sapphire/async-queue
Advanced tools
Comparing version 1.3.2-next.b8c1f88.0 to 1.3.2-next.bcc053c.0
114
package.json
{ | ||
"name": "@sapphire/async-queue", | ||
"version": "1.3.2-next.b8c1f88.0", | ||
"description": "Sequential asynchronous lock-based queue for promises", | ||
"author": "@sapphire", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"browser": "dist/index.global.js", | ||
"unpkg": "dist/index.global.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"sideEffects": false, | ||
"homepage": "https://github.com/sapphiredev/utilities/tree/main/packages/async-queue", | ||
"scripts": { | ||
"test": "jest", | ||
"lint": "eslint src tests --ext ts --fix -c ../../.eslintrc", | ||
"build": "tsup && tsc -b src", | ||
"prepublishOnly": "yarn build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/sapphiredev/utilities.git", | ||
"directory": "packages/async-queue" | ||
}, | ||
"files": [ | ||
"dist", | ||
"!dist/*.tsbuildinfo" | ||
], | ||
"engines": { | ||
"node": ">=v14.0.0", | ||
"npm": ">=7.0.0" | ||
}, | ||
"keywords": [ | ||
"@sapphire/async-queue", | ||
"bot", | ||
"typescript", | ||
"ts", | ||
"yarn", | ||
"discord", | ||
"sapphire", | ||
"standalone" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/sapphiredev/utilities/issues" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "b8c1f88227c2764b42ece1179abd79e45752458f" | ||
} | ||
"name": "@sapphire/async-queue", | ||
"version": "1.3.2-next.bcc053c.0", | ||
"description": "Sequential asynchronous lock-based queue for promises", | ||
"author": "@sapphire", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"browser": "dist/index.global.js", | ||
"unpkg": "dist/index.global.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"sideEffects": false, | ||
"homepage": "https://github.com/sapphiredev/utilities/tree/main/packages/async-queue", | ||
"scripts": { | ||
"test": "jest", | ||
"lint": "eslint src tests --ext ts --fix -c ../../.eslintrc", | ||
"build": "tsup && tsc -b src", | ||
"prepublish": "yarn build", | ||
"bump": "cliff-jumper", | ||
"check-update": "cliff-jumper --dry-run" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/sapphiredev/utilities.git", | ||
"directory": "packages/async-queue" | ||
}, | ||
"files": [ | ||
"dist/**/*.js*", | ||
"dist/**/*.mjs*", | ||
"dist/**/*.d*" | ||
], | ||
"engines": { | ||
"node": ">=v14.0.0", | ||
"npm": ">=7.0.0" | ||
}, | ||
"keywords": [ | ||
"@sapphire/async-queue", | ||
"bot", | ||
"typescript", | ||
"ts", | ||
"yarn", | ||
"discord", | ||
"sapphire", | ||
"standalone" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/sapphiredev/utilities/issues" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"tsup": "^5.12.6", | ||
"typescript": "^4.6.3" | ||
} | ||
} |
@@ -96,2 +96,7 @@ <div align="center"> | ||
<td align="center"><a href="https://c43721.dev/"><img src="https://avatars.githubusercontent.com/u/55610086?v=4?s=100" width="100px;" alt=""/><br /><sub><b>c43721</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=c43721" title="Code">๐ป</a></td> | ||
<td align="center"><a href="https://commandtechno.com/"><img src="https://avatars.githubusercontent.com/u/68407783?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Commandtechno</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=Commandtechno" title="Code">๐ป</a></td> | ||
<td align="center"><a href="https://github.com/dhruv-kaushikk"><img src="https://avatars.githubusercontent.com/u/73697546?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Aura</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=dhruv-kaushikk" title="Code">๐ป</a></td> | ||
<td align="center"><a href="https://axis.moe/"><img src="https://avatars.githubusercontent.com/u/54381371?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=axisiscool" title="Code">๐ป</a></td> | ||
<td align="center"><a href="https://github.com/imranbarbhuiya"><img src="https://avatars.githubusercontent.com/u/74945038?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Parbez</b></sub></a><br /><a href="#maintenance-imranbarbhuiya" title="Maintenance">๐ง</a></td> | ||
<td align="center"><a href="https://github.com/NotKaskus"><img src="https://avatars.githubusercontent.com/u/75168528?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Paul Andrew</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=NotKaskus" title="Documentation">๐</a></td> | ||
</tr> | ||
@@ -98,0 +103,0 @@ </table> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35742
110
2
11