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

update node modules

This commit is contained in:
s2
2019-03-29 15:56:41 +01:00
parent f114871153
commit 89c32fb4e6
8347 changed files with 390123 additions and 159877 deletions

View File

@@ -1,4 +1,4 @@
Copyright © 2016 Domenic Denicola <d@domenic.me>
Copyright © 20162018 Domenic Denicola <d@domenic.me>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@@ -1,28 +1,28 @@
{
"_from": "whatwg-encoding@^1.0.3",
"_id": "whatwg-encoding@1.0.3",
"_from": "whatwg-encoding@^1.0.5",
"_id": "whatwg-encoding@1.0.5",
"_inBundle": false,
"_integrity": "sha512-jLBwwKUhi8WtBfsMQlL4bUUcT8sMkAtQinscJAe/M4KHCkHuUJAF6vuB0tueNIw4c8ziO6AkRmgY+jL3a0iiPw==",
"_integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
"_location": "/whatwg-encoding",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "whatwg-encoding@^1.0.3",
"raw": "whatwg-encoding@^1.0.5",
"name": "whatwg-encoding",
"escapedName": "whatwg-encoding",
"rawSpec": "^1.0.3",
"rawSpec": "^1.0.5",
"saveSpec": null,
"fetchSpec": "^1.0.3"
"fetchSpec": "^1.0.5"
},
"_requiredBy": [
"/html-encoding-sniffer",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.3.tgz",
"_shasum": "57c235bc8657e914d24e1a397d3c82daee0a6ba3",
"_spec": "whatwg-encoding@^1.0.3",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/jsdom",
"_resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
"_shasum": "5abacf777c32166a51d085d6b4f3e7d27113ddb0",
"_spec": "whatwg-encoding@^1.0.5",
"_where": "E:\\projects\\p\\minifyfromhtml\\node_modules\\jsdom",
"author": {
"name": "Domenic Denicola",
"email": "d@domenic.me",
@@ -33,14 +33,14 @@
},
"bundleDependencies": false,
"dependencies": {
"iconv-lite": "0.4.19"
"iconv-lite": "0.4.24"
},
"deprecated": false,
"description": "Decode strings according to the WHATWG Encoding Standard",
"devDependencies": {
"eslint": "^3.8.0",
"got": "^6.5.0",
"mocha": "^3.1.2"
"eslint": "^5.3.0",
"got": "^9.0.0",
"mocha": "^5.2.0"
},
"files": [
"lib/"
@@ -62,5 +62,5 @@
"prepare": "node scripts/update.js",
"test": "mocha"
},
"version": "1.0.3"
"version": "1.0.5"
}