updated npm modules

This commit is contained in:
2019-05-20 20:43:45 -05:00
parent 2319197b81
commit f166b72b7d
1113 changed files with 8758 additions and 12227 deletions

View File

@@ -1,28 +1,28 @@
{
"_from": "regexpu-core@^4.2.0",
"_id": "regexpu-core@4.5.3",
"_from": "regexpu-core@^4.5.4",
"_id": "regexpu-core@4.5.4",
"_inBundle": false,
"_integrity": "sha512-LON8666bTAlViVEPXMv65ZqiaR3rMNLz36PIaQ7D+er5snu93k0peR7FSvO0QteYbZ3GOkvfHKbGr/B1xDu9FA==",
"_integrity": "sha512-BtizvGtFQKGPUcTy56o3nk1bGRp4SZOTYrDtGNlqCQufptV5IkkLN6Emw+yunAJjzf+C9FQFtvq7IoA3+oMYHQ==",
"_location": "/regexpu-core",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "regexpu-core@^4.2.0",
"raw": "regexpu-core@^4.5.4",
"name": "regexpu-core",
"escapedName": "regexpu-core",
"rawSpec": "^4.2.0",
"rawSpec": "^4.5.4",
"saveSpec": null,
"fetchSpec": "^4.2.0"
"fetchSpec": "^4.5.4"
},
"_requiredBy": [
"/@babel/plugin-proposal-unicode-property-regex",
"/@babel/plugin-transform-dotall-regex",
"/@babel/plugin-transform-unicode-regex"
],
"_resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.5.3.tgz",
"_shasum": "72f572e03bb8b9f4f4d895a0ccc57e707f4af2e4",
"_spec": "regexpu-core@^4.2.0",
"_resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.5.4.tgz",
"_shasum": "080d9d02289aa87fe1667a4f5136bc98a6aebaae",
"_spec": "regexpu-core@^4.5.4",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\@babel\\plugin-proposal-unicode-property-regex",
"author": {
"name": "Mathias Bynens",
@@ -34,7 +34,7 @@
"bundleDependencies": false,
"dependencies": {
"regenerate": "^1.4.0",
"regenerate-unicode-properties": "^8.0.1",
"regenerate-unicode-properties": "^8.0.2",
"regjsgen": "^0.5.0",
"regjsparser": "^0.6.0",
"unicode-match-property-ecmascript": "^1.0.4",
@@ -92,5 +92,5 @@
"cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec",
"test": "mocha tests"
},
"version": "4.5.3"
"version": "4.5.4"
}