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:
37
node_modules/tough-cookie/package.json
generated
vendored
37
node_modules/tough-cookie/package.json
generated
vendored
@@ -1,32 +1,31 @@
|
||||
{
|
||||
"_from": "tough-cookie@^2.3.3",
|
||||
"_id": "tough-cookie@2.3.4",
|
||||
"_from": "tough-cookie@^2.5.0",
|
||||
"_id": "tough-cookie@2.5.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA==",
|
||||
"_integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
|
||||
"_location": "/tough-cookie",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "tough-cookie@^2.3.3",
|
||||
"raw": "tough-cookie@^2.5.0",
|
||||
"name": "tough-cookie",
|
||||
"escapedName": "tough-cookie",
|
||||
"rawSpec": "^2.3.3",
|
||||
"rawSpec": "^2.5.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.3.3"
|
||||
"fetchSpec": "^2.5.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom",
|
||||
"/request",
|
||||
"/request-promise-native"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.4.tgz",
|
||||
"_shasum": "ec60cee38ac675063ffc97a5c18970578ee83655",
|
||||
"_spec": "tough-cookie@^2.3.3",
|
||||
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/jsdom",
|
||||
"_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
|
||||
"_shasum": "cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2",
|
||||
"_spec": "tough-cookie@^2.5.0",
|
||||
"_where": "E:\\projects\\p\\minifyfromhtml\\node_modules\\jsdom",
|
||||
"author": {
|
||||
"name": "Jeremy Stashewsky",
|
||||
"email": "jstashewsky@salesforce.com"
|
||||
"email": "jstash@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/salesforce/tough-cookie/issues"
|
||||
@@ -53,14 +52,17 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"punycode": "^1.4.1"
|
||||
"psl": "^1.1.28",
|
||||
"punycode": "^2.1.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "RFC6265 Cookies and Cookie Jar for node.js",
|
||||
"devDependencies": {
|
||||
"async": "^1.4.2",
|
||||
"genversion": "^2.1.0",
|
||||
"nyc": "^11.6.0",
|
||||
"string.prototype.repeat": "^0.2.0",
|
||||
"vows": "^0.8.1"
|
||||
"vows": "^0.8.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8"
|
||||
@@ -87,8 +89,9 @@
|
||||
"url": "git://github.com/salesforce/tough-cookie.git"
|
||||
},
|
||||
"scripts": {
|
||||
"suffixup": "curl -o public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat && ./generate-pubsuffix.js",
|
||||
"test": "vows test/*_test.js"
|
||||
"cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
|
||||
"test": "vows test/*_test.js",
|
||||
"version": "genversion lib/version.js && git add lib/version.js"
|
||||
},
|
||||
"version": "2.3.4"
|
||||
"version": "2.5.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user