update node modules
This commit is contained in:
39
node_modules/tough-cookie/package.json
generated
vendored
39
node_modules/tough-cookie/package.json
generated
vendored
@@ -1,35 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"tough-cookie@2.5.0",
|
||||
"D:\\Projects\\vanillajs-seed"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "tough-cookie@2.5.0",
|
||||
"_id": "tough-cookie@2.5.0",
|
||||
"_from": "tough-cookie@^3.0.1",
|
||||
"_id": "tough-cookie@3.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
|
||||
"_integrity": "sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==",
|
||||
"_location": "/tough-cookie",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "tough-cookie@2.5.0",
|
||||
"raw": "tough-cookie@^3.0.1",
|
||||
"name": "tough-cookie",
|
||||
"escapedName": "tough-cookie",
|
||||
"rawSpec": "2.5.0",
|
||||
"rawSpec": "^3.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.5.0"
|
||||
"fetchSpec": "^3.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom",
|
||||
"/request",
|
||||
"/request-promise-native"
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
|
||||
"_spec": "2.5.0",
|
||||
"_where": "D:\\Projects\\vanillajs-seed",
|
||||
"_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz",
|
||||
"_shasum": "9df4f57e739c26930a018184887f4adb7dca73b2",
|
||||
"_spec": "tough-cookie@^3.0.1",
|
||||
"_where": "D:\\Projects\\vanillajs-seed\\node_modules\\jsdom",
|
||||
"author": {
|
||||
"name": "Jeremy Stashewsky",
|
||||
"email": "jstash@gmail.com"
|
||||
@@ -37,6 +29,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/salesforce/tough-cookie/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Alexander Savin"
|
||||
@@ -58,9 +51,11 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"ip-regex": "^2.1.0",
|
||||
"psl": "^1.1.28",
|
||||
"punycode": "^2.1.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "RFC6265 Cookies and Cookie Jar for node.js",
|
||||
"devDependencies": {
|
||||
"async": "^1.4.2",
|
||||
@@ -70,7 +65,7 @@
|
||||
"vows": "^0.8.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8"
|
||||
"node": ">=6"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
@@ -98,5 +93,5 @@
|
||||
"test": "vows test/*_test.js",
|
||||
"version": "genversion lib/version.js && git add lib/version.js"
|
||||
},
|
||||
"version": "2.5.0"
|
||||
"version": "3.0.1"
|
||||
}
|
||||
|
Reference in New Issue
Block a user