smartfacecloud-emulator-file
Advanced tools
Comparing version
@@ -6,2 +6,3 @@ const archiver = require('archiver'); | ||
const log = require('./log'); | ||
const _ = require('lodash'); | ||
@@ -8,0 +9,0 @@ function unlinkSafe(filePath) { |
{ | ||
"name": "smartfacecloud-emulator-file", | ||
"version": "0.0.8", | ||
"description": "", | ||
"main": "index.js", | ||
"author": "M.Halit Karakis", | ||
"dependencies": { | ||
"ws": "0.8.1", | ||
"uuid": "2.0.1", | ||
"archiver": "^0.15.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.4.1", | ||
"istanbul": "0.3.21", | ||
"mocha": "2.2.5" | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha test/test-*.js", | ||
"test:single": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec test/test-*.js" | ||
} | ||
"name": "smartfacecloud-emulator-file", | ||
"version": "0.0.9", | ||
"description": "", | ||
"main": "index.js", | ||
"author": "M.Halit Karakis", | ||
"dependencies": { | ||
"archiver": "^0.15.1", | ||
"lodash": "4.8.2", | ||
"uuid": "2.0.1", | ||
"ws": "0.8.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.4.1", | ||
"istanbul": "0.3.21", | ||
"mocha": "2.2.5" | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha test/test-*.js", | ||
"test:single": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec test/test-*.js" | ||
} | ||
} |
24966
-5.74%4
33.33%11
-8.33%708
-7.21%+ Added
+ Added