aboutsummaryrefslogtreecommitdiff
path: root/node_modules/cookie-signature/package.json
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-28 02:20:52 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-28 02:20:52 +0000
commit4cff38c8f7b65dab1fd72ea835ea7288327d1056 (patch)
treeac93acd69e77eef1e352af953d56238d70ea9c5d /node_modules/cookie-signature/package.json
parente11dd98c9a55cd1742d221e3b1ea90d31e240fa8 (diff)
Fixed admin bug
Diffstat (limited to 'node_modules/cookie-signature/package.json')
-rw-r--r--node_modules/cookie-signature/package.json91
1 files changed, 0 insertions, 91 deletions
diff --git a/node_modules/cookie-signature/package.json b/node_modules/cookie-signature/package.json
deleted file mode 100644
index e8605de..0000000
--- a/node_modules/cookie-signature/package.json
+++ /dev/null
@@ -1,91 +0,0 @@
-{
- "_args": [
- [
- {
- "name": "cookie-signature",
- "raw": "cookie-signature@1.0.6",
- "rawSpec": "1.0.6",
- "scope": null,
- "spec": "1.0.6",
- "type": "version"
- },
- "/Users/warefhaque/CSC309/solutions_repo/node_modules/express"
- ]
- ],
- "_from": "cookie-signature@1.0.6",
- "_id": "cookie-signature@1.0.6",
- "_inCache": true,
- "_installable": true,
- "_location": "/cookie-signature",
- "_nodeVersion": "0.10.36",
- "_npmUser": {
- "email": "natevw@yahoo.com",
- "name": "natevw"
- },
- "_npmVersion": "2.3.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "cookie-signature",
- "raw": "cookie-signature@1.0.6",
- "rawSpec": "1.0.6",
- "scope": null,
- "spec": "1.0.6",
- "type": "version"
- },
- "_requiredBy": [
- "/express"
- ],
- "_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
- "_shasum": "e303a882b342cc3ee8ca513a79999734dab3ae2c",
- "_shrinkwrap": null,
- "_spec": "cookie-signature@1.0.6",
- "_where": "/Users/warefhaque/CSC309/solutions_repo/node_modules/express",
- "author": {
- "email": "tj@learnboost.com",
- "name": "TJ Holowaychuk"
- },
- "bugs": {
- "url": "https://github.com/visionmedia/node-cookie-signature/issues"
- },
- "dependencies": {},
- "description": "Sign and unsign cookies",
- "devDependencies": {
- "mocha": "*",
- "should": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "e303a882b342cc3ee8ca513a79999734dab3ae2c",
- "tarball": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz"
- },
- "gitHead": "391b56cf44d88c493491b7e3fc53208cfb976d2a",
- "homepage": "https://github.com/visionmedia/node-cookie-signature",
- "keywords": [
- "cookie",
- "sign",
- "unsign"
- ],
- "license": "MIT",
- "main": "index",
- "maintainers": [
- {
- "email": "tj@vision-media.ca",
- "name": "tjholowaychuk"
- },
- {
- "email": "natevw@yahoo.com",
- "name": "natevw"
- }
- ],
- "name": "cookie-signature",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/visionmedia/node-cookie-signature.git"
- },
- "scripts": {
- "test": "mocha --require should --reporter spec"
- },
- "version": "1.0.6"
-}