File: //home/arjun/projects/buyercall_forms/buyercall/node_modules/tough-cookie/package.json
{
"_args": [
[
"tough-cookie@4.1.3",
"/home/arjun/projects/buyercall_forms/buyercall"
]
],
"_from": "tough-cookie@4.1.3",
"_id": "tough-cookie@4.1.3",
"_inBundle": false,
"_integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==",
"_location": "/tough-cookie",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tough-cookie@4.1.3",
"name": "tough-cookie",
"escapedName": "tough-cookie",
"rawSpec": "4.1.3",
"saveSpec": null,
"fetchSpec": "4.1.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz",
"_spec": "4.1.3",
"_where": "/home/arjun/projects/buyercall_forms/buyercall",
"author": {
"name": "Jeremy Stashewsky",
"email": "jstash@gmail.com"
},
"bugs": {
"url": "https://github.com/salesforce/tough-cookie/issues"
},
"contributors": [
{
"name": "Ivan Nikulin"
},
{
"name": "Shivan Kaul Sahib"
},
{
"name": "Clint Ruoho"
},
{
"name": "Ian Livingstone"
},
{
"name": "Andrew Waterman"
},
{
"name": "Michael de Libero"
},
{
"name": "Jonathan Stewmon"
},
{
"name": "Miguel Roncancio"
},
{
"name": "Sebastian Mayr"
},
{
"name": "Alexander Savin"
},
{
"name": "Lalit Kapoor"
},
{
"name": "Sam Thompson"
}
],
"dependencies": {
"psl": "^1.1.33",
"punycode": "^2.1.1",
"universalify": "^0.2.0",
"url-parse": "^1.5.3"
},
"description": "RFC6265 Cookies and Cookie Jar for node.js",
"devDependencies": {
"async": "^2.6.2",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-prettier": "^3.0.1",
"genversion": "^2.1.0",
"nyc": "^14.0.0",
"prettier": "^1.17.0",
"vows": "^0.8.2"
},
"engines": {
"node": ">=6"
},
"files": [
"lib"
],
"homepage": "https://github.com/salesforce/tough-cookie",
"keywords": [
"HTTP",
"cookie",
"cookies",
"set-cookie",
"cookiejar",
"jar",
"RFC6265",
"RFC2965"
],
"license": "BSD-3-Clause",
"main": "./lib/cookie",
"name": "tough-cookie",
"repository": {
"type": "git",
"url": "git://github.com/salesforce/tough-cookie.git"
},
"scripts": {
"cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
"eslint": "eslint --env node --ext .js .",
"format": "npm run eslint -- --fix",
"prettier": "prettier '**/*.{json,ts,yaml,md}'",
"test": "vows test/*_test.js && npm run eslint",
"version": "genversion lib/version.js && git add lib/version.js"
},
"version": "4.1.3"
}