Files
2026-04-05 16:14:49 -04:00

33 lines
730 B
JSON

{
"author": {
"name": "Jeremy Stashewsky",
"email": "jstash@gmail.com",
"website": "https://github.com/stash"
},
"license": "BSD-3-Clause",
"name": "tough-cookie",
"description": "RFC6265 Cookies and Cookie Jar for node.js",
"version": "2.4.3",
"homepage": "https://github.com/salesforce/tough-cookie",
"repository": {
"type": "git",
"url": "git://github.com/salesforce/tough-cookie.git"
},
"main": "./lib/cookie",
"files": [
"lib"
],
"engines": {
"node": ">=0.8"
},
"devDependencies": {
"async": "^1.4.2",
"nyc": "^11.6.0",
"string.prototype.repeat": "^0.2.0",
"vows": "^0.8.1"
},
"dependencies": {
"psl": "^1.1.24",
"punycode": "^1.4.1"
}
}