diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-27 00:03:35 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-27 00:03:35 +0000 |
| commit | 8beb37ed67b5f2fa0f9aa85499a8f11b39c9d067 (patch) | |
| tree | bd4b05a1e374b6cb10097bbcfbc12ef51c1cb85b /node_modules/express/package.json | |
| parent | 5e73fe37c32faf821d3d16f0251007e366cb090b (diff) | |
need pull
Diffstat (limited to 'node_modules/express/package.json')
| -rw-r--r-- | node_modules/express/package.json | 182 |
1 files changed, 75 insertions, 107 deletions
diff --git a/node_modules/express/package.json b/node_modules/express/package.json index e5af1d4..043c488 100644 --- a/node_modules/express/package.json +++ b/node_modules/express/package.json @@ -1,85 +1,58 @@ { - "_args": [ - [ - { - "name": "express", - "raw": "express", - "rawSpec": "", - "scope": null, - "spec": "latest", - "type": "tag" - }, - "/Users/warefhaque/CSC309/solutions_repo" - ] - ], - "_from": "express@latest", - "_id": "express@4.14.0", - "_inCache": true, - "_installable": true, - "_location": "/express", - "_npmOperationalInternal": { - "host": "packages-12-west.internal.npmjs.com", - "tmp": "tmp/express-4.14.0.tgz_1466095407850_0.17484632693231106" - }, - "_npmUser": { - "email": "doug@somethingdoug.com", - "name": "dougwilson" - }, - "_npmVersion": "1.4.28", - "_phantomChildren": {}, - "_requested": { - "name": "express", - "raw": "express", - "rawSpec": "", - "scope": null, - "spec": "latest", - "type": "tag" - }, - "_requiredBy": [ - "/" - ], - "_resolved": "https://registry.npmjs.org/express/-/express-4.14.0.tgz", - "_shasum": "c1ee3f42cdc891fb3dc650a8922d51ec847d0d66", - "_shrinkwrap": null, - "_spec": "express", - "_where": "/Users/warefhaque/CSC309/solutions_repo", + "name": "express", + "description": "Fast, unopinionated, minimalist web framework", + "version": "4.14.0", "author": { - "email": "tj@vision-media.ca", - "name": "TJ Holowaychuk" - }, - "bugs": { - "url": "https://github.com/expressjs/express/issues" + "name": "TJ Holowaychuk", + "email": "tj@vision-media.ca" }, "contributors": [ { - "email": "aaron.heckmann+github@gmail.com", - "name": "Aaron Heckmann" + "name": "Aaron Heckmann", + "email": "aaron.heckmann+github@gmail.com" }, { - "email": "ciaranj@gmail.com", - "name": "Ciaran Jessup" + "name": "Ciaran Jessup", + "email": "ciaranj@gmail.com" }, { - "email": "doug@somethingdoug.com", - "name": "Douglas Christopher Wilson" + "name": "Douglas Christopher Wilson", + "email": "doug@somethingdoug.com" }, { - "email": "rauchg@gmail.com", - "name": "Guillermo Rauch" + "name": "Guillermo Rauch", + "email": "rauchg@gmail.com" }, { - "email": "me@jongleberry.com", - "name": "Jonathan Ong" + "name": "Jonathan Ong", + "email": "me@jongleberry.com" }, { - "email": "shtylman+expressjs@gmail.com", - "name": "Roman Shtylman" + "name": "Roman Shtylman", + "email": "shtylman+expressjs@gmail.com" }, { - "email": "hanul@hanul.me", - "name": "Young Jae Sim" + "name": "Young Jae Sim", + "email": "hanul@hanul.me" } ], + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/expressjs/express.git" + }, + "homepage": "http://expressjs.com/", + "keywords": [ + "express", + "framework", + "sinatra", + "web", + "rest", + "restful", + "router", + "app", + "api" + ], "dependencies": { "accepts": "~1.3.3", "array-flatten": "1.1.1", @@ -108,31 +81,25 @@ "utils-merge": "1.0.0", "vary": "~1.1.0" }, - "description": "Fast, unopinionated, minimalist web framework", "devDependencies": { "after": "0.8.1", "body-parser": "~1.15.1", - "connect-redis": "~2.4.1", "cookie-parser": "~1.4.3", - "cookie-session": "~1.2.0", "ejs": "2.4.2", - "express-session": "~1.13.0", "istanbul": "0.4.3", - "jade": "~1.11.0", "marked": "0.3.5", "method-override": "~2.3.6", "mocha": "2.5.3", "morgan": "~1.7.0", - "multiparty": "~4.1.2", "should": "9.0.2", "supertest": "1.2.0", + "connect-redis": "~2.4.1", + "cookie-session": "~1.2.0", + "express-session": "~1.13.0", + "jade": "~1.11.0", + "multiparty": "~4.1.2", "vhost": "~3.0.2" }, - "directories": {}, - "dist": { - "shasum": "c1ee3f42cdc891fb3dc650a8922d51ec847d0d66", - "tarball": "https://registry.npmjs.org/express/-/express-4.14.0.tgz" - }, "engines": { "node": ">= 0.10.0" }, @@ -143,50 +110,51 @@ "index.js", "lib/" ], + "scripts": { + "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/", + "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --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/" + }, "gitHead": "9375a9afa9d7baa814b454c7a6818a7471aaef00", - "homepage": "http://expressjs.com/", - "keywords": [ - "express", - "framework", - "sinatra", - "web", - "rest", - "restful", - "router", - "app", - "api" - ], - "license": "MIT", + "bugs": { + "url": "https://github.com/expressjs/express/issues" + }, + "_id": "express@4.14.0", + "_shasum": "c1ee3f42cdc891fb3dc650a8922d51ec847d0d66", + "_from": "express@>=4.14.0 <5.0.0", + "_npmVersion": "1.4.28", + "_npmUser": { + "name": "dougwilson", + "email": "doug@somethingdoug.com" + }, "maintainers": [ { - "email": "doug@somethingdoug.com", - "name": "dougwilson" + "name": "dougwilson", + "email": "doug@somethingdoug.com" }, { - "email": "captain@hacksparrow.com", - "name": "hacksparrow" + "name": "hacksparrow", + "email": "captain@hacksparrow.com" }, { - "email": "jasnell@gmail.com", - "name": "jasnell" + "name": "jasnell", + "email": "jasnell@gmail.com" }, { - "email": "mikeal.rogers@gmail.com", - "name": "mikeal" + "name": "mikeal", + "email": "mikeal.rogers@gmail.com" } ], - "name": "express", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git+https://github.com/expressjs/express.git" + "dist": { + "shasum": "c1ee3f42cdc891fb3dc650a8922d51ec847d0d66", + "tarball": "https://registry.npmjs.org/express/-/express-4.14.0.tgz" }, - "scripts": { - "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/", - "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --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/" + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/express-4.14.0.tgz_1466095407850_0.17484632693231106" }, - "version": "4.14.0" + "directories": {}, + "_resolved": "https://registry.npmjs.org/express/-/express-4.14.0.tgz", + "readme": "ERROR: No README data found!" } |
