lib/condenser/processors/node_modules/@babel/helper-regex/package.json in condenser-0.0.4 vs lib/condenser/processors/node_modules/@babel/helper-regex/package.json in condenser-0.0.5
- old
+ new
@@ -1,43 +1,47 @@
{
- "_from": "@babel/helper-regex@7.0.0-beta.44",
- "_id": "@babel/helper-regex@7.0.0-beta.44",
+ "_from": "@babel/helper-regex@^7.4.4",
+ "_id": "@babel/helper-regex@7.5.5",
"_inBundle": false,
- "_integrity": "sha512-UiL6tMd2eUPK6RVpaeUzQ0jDFzGaeQ3All+YpFc+K9onz1BXDArFoJBygZfkjOgfmwBiSbXLShpRBA5QMgOSmQ==",
+ "_integrity": "sha512-CkCYQLkfkiugbRDO8eZn6lRuR8kzZoGXCg3149iTk5se7g6qykSpy3+hELSwquhu+TgHn8nkLiBwHvNX8Hofcw==",
"_location": "/@babel/helper-regex",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "@babel/helper-regex@7.0.0-beta.44",
+ "raw": "@babel/helper-regex@^7.4.4",
"name": "@babel/helper-regex",
"escapedName": "@babel%2fhelper-regex",
"scope": "@babel",
- "rawSpec": "7.0.0-beta.44",
+ "rawSpec": "^7.4.4",
"saveSpec": null,
- "fetchSpec": "7.0.0-beta.44"
+ "fetchSpec": "^7.4.4"
},
"_requiredBy": [
"/@babel/plugin-proposal-unicode-property-regex",
"/@babel/plugin-transform-dotall-regex",
"/@babel/plugin-transform-sticky-regex",
"/@babel/plugin-transform-unicode-regex"
],
- "_resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.0.0-beta.44.tgz",
- "_shasum": "f5b6828c1e40f0b74ab6ed90abdd52be0c38a74e",
- "_spec": "@babel/helper-regex@7.0.0-beta.44",
- "_where": "/Users/malomalo/Code/tmp/condenser/lib/condenser/processors/node_modules/@babel/plugin-proposal-unicode-property-regex",
+ "_resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.5.5.tgz",
+ "_shasum": "0aa6824f7100a2e0e89c1527c23936c152cab351",
+ "_spec": "@babel/helper-regex@^7.4.4",
+ "_where": "/Users/malomalo/Code/condenser/lib/condenser/processors/node_modules/@babel/plugin-proposal-unicode-property-regex",
"bundleDependencies": false,
"dependencies": {
- "lodash": "^4.2.0"
+ "lodash": "^4.17.13"
},
"deprecated": false,
"description": "Helper function to check for literal RegEx",
+ "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43",
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/helper-regex",
+ "publishConfig": {
+ "access": "public"
+ },
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex"
},
- "version": "7.0.0-beta.44"
+ "version": "7.5.5"
}