summaryrefslogtreecommitdiff
path: root/node_modules/@discordjs/collection/package.json
blob: c45f4cbc0f5188dafc31c287e24ca65e0f73b8a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
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"
}