Files
XP-System/node_modules/connect-flash/package.json
T
2020-11-25 09:10:06 -08:00

70 lines
1.6 KiB
JSON

{
"_args": [
[
"connect-flash@0.1.1",
"C:\\Users\\flami\\OneDrive\\Desktop\\node_passport_login"
]
],
"_from": "connect-flash@0.1.1",
"_id": "connect-flash@0.1.1",
"_inBundle": false,
"_integrity": "sha1-2GMPJtlaf4UfmVax6MxnMvO2qjA=",
"_location": "/connect-flash",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "connect-flash@0.1.1",
"name": "connect-flash",
"escapedName": "connect-flash",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/connect-flash/-/connect-flash-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "C:\\Users\\flami\\OneDrive\\Desktop\\node_passport_login",
"author": {
"name": "Jared Hanson",
"email": "jaredhanson@gmail.com",
"url": "http://www.jaredhanson.net/"
},
"bugs": {
"url": "http://github.com/jaredhanson/connect-flash/issues"
},
"dependencies": {},
"description": "Flash message middleware for Connect.",
"devDependencies": {
"vows": "0.6.x"
},
"engines": {
"node": ">= 0.4.0"
},
"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",
"name": "connect-flash",
"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"
}