{ "_args": [ [ { "raw": "express@4.10.2", "scope": null, "escapedName": "express", "name": "express", "rawSpec": "4.10.2", "spec": "4.10.2", "type": "version" }, "/home/nau/MEGA/CODI/githubRepos/colspace" ] ], "_from": "express@4.10.2", "_id": "express@4.10.2", "_inCache": true, "_location": "/express", "_npmUser": { "name": "dougwilson", "email": "doug@somethingdoug.com" }, "_npmVersion": "1.4.21", "_phantomChildren": {}, "_requested": { "raw": "express@4.10.2", "scope": null, "escapedName": "express", "name": "express", "rawSpec": "4.10.2", "spec": "4.10.2", "type": "version" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/express/-/express-4.10.2.tgz", "_shasum": "df06dde94d968932829d440a2004c5efe64495b0", "_shrinkwrap": null, "_spec": "express@4.10.2", "_where": "/home/nau/MEGA/CODI/githubRepos/colspace", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" }, "bugs": { "url": "https://github.com/strongloop/express/issues" }, "contributors": [ { "name": "Aaron Heckmann", "email": "aaron.heckmann+github@gmail.com" }, { "name": "Ciaran Jessup", "email": "ciaranj@gmail.com" }, { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" }, { "name": "Guillermo Rauch", "email": "rauchg@gmail.com" }, { "name": "Jonathan Ong", "email": "me@jongleberry.com" }, { "name": "Roman Shtylman", "email": "shtylman+expressjs@gmail.com" }, { "name": "Young Jae Sim", "email": "hanul@hanul.me" } ], "dependencies": { "accepts": "~1.1.3", "content-disposition": "0.5.0", "cookie": "0.1.2", "cookie-signature": "1.0.5", "debug": "~2.1.0", "depd": "~1.0.0", "escape-html": "1.0.1", "etag": "~1.5.0", "finalhandler": "0.3.2", "fresh": "0.2.4", "media-typer": "0.3.0", "merge-descriptors": "0.0.2", "methods": "1.1.0", "on-finished": "~2.1.1", "parseurl": "~1.3.0", "path-to-regexp": "0.1.3", "proxy-addr": "~1.0.3", "qs": "2.3.2", "range-parser": "~1.0.2", "send": "0.10.1", "serve-static": "~1.7.1", "type-is": "~1.5.3", "utils-merge": "1.0.0", "vary": "~1.0.0" }, "description": "Fast, unopinionated, minimalist web framework", "devDependencies": { "after": "0.8.1", "body-parser": "~1.9.1", "connect-redis": "~2.1.0", "cookie-parser": "~1.3.3", "ejs": "~1.0.0", "express-session": "~1.9.1", "hjs": "~0.0.6", "istanbul": "0.3.2", "jade": "~1.7.0", "marked": "0.3.2", "method-override": "~2.3.0", "mocha": "~2.0.0", "morgan": "~1.4.1", "multiparty": "~4.0.0", "should": "~4.2.1", "supertest": "~0.14.0", "vhost": "~3.0.0" }, "directories": {}, "dist": { "shasum": "df06dde94d968932829d440a2004c5efe64495b0", "tarball": "https://registry.npmjs.org/express/-/express-4.10.2.tgz" }, "engines": { "node": ">= 0.10.0" }, "files": [ "LICENSE", "History.md", "Readme.md", "index.js", "lib/" ], "gitHead": "ac56cf46063e461fbaf53c2c869a1a657e8adbe1", "homepage": "http://expressjs.com/", "keywords": [ "express", "framework", "sinatra", "web", "rest", "restful", "router", "app", "api" ], "license": "MIT", "maintainers": [ { "name": "tjholowaychuk", "email": "tj@vision-media.ca" }, { "name": "jongleberry", "email": "jonathanrichardong@gmail.com" }, { "name": "shtylman", "email": "shtylman@gmail.com" }, { "name": "dougwilson", "email": "doug@somethingdoug.com" }, { "name": "aredridel", "email": "aredridel@nbtsc.org" }, { "name": "strongloop", "email": "callback@strongloop.com" }, { "name": "rfeng", "email": "enjoyjava@gmail.com" } ], "name": "express", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/strongloop/express.git" }, "scripts": { "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/", "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/" }, "version": "4.10.2" }