lib/condenser/processors/node_modules/regjsgen/package.json in condenser-0.0.4 vs lib/condenser/processors/node_modules/regjsgen/package.json in condenser-0.0.5
- old
+ new
@@ -1,50 +1,50 @@
{
- "_from": "regjsgen@^0.3.0",
- "_id": "regjsgen@0.3.0",
+ "_from": "regjsgen@^0.5.0",
+ "_id": "regjsgen@0.5.0",
"_inBundle": false,
- "_integrity": "sha1-DuSj6SdkMM2iXx54nqbBW4ewy0M=",
+ "_integrity": "sha512-RnIrLhrXCX5ow/E5/Mh2O4e/oa1/jW0eaBKTSy3LaCj+M3Bqvm97GWDp2yUtzIs4LEn65zR2yiYGFqb2ApnzDA==",
"_location": "/regjsgen",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "regjsgen@^0.3.0",
+ "raw": "regjsgen@^0.5.0",
"name": "regjsgen",
"escapedName": "regjsgen",
- "rawSpec": "^0.3.0",
+ "rawSpec": "^0.5.0",
"saveSpec": null,
- "fetchSpec": "^0.3.0"
+ "fetchSpec": "^0.5.0"
},
"_requiredBy": [
"/regexpu-core"
],
- "_resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.3.0.tgz",
- "_shasum": "0ee4a3e9276430cda25f1e789ea6c15b87b0cb43",
- "_spec": "regjsgen@^0.3.0",
- "_where": "/Users/malomalo/Code/tmp/condenser/lib/condenser/processors/node_modules/regexpu-core",
+ "_resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.0.tgz",
+ "_shasum": "a7634dc08f89209c2049adda3525711fb97265dd",
+ "_spec": "regjsgen@^0.5.0",
+ "_where": "/Users/malomalo/Code/condenser/lib/condenser/processors/node_modules/regexpu-core",
"author": {
"name": "Benjamin Tan",
- "url": "https://demoneaux.github.io/"
+ "url": "https://bnjmnt4n.now.sh/"
},
"bugs": {
- "url": "https://github.com/demoneaux/regjsgen/issues"
+ "url": "https://github.com/bnjmnt4n/regjsgen/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Generate regular expressions from regjsparser’s AST.",
"devDependencies": {
- "coveralls": "^2.11.8",
- "istanbul": "~0.4.2",
- "regjsparser": "~0.2.0",
- "request": "^2.69.0"
+ "codecov": "^3.1.0",
+ "istanbul": "~0.4.5",
+ "regjsparser": "~0.4.0",
+ "request": "^2.88.0"
},
"files": [
"LICENSE",
"regjsgen.js"
],
- "homepage": "https://github.com/demoneaux/regjsgen",
+ "homepage": "https://github.com/bnjmnt4n/regjsgen",
"keywords": [
"ast",
"generate",
"regex",
"regexp",
@@ -53,14 +53,14 @@
"license": "MIT",
"main": "regjsgen.js",
"name": "regjsgen",
"repository": {
"type": "git",
- "url": "git+https://github.com/demoneaux/regjsgen.git"
+ "url": "git+https://github.com/bnjmnt4n/regjsgen.git"
},
"scripts": {
"coverage": "istanbul cover --report html tests/tests.js",
"test": "node tests/tests.js",
"update-fixtures": "node tests/update-fixtures.js"
},
- "version": "0.3.0"
+ "version": "0.5.0"
}