124 lines
3.6 KiB
JSON
124 lines
3.6 KiB
JSON
{
|
|
"_from": "@discordjs/collection@^0.2.1",
|
|
"_id": "@discordjs/collection@0.2.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-PVrEJH+V6Ob0OwfagYQ/57kwt/HNEJxt5jqY4P+S3st9y29t9iokdnGMQoJXG5VEMAQIPbzu9Snw1F6yE8PdLA==",
|
|
"_location": "/@discordjs/collection",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@discordjs/collection@^0.2.1",
|
|
"name": "@discordjs/collection",
|
|
"escapedName": "@discordjs%2fcollection",
|
|
"scope": "@discordjs",
|
|
"rawSpec": "^0.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/discord.js"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@discordjs/collection/-/collection-0.2.4.tgz",
|
|
"_shasum": "c8ff2250430dcec7324dd4aafd1ccbcbdfa9ac14",
|
|
"_spec": "@discordjs/collection@^0.2.1",
|
|
"_where": "/home/runner/Discord-Bot-Example/node_modules/discord.js",
|
|
"bugs": {
|
|
"url": "https://github.com/discordjs/collection/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Crawl",
|
|
"email": "icrawltogo@gmail.com"
|
|
},
|
|
{
|
|
"name": "Amish Shah",
|
|
"email": "amishshah.2k@gmail.com"
|
|
},
|
|
{
|
|
"name": "SpaceEEC",
|
|
"email": "spaceeec@yahoo.com"
|
|
},
|
|
{
|
|
"name": "Vlad Frangu",
|
|
"email": "kingdgrizzle@gmail.com"
|
|
}
|
|
],
|
|
"deprecated": false,
|
|
"description": "Utility data structure used in Discord.js",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.15.7",
|
|
"@babel/core": "^7.15.8",
|
|
"@babel/preset-env": "^7.15.8",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@commitlint/cli": "^13.2.1",
|
|
"@commitlint/config-angular": "^13.2.0",
|
|
"@types/jest": "^27.0.2",
|
|
"@types/node": "^16.11.6",
|
|
"@typescript-eslint/eslint-plugin": "^5.2.0",
|
|
"@typescript-eslint/parser": "^5.2.0",
|
|
"discord.js-docgen": "github:discordjs/docgen#ts-patch",
|
|
"eslint": "^8.1.0",
|
|
"eslint-config-marine": "^9.0.6",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"husky": "^7.0.4",
|
|
"is-ci": "^3.0.1",
|
|
"jest": "^27.3.1",
|
|
"jsdoc-babel": "^0.5.0",
|
|
"lint-staged": "^11.2.6",
|
|
"prettier": "^2.4.1",
|
|
"standard-version": "^9.3.2",
|
|
"tsup": "^5.5.0",
|
|
"typescript": "^4.4.4"
|
|
},
|
|
"directories": {
|
|
"lib": "src",
|
|
"test": "__tests__"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
},
|
|
"exports": {
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.js"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/discordjs/collection",
|
|
"keywords": [
|
|
"map",
|
|
"collection",
|
|
"utility"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"name": "@discordjs/collection",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/discordjs/collection.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"docs": "docgen --jsdoc jsdoc.json --source src/*.ts src/**/*.ts --custom docs/index.yml --output docs/docs.json",
|
|
"docs:test": "docgen --jsdoc jsdoc.json --source src/*.ts src/**/*.ts --custom docs/index.yml",
|
|
"format": "prettier --write **/*.{ts,js,json,yml,yaml}",
|
|
"lint": "eslint src --ext mjs,js,ts",
|
|
"lint:fix": "eslint src --ext mjs,js,ts --fix",
|
|
"prebuild": "npm run lint",
|
|
"prepare": "is-ci || husky install",
|
|
"pretest": "npm run build",
|
|
"release": "standard-version --preset angular",
|
|
"test": "jest --pass-with-no-tests",
|
|
"test:ci": "jest --no-stack-trace --verbose --pass-with-no-tests"
|
|
},
|
|
"typings": "./dist/index.d.ts",
|
|
"version": "0.2.4"
|
|
}
|