1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 04:10:04 +02:00

use minify

This commit is contained in:
s2
2019-04-15 10:35:12 +02:00
parent 9528e1e8e1
commit 86e1333c3e
9417 changed files with 70210 additions and 462173 deletions

View File

@@ -1,45 +1,43 @@
{
"_args": [
[
"source-map-support@0.4.18",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "source-map-support@0.4.18",
"_id": "source-map-support@0.4.18",
"_from": "source-map-support@~0.5.10",
"_id": "source-map-support@0.5.12",
"_inBundle": false,
"_integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==",
"_integrity": "sha512-4h2Pbvyy15EE02G+JOZpUCmqWJuqrs+sEkzewTm++BPi7Hvn/HwcqLAcNxYAyI0x13CpPPn+kMjl+hplXMHITQ==",
"_location": "/source-map-support",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "source-map-support@0.4.18",
"raw": "source-map-support@~0.5.10",
"name": "source-map-support",
"escapedName": "source-map-support",
"rawSpec": "0.4.18",
"rawSpec": "~0.5.10",
"saveSpec": null,
"fetchSpec": "0.4.18"
"fetchSpec": "~0.5.10"
},
"_requiredBy": [
"/babel-register"
"/terser"
],
"_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz",
"_spec": "0.4.18",
"_where": "E:\\projects\\p\\minifyfromhtml",
"_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": "F:\\projects\\p\\minifyfromhtml\\node_modules\\terser",
"bugs": {
"url": "https://github.com/evanw/node-source-map-support/issues"
},
"bundleDependencies": false,
"dependencies": {
"source-map": "^0.5.6"
"buffer-from": "^1.0.0",
"source-map": "^0.6.0"
},
"deprecated": false,
"description": "Fixes stack traces for files with source maps",
"devDependencies": {
"browserify": "3.44.2",
"coffee-script": "1.7.1",
"http-server": "^0.8.5",
"mocha": "1.18.2",
"webpack": "^1.13.3"
"browserify": "^4.2.3",
"coffeescript": "^1.12.7",
"http-server": "^0.11.1",
"mocha": "^3.5.3",
"webpack": "^1.15.0"
},
"homepage": "https://github.com/evanw/node-source-map-support#readme",
"license": "MIT",
@@ -55,5 +53,5 @@
"serve-tests": "http-server -p 1336",
"test": "mocha"
},
"version": "0.4.18"
"version": "0.5.12"
}