{ "_from": "tough-cookie@^4.1.3", "_id": "tough-cookie@4.1.3", "_inBundle": false, "_integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", "_location": "/tough-cookie", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "tough-cookie@^4.1.3", "name": "tough-cookie", "escapedName": "tough-cookie", "rawSpec": "^4.1.3", "saveSpec": null, "fetchSpec": "^4.1.3" }, "_requiredBy": [ "/@cypress/request" ], "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", "_shasum": "97b9adb0728b42280aa3d814b6b999b2ff0318bf", "_spec": "tough-cookie@^4.1.3", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer/node_modules/@cypress/request", "author": { "name": "Jeremy Stashewsky", "email": "jstash@gmail.com" }, "bugs": { "url": "https://github.com/salesforce/tough-cookie/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Ivan Nikulin" }, { "name": "Shivan Kaul Sahib" }, { "name": "Clint Ruoho" }, { "name": "Ian Livingstone" }, { "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" } ], "dependencies": { "psl": "^1.1.33", "punycode": "^2.1.1", "universalify": "^0.2.0", "url-parse": "^1.5.3" }, "deprecated": false, "description": "RFC6265 Cookies and Cookie Jar for node.js", "devDependencies": { "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": "^14.0.0", "prettier": "^1.17.0", "vows": "^0.8.2" }, "engines": { "node": ">=6" }, "files": [ "lib" ], "homepage": "https://github.com/salesforce/tough-cookie", "keywords": [ "HTTP", "cookie", "cookies", "set-cookie", "cookiejar", "jar", "RFC6265", "RFC2965" ], "license": "BSD-3-Clause", "main": "./lib/cookie", "name": "tough-cookie", "repository": { "type": "git", "url": "git://github.com/salesforce/tough-cookie.git" }, "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 && npm run eslint", "version": "genversion lib/version.js && git add lib/version.js" }, "version": "4.1.3" }