buddy

node MVC discord bot
Log | Files | Refs | README

package.json (2478B)


      1 {
      2   "_from": "@discordjs/collection@^0.1.5",
      3   "_id": "@discordjs/collection@0.1.5",
      4   "_inBundle": false,
      5   "_integrity": "sha512-CU1q0UXQUpFNzNB7gufgoisDHP7n+T3tkqTsp3MNUkVJ5+hS3BCvME8uCXAUFlz+6T2FbTCu75A+yQ7HMKqRKw==",
      6   "_location": "/@discordjs/collection",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "range",
     10     "registry": true,
     11     "raw": "@discordjs/collection@^0.1.5",
     12     "name": "@discordjs/collection",
     13     "escapedName": "@discordjs%2fcollection",
     14     "scope": "@discordjs",
     15     "rawSpec": "^0.1.5",
     16     "saveSpec": null,
     17     "fetchSpec": "^0.1.5"
     18   },
     19   "_requiredBy": [
     20     "/discord.js"
     21   ],
     22   "_resolved": "https://registry.npmjs.org/@discordjs/collection/-/collection-0.1.5.tgz",
     23   "_shasum": "1781c620b4c88d619bd0373a1548e5a6025e3d3a",
     24   "_spec": "@discordjs/collection@^0.1.5",
     25   "_where": "/home/pi/Documents/buddy/node_modules/discord.js",
     26   "author": {
     27     "name": "Amish Shah",
     28     "email": "amishshah.2k@gmail.com"
     29   },
     30   "bugs": {
     31     "url": "https://github.com/discordjs/collection/issues"
     32   },
     33   "bundleDependencies": false,
     34   "deprecated": false,
     35   "description": "Utility data structure used in Discord.js",
     36   "devDependencies": {
     37     "@babel/cli": "^7.8.4",
     38     "@babel/core": "^7.8.4",
     39     "@babel/preset-env": "^7.8.4",
     40     "@babel/preset-typescript": "^7.8.3",
     41     "@types/node": "^13.7.4",
     42     "@typescript-eslint/eslint-plugin": "^2.21.0",
     43     "@typescript-eslint/parser": "^2.21.0",
     44     "discord.js-docgen": "github:discordjs/docgen#ts-patch",
     45     "eslint": "^6.8.0",
     46     "eslint-config-marine": "^6.0.0",
     47     "jsdoc-babel": "^0.5.0",
     48     "rimraf": "^3.0.2",
     49     "typescript": "^3.8.2"
     50   },
     51   "eslintConfig": {
     52     "extends": "marine/node"
     53   },
     54   "homepage": "https://github.com/discordjs/collection#readme",
     55   "keywords": [
     56     "map",
     57     "collection",
     58     "utility"
     59   ],
     60   "license": "Apache-2.0",
     61   "main": "dist/index.js",
     62   "name": "@discordjs/collection",
     63   "repository": {
     64     "type": "git",
     65     "url": "git+https://github.com/discordjs/collection.git"
     66   },
     67   "scripts": {
     68     "build": "rimraf dist/ && tsc",
     69     "docs": "docgen --jsdoc jsdoc.json --source src/*.ts src/**/*.ts --custom docs/index.yml --output docs/docs.json",
     70     "docs:test": "docgen --jsdoc jsdoc.json --source src/*.ts src/**/*.ts --custom docs/index.yml",
     71     "lint": "eslint src --ext .ts",
     72     "prebuild": "npm run lint",
     73     "pretest": "npm run build",
     74     "test": "node test/index.js"
     75   },
     76   "types": "dist/index.d.ts",
     77   "version": "0.1.5"
     78 }