All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.tough-cookie.package.json Maven / Gradle / Ivy

{
    "_args": [
        
    ],
    "_from": "tough-cookie@>=0.12.0",
    "_id": "[email protected]",
    "_inCache": true,
    "_installable": true,
    "_location": "/tough-cookie",
    "_nodeVersion": "0.12.5",
    "_npmUser": {
        "email": "[email protected]",
        "name": "jstash"
    },
    "_npmVersion": "2.11.2",
    "_phantomChildren": {
        
    },
    "_requested": {
        "name": "tough-cookie",
        "raw": "tough-cookie@>=0.12.0",
        "rawSpec": ">=0.12.0",
        "scope": null,
        "spec": ">=0.12.0",
        "type": "range"
    },
    "_requiredBy": [
        "/request"
    ],
    "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz",
    "_shasum": "3b0516b799e70e8164436a1446e7e5877fda118e",
    "_shrinkwrap": null,
    "_spec": "tough-cookie@>=0.12.0",
    "_where": "",
    "author": {
        "email": "[email protected]",
        "name": "Jeremy Stashewsky"
    },
    "bugs": {
        "url": "https://github.com/SalesforceEng/tough-cookie/issues"
    },
    "contributors": [
        {
            "name": "Alexander Savin"
        },
        {
            "name": "Ian Livingstone"
        },
        {
            "name": "Ivan Nikulin"
        },
        {
            "name": "Lalit Kapoor"
        },
        {
            "name": "Sam Thompson"
        },
        {
            "name": "Sebastian Mayr"
        }
    ],
    "dependencies": {
        
    },
    "description": "RFC6265 Cookies and Cookie Jar for node.js",
    "devDependencies": {
        "async": "^1.4.2",
        "vows": "^0.8.1"
    },
    "directories": {
        
    },
    "dist": {
        "shasum": "3b0516b799e70e8164436a1446e7e5877fda118e",
        "tarball": "http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz"
    },
    "engines": {
        "node": ">=0.10.0"
    },
    "files": [
        "lib"
    ],
    "gitHead": "f1055655ea56c85bd384aaf7d5b740b916700b6f",
    "homepage": "https://github.com/SalesforceEng/tough-cookie",
    "keywords": [
        "HTTP",
        "RFC2965",
        "RFC6265",
        "cookie",
        "cookiejar",
        "cookies",
        "jar",
        "set-cookie"
    ],
    "license": "BSD-3-Clause",
    "main": "./lib/cookie",
    "maintainers": [
        {
            "email": "[email protected]",
            "name": "jstash"
        },
        {
            "email": "[email protected]",
            "name": "goinstant"
        }
    ],
    "name": "tough-cookie",
    "optionalDependencies": {
        
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/SalesforceEng/tough-cookie.git"
    },
    "scripts": {
        "suffixup": "curl -o public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat && ./generate-pubsuffix.js",
        "test": "vows test/*_test.js"
    },
    "version": "2.2.1"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy