Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/tough-cookie/package.json')
-rw-r--r--node_modules/tough-cookie/package.json90
1 files changed, 90 insertions, 0 deletions
diff --git a/node_modules/tough-cookie/package.json b/node_modules/tough-cookie/package.json
new file mode 100644
index 000000000..f808bccef
--- /dev/null
+++ b/node_modules/tough-cookie/package.json
@@ -0,0 +1,90 @@
+{
+ "_args": [
+ [
+ "tough-cookie@>=0.12.0",
+ "/Users/rebecca/code/npm/node_modules/request"
+ ]
+ ],
+ "_from": "tough-cookie@>=0.12.0",
+ "_id": "tough-cookie@2.0.0",
+ "_inCache": true,
+ "_location": "/tough-cookie",
+ "_nodeVersion": "0.12.2",
+ "_npmUser": {
+ "email": "jstash@gmail.com",
+ "name": "jstash"
+ },
+ "_npmVersion": "2.7.4",
+ "_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.0.0.tgz",
+ "_shasum": "41ce08720b35cf90beb044dd2609fb19e928718f",
+ "_shrinkwrap": null,
+ "_spec": "tough-cookie@>=0.12.0",
+ "_where": "/Users/rebecca/code/npm/node_modules/request",
+ "author": {
+ "email": "jstashewsky@salesforce.com",
+ "name": "Jeremy Stashewsky"
+ },
+ "bugs": {
+ "url": "https://github.com/SalesforceEng/tough-cookie/issues"
+ },
+ "dependencies": {},
+ "description": "RFC6265 Cookies and Cookie Jar for node.js",
+ "devDependencies": {
+ "async": ">=0.1.12",
+ "vows": "0.7.0"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "41ce08720b35cf90beb044dd2609fb19e928718f",
+ "tarball": "http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.0.0.tgz"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "gitHead": "a3af6104da7787c23bb98910109b0e0e8a10153c",
+ "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": [
+ {
+ "name": "jstash",
+ "email": "jeremy@goinstant.com"
+ },
+ {
+ "name": "goinstant",
+ "email": "services@goinstant.com"
+ }
+ ],
+ "name": "tough-cookie",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/SalesforceEng/tough-cookie.git"
+ },
+ "scripts": {
+ "test": "vows test/*_test.js"
+ },
+ "version": "2.0.0"
+}