hook-emitter
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "hook-emitter", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Event emitter with support for asynchronous handlers and a sweet function hook mechanism.", | ||
@@ -28,20 +28,20 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"source-map-support": "^0.5.12" | ||
"source-map-support": "^0.5.16" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.5.4", | ||
"@babel/plugin-transform-modules-commonjs": "^7.5.0", | ||
"@babel/register": "^7.4.4", | ||
"@babel/core": "^7.7.7", | ||
"@babel/plugin-transform-modules-commonjs": "^7.7.5", | ||
"@babel/register": "^7.7.7", | ||
"ansi-colors": "^4.1.1", | ||
"babel-eslint": "^10.0.2", | ||
"babel-eslint": "^10.0.3", | ||
"babel-loader": "^8.0.6", | ||
"babel-plugin-istanbul": "^5.1.4", | ||
"babel-plugin-istanbul": "^6.0.0", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.4", | ||
"coveralls": "^3.0.9", | ||
"esdoc": "^1.1.0", | ||
"esdoc-ecmascript-proposal-plugin": "^1.0.0", | ||
"esdoc-standard-plugin": "^1.0.0", | ||
"eslint": "^6.0.1", | ||
"eslint-plugin-chai-expect": "^2.0.1", | ||
"eslint-plugin-mocha": "^5.3.0", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-chai-expect": "^2.1.0", | ||
"eslint-plugin-mocha": "^6.2.2", | ||
"eslint-plugin-promise": "^4.2.1", | ||
@@ -55,7 +55,7 @@ "eslint-plugin-security": "^1.4.0", | ||
"gulp-eslint": "^6.0.0", | ||
"gulp-load-plugins": "^2.0.0", | ||
"gulp-load-plugins": "^2.0.2", | ||
"gulp-plumber": "^1.2.1", | ||
"gulp-sourcemaps": "^2.6.5", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.1.1" | ||
"mocha": "^7.0.0", | ||
"nyc": "^15.0.0" | ||
}, | ||
@@ -62,0 +62,0 @@ "homepage": "https://github.com/cb1kenobi/hook-emitter", |
Updatedsource-map-support@^0.5.16