flat-file-parser
Advanced tools
Comparing version 0.7.2 to 0.7.3
{ | ||
"name": "flat-file-parser", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "some Flat File Parser", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "gulp preBuild", | ||
"bdd-test": "cd tests && mocha ./**/**.spec.js --timeout 10000", | ||
"unit-test": "cd lib && mocha ./**/**.spec.js --timeout 10000", | ||
"test": "npm run bdd-test" | ||
@@ -21,14 +18,3 @@ }, | ||
}, | ||
"homepage": "https://github.com/turn-a-round/node-flat-file-parser#readme", | ||
"devDependencies": { | ||
"chai": "^4.3.6", | ||
"chai-as-promised": "^7.1.1", | ||
"custom-exception": "^0.1.2", | ||
"del": "^6.0.0", | ||
"gulp": "^4.0.2", | ||
"gulp-terser": "^2.1.0", | ||
"mocha": "^9.2.0", | ||
"node-abort-controller": "^3.0.1", | ||
"readable-stream": "^3.6.0" | ||
} | ||
"homepage": "https://github.com/turn-a-round/node-flat-file-parser#readme" | ||
} |
0
6809