mirror of
https://github.com/thewesker/bug-em.git
synced 2025-12-24 14:01:04 -05:00
lol
This commit is contained in:
127
node_modules/tough-cookie/package.json
generated
vendored
Normal file
127
node_modules/tough-cookie/package.json
generated
vendored
Normal file
@@ -0,0 +1,127 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"name": "tough-cookie",
|
||||
"raw": "tough-cookie@>=0.12.0",
|
||||
"rawSpec": ">=0.12.0",
|
||||
"scope": null,
|
||||
"spec": ">=0.12.0",
|
||||
"type": "range"
|
||||
},
|
||||
"C:\\Users\\talor\\bots\\polibug\\node_modules\\request"
|
||||
]
|
||||
],
|
||||
"_from": "tough-cookie@>=0.12.0",
|
||||
"_id": "tough-cookie@2.2.2",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/tough-cookie",
|
||||
"_nodeVersion": "5.1.1",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-13-west.internal.npmjs.com",
|
||||
"tmp": "tmp/tough-cookie-2.2.2.tgz_1457564639182_0.5129188685677946"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "jstash@gmail.com",
|
||||
"name": "jstash"
|
||||
},
|
||||
"_npmVersion": "3.3.12",
|
||||
"_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.2.tgz",
|
||||
"_shasum": "c83a1830f4e5ef0b93ef2a3488e724f8de016ac7",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "tough-cookie@>=0.12.0",
|
||||
"_where": "C:\\Users\\talor\\bots\\polibug\\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",
|
||||
"vows": "^0.8.1"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "c83a1830f4e5ef0b93ef2a3488e724f8de016ac7",
|
||||
"tarball": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.2.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"gitHead": "cc46628c4d7d2e8c372ecba29293ca8a207ec192",
|
||||
"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": "jeremy@goinstant.com",
|
||||
"name": "jstash"
|
||||
},
|
||||
{
|
||||
"email": "services@goinstant.com",
|
||||
"name": "goinstant"
|
||||
}
|
||||
],
|
||||
"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.2.2"
|
||||
}
|
||||
Reference in New Issue
Block a user