{ "//": "We only support node 18+, but v16 still works. We won't block v16 until it becomes a burden.", "_from": "tough-cookie@^5.1.1", "_id": "tough-cookie@5.1.2", "_inBundle": false, "_integrity": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==", "_location": "/tough-cookie", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "tough-cookie@^5.1.1", "name": "tough-cookie", "escapedName": "tough-cookie", "rawSpec": "^5.1.1", "saveSpec": null, "fetchSpec": "^5.1.1" }, "_requiredBy": [ "/jsdom" ], "_resolved": "https://registry.npmmirror.com/tough-cookie/-/tough-cookie-5.1.2.tgz", "_shasum": "66d774b4a1d9e12dc75089725af3ac75ec31bed7", "_spec": "tough-cookie@^5.1.1", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\jsdom", "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" }, { "name": "Colin Casey" }, { "name": "Will Harney" } ], "dependencies": { "tldts": "^6.1.32" }, "deprecated": false, "description": "RFC6265 Cookies and Cookie Jar for node.js", "devDependencies": { "@eslint/js": "^9.7.0", "@microsoft/api-documenter": "^7.25.7", "@microsoft/api-extractor": "^7.47.2", "@types/jest": "^29.5.12", "@types/node": "^16.18.101", "async": "3.2.6", "eslint": "^9.9.1", "eslint-config-prettier": "^10.0.1", "eslint-import-resolver-typescript": "^3.7.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^5.2.1", "genversion": "^3.2.0", "globals": "^15.8.0", "jest": "^29.7.0", "prettier": "^3.3.3", "ts-jest": "^29.2.2", "ts-node": "^10.9.2", "typescript": "5.5.3", "typescript-eslint": "^8.0.1", "vows": "^0.8.3" }, "engines": { "node": ">=16" }, "files": [ "dist/**/*.js", "dist/**/*.d.ts", "!__tests__" ], "homepage": "https://github.com/salesforce/tough-cookie", "keywords": [ "HTTP", "cookie", "cookies", "set-cookie", "cookiejar", "jar", "RFC6265", "RFC2965" ], "license": "BSD-3-Clause", "main": "./dist/cookie/index.js", "name": "tough-cookie", "repository": { "type": "git", "url": "git://github.com/salesforce/tough-cookie.git" }, "scripts": { "_api:check": "api-extractor run --verbose", "_api:update": "api-extractor run --verbose --local", "_build:clean": "rm -rf dist", "_build:compile": "tsc", "_docs:fix": "prettier ./api/docs --write", "_docs:generate": "api-documenter markdown --input-folder ./tmp --output-folder ./api/docs", "_format:check": "prettier . --check", "_format:fix": "prettier . --write", "_lint:check": "eslint .", "_lint:fix": "eslint . --fix", "_test:legacy": "./test/scripts/vows.js test/*_test.js", "_test:ts": "jest", "_version:generate": "genversion --template version-template.ejs --force lib/version.ts", "build": "npm run _build:clean && npm run _build:compile", "lint": "npm run _lint:check", "prepack": "npm run build", "prepare-pr": "npm test && npm run _api:update && npm run _docs:generate && npm run _format:fix && npm run _lint:fix", "test": "npm run build && npm run _test:ts && npm run _test:legacy", "version": "npm run _version:generate && npm run prepare-pr && git add --renormalize ." }, "types": "./dist/cookie/index.d.ts", "version": "5.1.2" }