mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
117
node_modules/tough-cookie/package.json
generated
vendored
Normal file
117
node_modules/tough-cookie/package.json
generated
vendored
Normal file
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"tough-cookie@^2.2.0",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/jsdom"
|
||||
]
|
||||
],
|
||||
"_from": "tough-cookie@>=2.2.0 <3.0.0",
|
||||
"_id": "tough-cookie@2.2.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/tough-cookie",
|
||||
"_nodeVersion": "0.12.5",
|
||||
"_npmUser": {
|
||||
"email": "jstash@gmail.com",
|
||||
"name": "jstash"
|
||||
},
|
||||
"_npmVersion": "2.11.2",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "tough-cookie",
|
||||
"raw": "tough-cookie@^2.2.0",
|
||||
"rawSpec": "^2.2.0",
|
||||
"scope": null,
|
||||
"spec": ">=2.2.0 <3.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom",
|
||||
"/request"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz",
|
||||
"_shasum": "3b0516b799e70e8164436a1446e7e5877fda118e",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "tough-cookie@^2.2.0",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/jsdom",
|
||||
"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": "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": [
|
||||
{
|
||||
"name": "jstash",
|
||||
"email": "jeremy@goinstant.com"
|
||||
},
|
||||
{
|
||||
"name": "goinstant",
|
||||
"email": "services@goinstant.com"
|
||||
}
|
||||
],
|
||||
"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.1"
|
||||
}
|
||||
Reference in New Issue
Block a user