compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
122 lines (121 loc) • 3.06 kB
JSON
{
"_args": [
[
"response-time@~2.3.1",
"/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/connect"
]
],
"_from": "response-time@>=2.3.1 <2.4.0",
"_id": "response-time@2.3.1",
"_inCache": true,
"_installable": true,
"_location": "/response-time",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "response-time",
"raw": "response-time@~2.3.1",
"rawSpec": "~2.3.1",
"scope": null,
"spec": ">=2.3.1 <2.4.0",
"type": "range"
},
"_requiredBy": [
"/connect"
],
"_resolved": "https://registry.npmjs.org/response-time/-/response-time-2.3.1.tgz",
"_shasum": "2bde19181de6c81ab95e3207a28d61d965b31797",
"_shrinkwrap": null,
"_spec": "response-time@~2.3.1",
"_where": "/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/connect",
"author": {
"email": "me@jongleberry.com",
"name": "Jonathan Ong",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/expressjs/response-time/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"dependencies": {
"depd": "~1.0.1",
"on-headers": "~1.0.0"
},
"description": "Response time for Node.js servers",
"devDependencies": {
"after": "0.8.1",
"istanbul": "0.3.9",
"mocha": "2.2.5",
"supertest": "1.0.1"
},
"directories": {},
"dist": {
"shasum": "2bde19181de6c81ab95e3207a28d61d965b31797",
"tarball": "http://registry.npmjs.org/response-time/-/response-time-2.3.1.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"gitHead": "c05c1aac63d9841209e613f7750f0963a771f789",
"homepage": "https://github.com/expressjs/response-time",
"keywords": [
"http",
"res",
"response time",
"x-response-time"
],
"license": "MIT",
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
},
{
"name": "defunctzombie",
"email": "shtylman@gmail.com"
}
],
"name": "response-time",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/response-time.git"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"version": "2.3.1"
}