1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 10:52:47 +00:00
Files
mywebsite/node_modules/cookie/package.json

103 lines
2.5 KiB
JSON

{
"_args": [
[
"cookie@0.2.2",
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/cookie-parser"
]
],
"_from": "cookie@0.2.2",
"_id": "cookie@0.2.2",
"_inCache": true,
"_installable": true,
"_location": "/cookie",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "cookie",
"raw": "cookie@0.2.2",
"rawSpec": "0.2.2",
"scope": null,
"spec": "0.2.2",
"type": "version"
},
"_requiredBy": [
"/cookie-parser"
],
"_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.2.2.tgz",
"_shasum": "579ef8bc9b2d6f7e975a16bf4164d572e752e540",
"_shrinkwrap": null,
"_spec": "cookie@0.2.2",
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/cookie-parser",
"author": {
"email": "shtylman@gmail.com",
"name": "Roman Shtylman"
},
"bugs": {
"url": "https://github.com/jshttp/cookie/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"dependencies": {},
"description": "cookie parsing and serialization",
"devDependencies": {
"istanbul": "0.3.20",
"mocha": "1.21.5"
},
"directories": {},
"dist": {
"shasum": "579ef8bc9b2d6f7e975a16bf4164d572e752e540",
"tarball": "http://registry.npmjs.org/cookie/-/cookie-0.2.2.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
"gitHead": "9b481be547730c5f487364b720ab298d097541d5",
"homepage": "https://github.com/jshttp/cookie",
"keywords": [
"cookie",
"cookies"
],
"license": "MIT",
"maintainers": [
{
"name": "defunctzombie",
"email": "shtylman@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
}
],
"name": "cookie",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/cookie.git"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
},
"version": "0.2.2"
}