putil-flattentext
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "putil-flattentext", | ||
"description": "Simple utility that converts manipulate \\t \\b \\r characters and flattens text", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"author": "Panates Ltd.", | ||
@@ -11,3 +11,3 @@ "contributors": [ | ||
"repository": "panates/putil-flattentext", | ||
"main": "lib/flattentext.js", | ||
"main": "lib/index.js", | ||
"keywords": [ | ||
@@ -20,10 +20,9 @@ "javascript", | ||
"devDependencies": { | ||
"babel-eslint": "^8.2.6", | ||
"eslint": "^5.4.0", | ||
"eslint-config-google": "^0.9.1", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^5.2.0" | ||
"eslint": "^7.1.0", | ||
"eslint-config-google": "^0.14.0", | ||
"mocha": "^7.2.0", | ||
"nyc": "^15.1.0" | ||
}, | ||
"engines": { | ||
"node": ">= 6.0" | ||
"node": ">= 8.0" | ||
}, | ||
@@ -39,6 +38,6 @@ "directories": { | ||
"scripts": { | ||
"test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/", | ||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/", | ||
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/" | ||
"test": "mocha --require ./test/support/env --reporter spec --bail --check-leaks test/", | ||
"cover": "nyc --reporter html --reporter text npm run test", | ||
"travis-cover": "nyc --reporter lcovonly npm run test" | ||
} | ||
} |
4
5
85
6425