github-pages-deploy-action/node_modules/tough-cookie/package.json

79 lines
1.7 KiB
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
"author": {
"name": "Jeremy Stashewsky",
2020-03-31 20:57:48 +08:00
"email": "jstash@gmail.com",
"website": "https://github.com/stash"
2020-03-31 20:42:07 +08:00
},
"contributors": [
{
2020-03-31 20:57:48 +08:00
"name": "Alexander Savin",
"website": "https://github.com/apsavin"
2020-03-31 20:42:07 +08:00
},
{
2020-03-31 20:57:48 +08:00
"name": "Ian Livingstone",
"website": "https://github.com/ianlivingstone"
2020-03-31 20:42:07 +08:00
},
{
2020-03-31 20:57:48 +08:00
"name": "Ivan Nikulin",
"website": "https://github.com/inikulin"
2020-03-31 20:42:07 +08:00
},
{
2020-03-31 20:57:48 +08:00
"name": "Lalit Kapoor",
"website": "https://github.com/lalitkapoor"
2020-03-31 20:42:07 +08:00
},
{
2020-03-31 20:57:48 +08:00
"name": "Sam Thompson",
"website": "https://github.com/sambthompson"
2020-03-31 20:42:07 +08:00
},
{
2020-03-31 20:57:48 +08:00
"name": "Sebastian Mayr",
"website": "https://github.com/Sebmaster"
2020-03-31 20:42:07 +08:00
}
],
2020-03-31 20:57:48 +08:00
"license": "BSD-3-Clause",
"name": "tough-cookie",
2020-03-31 20:42:07 +08:00
"description": "RFC6265 Cookies and Cookie Jar for node.js",
"keywords": [
"HTTP",
"cookie",
"cookies",
"set-cookie",
"cookiejar",
"jar",
"RFC6265",
"RFC2965"
],
2020-05-15 05:33:08 +08:00
"version": "2.5.0",
2020-03-31 20:57:48 +08:00
"homepage": "https://github.com/salesforce/tough-cookie",
2020-03-31 20:42:07 +08:00
"repository": {
"type": "git",
"url": "git://github.com/salesforce/tough-cookie.git"
},
2020-03-31 20:57:48 +08:00
"bugs": {
"url": "https://github.com/salesforce/tough-cookie/issues"
},
"main": "./lib/cookie",
"files": [
"lib"
],
2020-03-31 20:42:07 +08:00
"scripts": {
2020-03-31 20:57:48 +08:00
"version": "genversion lib/version.js && git add lib/version.js",
2020-03-31 20:42:07 +08:00
"test": "vows test/*_test.js",
2020-03-31 20:57:48 +08:00
"cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js"
},
"engines": {
2020-05-15 05:33:08 +08:00
"node": ">=0.8"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"devDependencies": {
"async": "^1.4.2",
"genversion": "^2.1.0",
"nyc": "^11.6.0",
"string.prototype.repeat": "^0.2.0",
"vows": "^0.8.2"
},
"dependencies": {
"psl": "^1.1.28",
"punycode": "^2.1.1"
}
2020-03-31 20:42:07 +08:00
}