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

View File

@@ -1,27 +1,32 @@
{
"_from": "safe-buffer@~5.1.0",
"_args": [
[
"safe-buffer@5.1.2",
"D:\\Programming\\Projects\\JefferyBotJS"
]
],
"_from": "safe-buffer@5.1.2",
"_id": "safe-buffer@5.1.2",
"_inBundle": false,
"_integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
"_location": "/safe-buffer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "safe-buffer@~5.1.0",
"raw": "safe-buffer@5.1.2",
"name": "safe-buffer",
"escapedName": "safe-buffer",
"rawSpec": "~5.1.0",
"rawSpec": "5.1.2",
"saveSpec": null,
"fetchSpec": "~5.1.0"
"fetchSpec": "5.1.2"
},
"_requiredBy": [
"/ws"
],
"_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
"_shasum": "991ec69d296e0313747d59bdfd2b745c35f8828d",
"_spec": "safe-buffer@~5.1.0",
"_where": "D:\\Programming\\Projects\\JefferyBotJS\\node_modules\\ws",
"_spec": "5.1.2",
"_where": "D:\\Programming\\Projects\\JefferyBotJS",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
@@ -30,8 +35,6 @@
"bugs": {
"url": "https://github.com/feross/safe-buffer/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Safer Node.js Buffer API",
"devDependencies": {
"standard": "*",