aboutsummaryrefslogtreecommitdiff
path: root/node_modules/connect-flash/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/connect-flash/package.json')
-rw-r--r--node_modules/connect-flash/package.json99
1 files changed, 37 insertions, 62 deletions
diff --git a/node_modules/connect-flash/package.json b/node_modules/connect-flash/package.json
index 94f9b70..da90db1 100644
--- a/node_modules/connect-flash/package.json
+++ b/node_modules/connect-flash/package.json
@@ -1,87 +1,62 @@
{
- "_args": [
- [
- "connect-flash",
- "/home/humair/School/csc309/a4/solutions_repo"
- ]
+ "name": "connect-flash",
+ "version": "0.1.1",
+ "description": "Flash message middleware for Connect.",
+ "keywords": [
+ "connect",
+ "express",
+ "flash",
+ "messages"
],
- "_from": "connect-flash@latest",
- "_id": "connect-flash@0.1.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/connect-flash",
- "_npmUser": {
- "email": "jaredhanson@gmail.com",
- "name": "jaredhanson"
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/jaredhanson/connect-flash.git"
},
- "_npmVersion": "1.1.62",
- "_phantomChildren": {},
- "_requested": {
- "name": "connect-flash",
- "raw": "connect-flash",
- "rawSpec": "",
- "scope": null,
- "spec": "latest",
- "type": "tag"
+ "bugs": {
+ "url": "http://github.com/jaredhanson/connect-flash/issues"
},
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/connect-flash/-/connect-flash-0.1.1.tgz",
- "_shasum": "d8630f26d95a7f851f9956b1e8cc6732f3b6aa30",
- "_shrinkwrap": null,
- "_spec": "connect-flash",
- "_where": "/home/humair/School/csc309/a4/solutions_repo",
"author": {
- "email": "jaredhanson@gmail.com",
"name": "Jared Hanson",
+ "email": "jaredhanson@gmail.com",
"url": "http://www.jaredhanson.net/"
},
- "bugs": {
- "url": "http://github.com/jaredhanson/connect-flash/issues"
- },
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "http://www.opensource.org/licenses/MIT"
+ }
+ ],
+ "main": "./lib",
"dependencies": {},
- "description": "Flash message middleware for Connect.",
"devDependencies": {
"vows": "0.6.x"
},
- "directories": {},
+ "scripts": {
+ "test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js"
+ },
+ "engines": {
+ "node": ">= 0.4.0"
+ },
+ "_id": "connect-flash@0.1.1",
"dist": {
"shasum": "d8630f26d95a7f851f9956b1e8cc6732f3b6aa30",
"tarball": "https://registry.npmjs.org/connect-flash/-/connect-flash-0.1.1.tgz"
},
- "engines": {
- "node": ">= 0.4.0"
+ "_npmVersion": "1.1.62",
+ "_npmUser": {
+ "name": "jaredhanson",
+ "email": "jaredhanson@gmail.com"
},
- "homepage": "https://github.com/jaredhanson/connect-flash#readme",
- "keywords": [
- "connect",
- "express",
- "flash",
- "messages"
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "http://www.opensource.org/licenses/MIT"
- }
- ],
- "main": "./lib",
"maintainers": [
{
"name": "jaredhanson",
"email": "jaredhanson@gmail.com"
}
],
- "name": "connect-flash",
- "optionalDependencies": {},
+ "directories": {},
+ "_shasum": "d8630f26d95a7f851f9956b1e8cc6732f3b6aa30",
+ "_resolved": "https://registry.npmjs.org/connect-flash/-/connect-flash-0.1.1.tgz",
+ "_from": "connect-flash@latest",
"readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/jaredhanson/connect-flash.git"
- },
- "scripts": {
- "test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js"
- },
- "version": "0.1.1"
+ "homepage": "https://github.com/jaredhanson/connect-flash#readme"
}