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
2021-05-07 15:56:33 +02:00
parent d81e8e9fb8
commit 3ec373077c
550 changed files with 84712 additions and 15991 deletions

View File

@@ -1,26 +1,26 @@
{
"_from": "tough-cookie@^3.0.1",
"_id": "tough-cookie@3.0.1",
"_from": "tough-cookie@^4.0.0",
"_id": "tough-cookie@4.0.0",
"_inBundle": false,
"_integrity": "sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==",
"_integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==",
"_location": "/tough-cookie",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tough-cookie@^3.0.1",
"raw": "tough-cookie@^4.0.0",
"name": "tough-cookie",
"escapedName": "tough-cookie",
"rawSpec": "^3.0.1",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.1"
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz",
"_shasum": "9df4f57e739c26930a018184887f4adb7dca73b2",
"_spec": "tough-cookie@^3.0.1",
"_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz",
"_shasum": "d822234eeca882f991f0f908824ad2622ddbece4",
"_spec": "tough-cookie@^4.0.0",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
"author": {
"name": "Jeremy Stashewsky",
@@ -32,36 +32,57 @@
"bundleDependencies": false,
"contributors": [
{
"name": "Alexander Savin"
"name": "Ivan Nikulin"
},
{
"name": "Shivan Kaul Sahib"
},
{
"name": "Clint Ruoho"
},
{
"name": "Ian Livingstone"
},
{
"name": "Ivan Nikulin"
"name": "Andrew Waterman"
},
{
"name": "Michael de Libero"
},
{
"name": "Jonathan Stewmon"
},
{
"name": "Miguel Roncancio"
},
{
"name": "Sebastian Mayr"
},
{
"name": "Alexander Savin"
},
{
"name": "Lalit Kapoor"
},
{
"name": "Sam Thompson"
},
{
"name": "Sebastian Mayr"
}
],
"dependencies": {
"ip-regex": "^2.1.0",
"psl": "^1.1.28",
"punycode": "^2.1.1"
"psl": "^1.1.33",
"punycode": "^2.1.1",
"universalify": "^0.1.2"
},
"deprecated": false,
"description": "RFC6265 Cookies and Cookie Jar for node.js",
"devDependencies": {
"async": "^1.4.2",
"async": "^2.6.2",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-prettier": "^3.0.1",
"genversion": "^2.1.0",
"nyc": "^11.6.0",
"string.prototype.repeat": "^0.2.0",
"nyc": "^14.0.0",
"prettier": "^1.17.0",
"vows": "^0.8.2"
},
"engines": {
@@ -90,8 +111,11 @@
},
"scripts": {
"cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
"eslint": "eslint --env node --ext .js .",
"format": "npm run eslint -- --fix",
"prettier": "prettier '**/*.{json,ts,yaml,md}'",
"test": "vows test/*_test.js",
"version": "genversion lib/version.js && git add lib/version.js"
},
"version": "3.0.1"
"version": "4.0.0"
}