123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- {
- "_args": [
- [
- "tough-cookie@>=0.12.0",
- "D:\\work\\im\\node_modules\\request"
- ]
- ],
- "_from": "tough-cookie@>=0.12.0",
- "_id": "tough-cookie@2.3.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/tough-cookie",
- "_nodeVersion": "6.3.1",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/tough-cookie-2.3.1.tgz_1469494891088_0.8524557144846767"
- },
- "_npmUser": {
- "email": "jstash@gmail.com",
- "name": "jstash"
- },
- "_npmVersion": "3.10.3",
- "_phantomChildren": {},
- "_requested": {
- "name": "tough-cookie",
- "raw": "tough-cookie@>=0.12.0",
- "rawSpec": ">=0.12.0",
- "scope": null,
- "spec": ">=0.12.0",
- "type": "range"
- },
- "_requiredBy": [
- "/babel-cli/request",
- "/request",
- "/upyun-core/request"
- ],
- "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.1.tgz",
- "_shasum": "99c77dfbb7d804249e8a299d4cb0fd81fef083fd",
- "_shrinkwrap": null,
- "_spec": "tough-cookie@>=0.12.0",
- "_where": "D:\\work\\im\\node_modules\\request",
- "author": {
- "email": "jstashewsky@salesforce.com",
- "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",
- "string.prototype.repeat": "^0.2.0",
- "vows": "^0.8.1"
- },
- "directories": {},
- "dist": {
- "shasum": "99c77dfbb7d804249e8a299d4cb0fd81fef083fd",
- "tarball": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.1.tgz"
- },
- "engines": {
- "node": ">=0.8"
- },
- "files": [
- "lib"
- ],
- "gitHead": "c11a2d11d12348a35ef595c809e30e641a804a7d",
- "homepage": "https://github.com/SalesforceEng/tough-cookie",
- "keywords": [
- "HTTP",
- "cookie",
- "cookies",
- "set-cookie",
- "cookiejar",
- "jar",
- "RFC6265",
- "RFC2965"
- ],
- "license": "BSD-3-Clause",
- "main": "./lib/cookie",
- "maintainers": [
- {
- "email": "jstash@gmail.com",
- "name": "jstash"
- },
- {
- "email": "emily@contactvibe.com",
- "name": "nexxy"
- }
- ],
- "name": "tough-cookie",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "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.3.1"
- }
|