summaryrefslogtreecommitdiff
path: root/node_modules/tough-cookie/package.json
diff options
context:
space:
mode:
authorLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 22:54:37 +0300
committerLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 22:54:37 +0300
commit703e03aba33f234712206769f57717ba7d92d23d (patch)
tree0041f04ccb75bd5379c764e9fe42249fffe75fc3 /node_modules/tough-cookie/package.json
parentab6e257e6e9d9a483d7e86f220d8b209a2cd7753 (diff)
downloadFlashRunner-703e03aba33f234712206769f57717ba7d92d23d.tar.gz
FlashRunner-703e03aba33f234712206769f57717ba7d92d23d.tar.zst
Added export_allowed file to make repository visible in cgit
Diffstat (limited to 'node_modules/tough-cookie/package.json')
-rw-r--r--node_modules/tough-cookie/package.json78
1 files changed, 78 insertions, 0 deletions
diff --git a/node_modules/tough-cookie/package.json b/node_modules/tough-cookie/package.json
new file mode 100644
index 0000000..8af9909
--- /dev/null
+++ b/node_modules/tough-cookie/package.json
@@ -0,0 +1,78 @@
+{
+ "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": "2.5.0",
+ "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": ">=0.8"
+ },
+ "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"
+ }
+}