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,26 +1,26 @@
{
"_from": "source-map-support@~0.5.9",
"_id": "source-map-support@0.5.10",
"_from": "source-map-support@~0.5.10",
"_id": "source-map-support@0.5.12",
"_inBundle": false,
"_integrity": "sha512-YfQ3tQFTK/yzlGJuX8pTwa4tifQj4QS2Mj7UegOu8jAz59MqIiMGPXxQhVQiIMNzayuUSF/jEuVnfFF5JqybmQ==",
"_integrity": "sha512-4h2Pbvyy15EE02G+JOZpUCmqWJuqrs+sEkzewTm++BPi7Hvn/HwcqLAcNxYAyI0x13CpPPn+kMjl+hplXMHITQ==",
"_location": "/source-map-support",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "source-map-support@~0.5.9",
"raw": "source-map-support@~0.5.10",
"name": "source-map-support",
"escapedName": "source-map-support",
"rawSpec": "~0.5.9",
"rawSpec": "~0.5.10",
"saveSpec": null,
"fetchSpec": "~0.5.9"
"fetchSpec": "~0.5.10"
},
"_requiredBy": [
"/terser"
],
"_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.10.tgz",
"_shasum": "2214080bc9d51832511ee2bab96e3c2f9353120c",
"_spec": "source-map-support@~0.5.9",
"_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.12.tgz",
"_shasum": "b4f3b10d51857a5af0138d3ce8003b201613d599",
"_spec": "source-map-support@~0.5.10",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\terser",
"bugs": {
"url": "https://github.com/evanw/node-source-map-support/issues"
@@ -33,10 +33,10 @@
"deprecated": false,
"description": "Fixes stack traces for files with source maps",
"devDependencies": {
"browserify": "^3.46.1",
"browserify": "^4.2.3",
"coffeescript": "^1.12.7",
"http-server": "^0.8.5",
"mocha": "^1.21.5",
"http-server": "^0.11.1",
"mocha": "^3.5.3",
"webpack": "^1.15.0"
},
"homepage": "https://github.com/evanw/node-source-map-support#readme",
@@ -53,5 +53,5 @@
"serve-tests": "http-server -p 1336",
"test": "mocha"
},
"version": "0.5.10"
"version": "0.5.12"
}