summaryrefslogtreecommitdiff
path: root/node_modules/@discordjs/collection/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-30 15:46:16 -0700
committer8cy <[email protected]>2020-04-30 15:46:16 -0700
commit3a4deac89054021b56ad5bd8005b2044cc085c98 (patch)
tree3dd6af8503e497e46180b6b5231674f36bdce9f2 /node_modules/@discordjs/collection/package.json
downloaduppity-3a4deac89054021b56ad5bd8005b2044cc085c98.tar.xz
uppity-3a4deac89054021b56ad5bd8005b2044cc085c98.zip
Up, up, uppity.
Diffstat (limited to 'node_modules/@discordjs/collection/package.json')
-rw-r--r--node_modules/@discordjs/collection/package.json78
1 files changed, 78 insertions, 0 deletions
diff --git a/node_modules/@discordjs/collection/package.json b/node_modules/@discordjs/collection/package.json
new file mode 100644
index 0000000..c45f4cb
--- /dev/null
+++ b/node_modules/@discordjs/collection/package.json
@@ -0,0 +1,78 @@
+{
+ "_from": "@discordjs/collection@^0.1.5",
+ "_id": "@discordjs/[email protected]",
+ "_inBundle": false,
+ "_integrity": "sha512-CU1q0UXQUpFNzNB7gufgoisDHP7n+T3tkqTsp3MNUkVJ5+hS3BCvME8uCXAUFlz+6T2FbTCu75A+yQ7HMKqRKw==",
+ "_location": "/@discordjs/collection",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "@discordjs/collection@^0.1.5",
+ "name": "@discordjs/collection",
+ "escapedName": "@discordjs%2fcollection",
+ "scope": "@discordjs",
+ "rawSpec": "^0.1.5",
+ "saveSpec": null,
+ "fetchSpec": "^0.1.5"
+ },
+ "_requiredBy": [
+ "/discord.js"
+ ],
+ "_resolved": "https://registry.npmjs.org/@discordjs/collection/-/collection-0.1.5.tgz",
+ "_shasum": "1781c620b4c88d619bd0373a1548e5a6025e3d3a",
+ "_spec": "@discordjs/collection@^0.1.5",
+ "_where": "E:\\Documents\\GitHub\\uppity\\node_modules\\discord.js",
+ "author": {
+ "name": "Amish Shah",
+ "email": "[email protected]"
+ },
+ "bugs": {
+ "url": "https://github.com/discordjs/collection/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Utility data structure used in Discord.js",
+ "devDependencies": {
+ "@babel/cli": "^7.8.4",
+ "@babel/core": "^7.8.4",
+ "@babel/preset-env": "^7.8.4",
+ "@babel/preset-typescript": "^7.8.3",
+ "@types/node": "^13.7.4",
+ "@typescript-eslint/eslint-plugin": "^2.21.0",
+ "@typescript-eslint/parser": "^2.21.0",
+ "discord.js-docgen": "github:discordjs/docgen#ts-patch",
+ "eslint": "^6.8.0",
+ "eslint-config-marine": "^6.0.0",
+ "jsdoc-babel": "^0.5.0",
+ "rimraf": "^3.0.2",
+ "typescript": "^3.8.2"
+ },
+ "eslintConfig": {
+ "extends": "marine/node"
+ },
+ "homepage": "https://github.com/discordjs/collection#readme",
+ "keywords": [
+ "map",
+ "collection",
+ "utility"
+ ],
+ "license": "Apache-2.0",
+ "main": "dist/index.js",
+ "name": "@discordjs/collection",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/discordjs/collection.git"
+ },
+ "scripts": {
+ "build": "rimraf dist/ && tsc",
+ "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",
+ "lint": "eslint src --ext .ts",
+ "prebuild": "npm run lint",
+ "pretest": "npm run build",
+ "test": "node test/index.js"
+ },
+ "types": "dist/index.d.ts",
+ "version": "0.1.5"
+}