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

102 lines
2.2 KiB
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"tough-cookie@3.0.1",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
]
],
"_development": true,
"_from": "tough-cookie@3.0.1",
"_id": "tough-cookie@3.0.1",
"_inBundle": false,
"_integrity": "sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==",
"_location": "/tough-cookie",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tough-cookie@3.0.1",
"name": "tough-cookie",
"escapedName": "tough-cookie",
"rawSpec": "3.0.1",
"saveSpec": null,
"fetchSpec": "3.0.1"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz",
"_spec": "3.0.1",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
2020-01-28 13:07:56 +08:00
"author": {
"name": "Jeremy Stashewsky",
2020-03-22 05:13:25 +08:00
"email": "jstash@gmail.com"
},
"bugs": {
"url": "https://github.com/salesforce/tough-cookie/issues"
2020-01-28 13:07:56 +08:00
},
"contributors": [
{
2020-03-22 05:13:25 +08:00
"name": "Alexander Savin"
2020-01-28 13:07:56 +08:00
},
{
2020-03-22 05:13:25 +08:00
"name": "Ian Livingstone"
2020-01-28 13:07:56 +08:00
},
{
2020-03-22 05:13:25 +08:00
"name": "Ivan Nikulin"
2020-01-28 13:07:56 +08:00
},
{
2020-03-22 05:13:25 +08:00
"name": "Lalit Kapoor"
2020-01-28 13:07:56 +08:00
},
{
2020-03-22 05:13:25 +08:00
"name": "Sam Thompson"
2020-01-28 13:07:56 +08:00
},
{
2020-03-22 05:13:25 +08:00
"name": "Sebastian Mayr"
2020-01-28 13:07:56 +08:00
}
],
2020-03-22 05:13:25 +08:00
"dependencies": {
"ip-regex": "^2.1.0",
"psl": "^1.1.28",
"punycode": "^2.1.1"
},
2020-01-28 13:07:56 +08:00
"description": "RFC6265 Cookies and Cookie Jar for node.js",
2020-03-22 05:13:25 +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"
},
"engines": {
"node": ">=6"
},
"files": [
"lib"
],
"homepage": "https://github.com/salesforce/tough-cookie",
2020-01-28 13:07:56 +08:00
"keywords": [
"HTTP",
"cookie",
"cookies",
"set-cookie",
"cookiejar",
"jar",
"RFC6265",
"RFC2965"
],
2020-03-22 05:13:25 +08:00
"license": "BSD-3-Clause",
"main": "./lib/cookie",
"name": "tough-cookie",
2020-01-28 13:07:56 +08:00
"repository": {
"type": "git",
"url": "git://github.com/salesforce/tough-cookie.git"
},
"scripts": {
2020-03-22 05:13:25 +08:00
"cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
2020-01-28 13:07:56 +08:00
"test": "vows test/*_test.js",
2020-03-22 05:13:25 +08:00
"version": "genversion lib/version.js && git add lib/version.js"
2020-01-28 13:07:56 +08:00
},
2020-03-22 05:13:25 +08:00
"version": "3.0.1"
2020-01-28 13:07:56 +08:00
}