eddited gitignore

This commit is contained in:
plane000
2018-05-19 23:22:45 +01:00
parent 925469af25
commit 9523cd874a
10 changed files with 104 additions and 82 deletions

23
node_modules/ws/package.json generated vendored
View File

@@ -1,27 +1,32 @@
{
"_from": "ws@^4.0.0",
"_args": [
[
"ws@4.1.0",
"D:\\Programming\\Projects\\JefferyBotJS"
]
],
"_from": "ws@4.1.0",
"_id": "ws@4.1.0",
"_inBundle": false,
"_integrity": "sha512-ZGh/8kF9rrRNffkLFV4AzhvooEclrOH0xaugmqGsIfFgOE/pIz4fMc4Ef+5HSQqTEug2S9JZIWDR47duDSLfaA==",
"_location": "/ws",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "ws@^4.0.0",
"raw": "ws@4.1.0",
"name": "ws",
"escapedName": "ws",
"rawSpec": "^4.0.0",
"rawSpec": "4.1.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
"fetchSpec": "4.1.0"
},
"_requiredBy": [
"/discord.js"
],
"_resolved": "https://registry.npmjs.org/ws/-/ws-4.1.0.tgz",
"_shasum": "a979b5d7d4da68bf54efe0408967c324869a7289",
"_spec": "ws@^4.0.0",
"_where": "D:\\Programming\\Projects\\JefferyBotJS\\node_modules\\discord.js",
"_spec": "4.1.0",
"_where": "D:\\Programming\\Projects\\JefferyBotJS",
"author": {
"name": "Einar Otto Stangvik",
"email": "einaros@gmail.com",
@@ -30,12 +35,10 @@
"bugs": {
"url": "https://github.com/websockets/ws/issues"
},
"bundleDependencies": false,
"dependencies": {
"async-limiter": "~1.0.0",
"safe-buffer": "~5.1.0"
},
"deprecated": false,
"description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
"devDependencies": {
"benchmark": "~2.1.2",