Permalink
Cannot retrieve contributors at this time
79 lines (79 sloc)
1.74 KB
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
codeql-action/node_modules/tough-cookie/package.json
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"author": { | |
"name": "Jeremy Stashewsky", | |
"email": "jstash@gmail.com", | |
"website": "https://github.com/stash" | |
}, | |
"contributors": [ | |
{ | |
"name": "Alexander Savin", | |
"website": "https://github.com/apsavin" | |
}, | |
{ | |
"name": "Ian Livingstone", | |
"website": "https://github.com/ianlivingstone" | |
}, | |
{ | |
"name": "Ivan Nikulin", | |
"website": "https://github.com/inikulin" | |
}, | |
{ | |
"name": "Lalit Kapoor", | |
"website": "https://github.com/lalitkapoor" | |
}, | |
{ | |
"name": "Sam Thompson", | |
"website": "https://github.com/sambthompson" | |
}, | |
{ | |
"name": "Sebastian Mayr", | |
"website": "https://github.com/Sebmaster" | |
} | |
], | |
"license": "BSD-3-Clause", | |
"name": "tough-cookie", | |
"description": "RFC6265 Cookies and Cookie Jar for node.js", | |
"keywords": [ | |
"HTTP", | |
"cookie", | |
"cookies", | |
"set-cookie", | |
"cookiejar", | |
"jar", | |
"RFC6265", | |
"RFC2965" | |
], | |
"version": "3.0.1", | |
"homepage": "https://github.com/salesforce/tough-cookie", | |
"repository": { | |
"type": "git", | |
"url": "git://github.com/salesforce/tough-cookie.git" | |
}, | |
"bugs": { | |
"url": "https://github.com/salesforce/tough-cookie/issues" | |
}, | |
"main": "./lib/cookie", | |
"files": [ | |
"lib" | |
], | |
"scripts": { | |
"version": "genversion lib/version.js && git add lib/version.js", | |
"test": "vows test/*_test.js", | |
"cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js" | |
}, | |
"engines": { | |
"node": ">=6" | |
}, | |
"devDependencies": { | |
"async": "^1.4.2", | |
"genversion": "^2.1.0", | |
"nyc": "^11.6.0", | |
"string.prototype.repeat": "^0.2.0", | |
"vows": "^0.8.2" | |
}, | |
"dependencies": { | |
"ip-regex": "^2.1.0", | |
"psl": "^1.1.28", | |
"punycode": "^2.1.1" | |
} | |
} |