github.com/emc-advanced-dev/unik@v0.0.0-20190717152701-a58d3e8e33b7/docs/examples/example-nodejs-fileserver/node_modules/express/package.json (about) 1 { 2 "name": "express", 3 "description": "Fast, unopinionated, minimalist web framework", 4 "version": "4.13.4", 5 "author": { 6 "name": "TJ Holowaychuk", 7 "email": "tj@vision-media.ca" 8 }, 9 "contributors": [ 10 { 11 "name": "Aaron Heckmann", 12 "email": "aaron.heckmann+github@gmail.com" 13 }, 14 { 15 "name": "Ciaran Jessup", 16 "email": "ciaranj@gmail.com" 17 }, 18 { 19 "name": "Douglas Christopher Wilson", 20 "email": "doug@somethingdoug.com" 21 }, 22 { 23 "name": "Guillermo Rauch", 24 "email": "rauchg@gmail.com" 25 }, 26 { 27 "name": "Jonathan Ong", 28 "email": "me@jongleberry.com" 29 }, 30 { 31 "name": "Roman Shtylman", 32 "email": "shtylman+expressjs@gmail.com" 33 }, 34 { 35 "name": "Young Jae Sim", 36 "email": "hanul@hanul.me" 37 } 38 ], 39 "license": "MIT", 40 "repository": { 41 "type": "git", 42 "url": "https://github.com/expressjs/express" 43 }, 44 "keywords": [ 45 "express", 46 "framework", 47 "sinatra", 48 "web", 49 "rest", 50 "restful", 51 "router", 52 "app", 53 "api" 54 ], 55 "dependencies": { 56 "accepts": "~1.2.12", 57 "array-flatten": "1.1.1", 58 "content-disposition": "0.5.1", 59 "content-type": "~1.0.1", 60 "cookie": "0.1.5", 61 "cookie-signature": "1.0.6", 62 "debug": "~2.2.0", 63 "depd": "~1.1.0", 64 "escape-html": "~1.0.3", 65 "etag": "~1.7.0", 66 "finalhandler": "0.4.1", 67 "fresh": "0.3.0", 68 "merge-descriptors": "1.0.1", 69 "methods": "~1.1.2", 70 "on-finished": "~2.3.0", 71 "parseurl": "~1.3.1", 72 "path-to-regexp": "0.1.7", 73 "proxy-addr": "~1.0.10", 74 "qs": "4.0.0", 75 "range-parser": "~1.0.3", 76 "send": "0.13.1", 77 "serve-static": "~1.10.2", 78 "type-is": "~1.6.6", 79 "utils-merge": "1.0.0", 80 "vary": "~1.0.1" 81 }, 82 "devDependencies": { 83 "after": "0.8.1", 84 "ejs": "2.3.4", 85 "istanbul": "0.4.2", 86 "marked": "0.3.5", 87 "mocha": "2.3.4", 88 "should": "7.1.1", 89 "supertest": "1.1.0", 90 "body-parser": "~1.14.2", 91 "connect-redis": "~2.4.1", 92 "cookie-parser": "~1.4.1", 93 "cookie-session": "~1.2.0", 94 "express-session": "~1.13.0", 95 "jade": "~1.11.0", 96 "method-override": "~2.3.5", 97 "morgan": "~1.6.1", 98 "multiparty": "~4.1.2", 99 "vhost": "~3.0.1" 100 }, 101 "engines": { 102 "node": ">= 0.10.0" 103 }, 104 "files": [ 105 "LICENSE", 106 "History.md", 107 "Readme.md", 108 "index.js", 109 "lib/" 110 ], 111 "scripts": { 112 "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/", 113 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/", 114 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/", 115 "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/" 116 }, 117 "gitHead": "193bed2649c55c1fd362e46cd4702c773f3e7434", 118 "bugs": { 119 "url": "https://github.com/expressjs/express/issues" 120 }, 121 "homepage": "https://github.com/expressjs/express", 122 "_id": "express@4.13.4", 123 "_shasum": "3c0b76f3c77590c8345739061ec0bd3ba067ec24", 124 "_from": "express@latest", 125 "_npmVersion": "1.4.28", 126 "_npmUser": { 127 "name": "dougwilson", 128 "email": "doug@somethingdoug.com" 129 }, 130 "maintainers": [ 131 { 132 "name": "dougwilson", 133 "email": "doug@somethingdoug.com" 134 } 135 ], 136 "dist": { 137 "shasum": "3c0b76f3c77590c8345739061ec0bd3ba067ec24", 138 "tarball": "https://registry.npmjs.org/express/-/express-4.13.4.tgz" 139 }, 140 "directories": {}, 141 "_resolved": "https://registry.npmjs.org/express/-/express-4.13.4.tgz" 142 }