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,36 +1,39 @@
{
"_from": "async-limiter@~1.0.0",
"_args": [
[
"async-limiter@1.0.0",
"D:\\Programming\\Projects\\JefferyBotJS"
]
],
"_from": "async-limiter@1.0.0",
"_id": "async-limiter@1.0.0",
"_inBundle": false,
"_integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==",
"_location": "/async-limiter",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "async-limiter@~1.0.0",
"raw": "async-limiter@1.0.0",
"name": "async-limiter",
"escapedName": "async-limiter",
"rawSpec": "~1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "~1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/ws"
],
"_resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
"_shasum": "78faed8c3d074ab81f22b4e985d79e8738f720f8",
"_spec": "async-limiter@~1.0.0",
"_where": "D:\\Programming\\Projects\\JefferyBotJS\\node_modules\\ws",
"_spec": "1.0.0",
"_where": "D:\\Programming\\Projects\\JefferyBotJS",
"author": {
"name": "Samuel Reed"
},
"bugs": {
"url": "https://github.com/strml/async-limiter/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "asynchronous function queue with adjustable concurrency",
"devDependencies": {
"coveralls": "^2.11.2",