lib/condenser/processors/node_modules/regjsgen/package.json in condenser-0.0.8 vs lib/condenser/processors/node_modules/regjsgen/package.json in condenser-0.0.9

- old
+ new

@@ -1,10 +1,10 @@ { "_from": "regjsgen@^0.5.0", - "_id": "regjsgen@0.5.0", + "_id": "regjsgen@0.5.1", "_inBundle": false, - "_integrity": "sha512-RnIrLhrXCX5ow/E5/Mh2O4e/oa1/jW0eaBKTSy3LaCj+M3Bqvm97GWDp2yUtzIs4LEn65zR2yiYGFqb2ApnzDA==", + "_integrity": "sha512-5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg==", "_location": "/regjsgen", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, @@ -16,12 +16,12 @@ "fetchSpec": "^0.5.0" }, "_requiredBy": [ "/regexpu-core" ], - "_resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.0.tgz", - "_shasum": "a7634dc08f89209c2049adda3525711fb97265dd", + "_resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.1.tgz", + "_shasum": "48f0bf1a5ea205196929c0d9798b42d1ed98443c", "_spec": "regjsgen@^0.5.0", "_where": "/Users/malomalo/Code/condenser/lib/condenser/processors/node_modules/regexpu-core", "author": { "name": "Benjamin Tan", "url": "https://bnjmnt4n.now.sh/" @@ -31,13 +31,13 @@ }, "bundleDependencies": false, "deprecated": false, "description": "Generate regular expressions from regjsparser’s AST.", "devDependencies": { - "codecov": "^3.1.0", - "istanbul": "~0.4.5", - "regjsparser": "~0.4.0", + "codecov": "^3.6.1", + "nyc": "^14.1.1", + "regjsparser": "~0.6.0", "request": "^2.88.0" }, "files": [ "LICENSE", "regjsgen.js" @@ -56,11 +56,11 @@ "repository": { "type": "git", "url": "git+https://github.com/bnjmnt4n/regjsgen.git" }, "scripts": { - "coverage": "istanbul cover --report html tests/tests.js", + "coverage": "nyc --reporter=html npm test", "test": "node tests/tests.js", "update-fixtures": "node tests/update-fixtures.js" }, - "version": "0.5.0" + "version": "0.5.1" }