mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 04:10:04 +02:00
update node modules
This commit is contained in:
83
node_modules/iconv-lite/package.json
generated
vendored
83
node_modules/iconv-lite/package.json
generated
vendored
@@ -1,89 +1,42 @@
|
||||
{
|
||||
"_from": "iconv-lite@0.4.19",
|
||||
"_id": "iconv-lite@0.4.19",
|
||||
"_from": "iconv-lite@0.4.24",
|
||||
"_id": "iconv-lite@0.4.24",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-oTZqweIP51xaGPI4uPa56/Pri/480R+mo7SeU+YETByQNhDG55ycFyNLIgta9vXhILrxXDmF7ZGhqZIcuN0gJQ==",
|
||||
"_integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
||||
"_location": "/iconv-lite",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "iconv-lite@0.4.19",
|
||||
"raw": "iconv-lite@0.4.24",
|
||||
"name": "iconv-lite",
|
||||
"escapedName": "iconv-lite",
|
||||
"rawSpec": "0.4.19",
|
||||
"rawSpec": "0.4.24",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.4.19"
|
||||
"fetchSpec": "0.4.24"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/whatwg-encoding"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz",
|
||||
"_shasum": "f7468f60135f5e5dad3399c0a81be9a1603a082b",
|
||||
"_spec": "iconv-lite@0.4.19",
|
||||
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/whatwg-encoding",
|
||||
"_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
||||
"_shasum": "2022b4b25fbddc21d2f524974a474aafe733908b",
|
||||
"_spec": "iconv-lite@0.4.24",
|
||||
"_where": "E:\\projects\\p\\minifyfromhtml\\node_modules\\whatwg-encoding",
|
||||
"author": {
|
||||
"name": "Alexander Shtuchkin",
|
||||
"email": "ashtuchkin@gmail.com"
|
||||
},
|
||||
"browser": {
|
||||
"./extend-node": false,
|
||||
"./streams": false
|
||||
"./lib/extend-node": false,
|
||||
"./lib/streams": false
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ashtuchkin/iconv-lite/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jinwu Zhan",
|
||||
"url": "https://github.com/jenkinv"
|
||||
},
|
||||
{
|
||||
"name": "Adamansky Anton",
|
||||
"url": "https://github.com/adamansky"
|
||||
},
|
||||
{
|
||||
"name": "George Stagas",
|
||||
"url": "https://github.com/stagas"
|
||||
},
|
||||
{
|
||||
"name": "Mike D Pilsbury",
|
||||
"url": "https://github.com/pekim"
|
||||
},
|
||||
{
|
||||
"name": "Niggler",
|
||||
"url": "https://github.com/Niggler"
|
||||
},
|
||||
{
|
||||
"name": "wychi",
|
||||
"url": "https://github.com/wychi"
|
||||
},
|
||||
{
|
||||
"name": "David Kuo",
|
||||
"url": "https://github.com/david50407"
|
||||
},
|
||||
{
|
||||
"name": "ChangZhuo Chen",
|
||||
"url": "https://github.com/czchen"
|
||||
},
|
||||
{
|
||||
"name": "Lee Treveil",
|
||||
"url": "https://github.com/leetreveil"
|
||||
},
|
||||
{
|
||||
"name": "Brian White",
|
||||
"url": "https://github.com/mscdex"
|
||||
},
|
||||
{
|
||||
"name": "Mithgol",
|
||||
"url": "https://github.com/Mithgol"
|
||||
},
|
||||
{
|
||||
"name": "Nazar Leush",
|
||||
"url": "https://github.com/nleush"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"safer-buffer": ">= 2.1.2 < 3"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Convert character encodings in pure javascript.",
|
||||
"devDependencies": {
|
||||
@@ -91,8 +44,8 @@
|
||||
"errto": "*",
|
||||
"iconv": "*",
|
||||
"istanbul": "*",
|
||||
"mocha": "*",
|
||||
"request": "*",
|
||||
"mocha": "^3.1.0",
|
||||
"request": "~2.87.0",
|
||||
"semver": "*",
|
||||
"unorm": "*"
|
||||
},
|
||||
@@ -119,5 +72,5 @@
|
||||
"test": "mocha --reporter spec --grep ."
|
||||
},
|
||||
"typings": "./lib/index.d.ts",
|
||||
"version": "0.4.19"
|
||||
"version": "0.4.24"
|
||||
}
|
||||
|
Reference in New Issue
Block a user