123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- {
- "name": "express",
- "description": "Sinatra inspired web development framework",
- "version": "4.4.5",
- "author": {
- "name": "TJ Holowaychuk",
- "email": "tj@vision-media.ca"
- },
- "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"
- }
- ],
- "keywords": [
- "express",
- "framework",
- "sinatra",
- "web",
- "rest",
- "restful",
- "router",
- "app",
- "api"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/visionmedia/express"
- },
- "license": "MIT",
- "dependencies": {
- "accepts": "~1.0.5",
- "buffer-crc32": "0.2.3",
- "debug": "1.0.2",
- "escape-html": "1.0.1",
- "methods": "1.0.1",
- "parseurl": "1.0.1",
- "proxy-addr": "1.0.1",
- "range-parser": "1.0.0",
- "send": "0.4.3",
- "serve-static": "1.2.3",
- "type-is": "1.2.1",
- "vary": "0.1.0",
- "cookie": "0.1.2",
- "fresh": "0.2.2",
- "cookie-signature": "1.0.4",
- "merge-descriptors": "0.0.2",
- "utils-merge": "1.0.0",
- "qs": "0.6.6",
- "path-to-regexp": "0.1.2"
- },
- "devDependencies": {
- "after": "0.8.1",
- "istanbul": "0.2.10",
- "mocha": "~1.20.1",
- "should": "~4.0.4",
- "supertest": "~0.13.0",
- "connect-redis": "~2.0.0",
- "ejs": "~1.0.0",
- "jade": "~1.3.1",
- "marked": "0.3.2",
- "multiparty": "~3.2.4",
- "hjs": "~0.0.6",
- "body-parser": "~1.4.3",
- "cookie-parser": "~1.3.1",
- "express-session": "~1.5.0",
- "method-override": "2.0.2",
- "morgan": "1.1.1",
- "vhost": "2.0.0"
- },
- "engines": {
- "node": ">= 0.10.0"
- },
- "scripts": {
- "prepublish": "npm prune",
- "test": "mocha --require test/support/env --reporter dot --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-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/"
- },
- "bugs": {
- "url": "https://github.com/visionmedia/express/issues"
- },
- "homepage": "https://github.com/visionmedia/express",
- "_id": "express@4.4.5",
- "dist": {
- "shasum": "5f2f302f277187abd721c3a36e44d86c5e3f03eb",
- "tarball": "http://registry.npmjs.org/express/-/express-4.4.5.tgz"
- },
- "_from": "express@~4.4.1",
- "_npmVersion": "1.4.3",
- "_npmUser": {
- "name": "dougwilson",
- "email": "doug@somethingdoug.com"
- },
- "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"
- }
- ],
- "directories": {},
- "_shasum": "5f2f302f277187abd721c3a36e44d86c5e3f03eb",
- "_resolved": "https://registry.npmjs.org/express/-/express-4.4.5.tgz",
- "readme": "ERROR: No README data found!"
- }
|