You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

147 lines
3.7 KiB

{
"_from": "express@4.9.x",
"_id": "express@4.9.8",
"_inBundle": false,
"_integrity": "sha1-82D1lrrqu9DlIjtgPW61eNnS0Q0=",
"_location": "/express",
"_phantomChildren": {
"debug": "2.0.0",
"depd": "0.4.5",
"destroy": "1.0.3",
"escape-html": "1.0.1",
"etag": "1.4.0",
"fresh": "0.2.4",
"mime": "1.2.11",
"range-parser": "1.0.3"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "express@4.9.x",
"name": "express",
"escapedName": "express",
"rawSpec": "4.9.x",
"saveSpec": null,
"fetchSpec": "4.9.x"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/express/-/express-4.9.8.tgz",
"_shasum": "f360f596baeabbd0e5223b603d6eb578d9d2d10d",
"_spec": "express@4.9.x",
"_where": "/var/www/htdocs/coze/socket",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/strongloop/express/issues"
},
"bundleDependencies": false,
"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.2",
"cookie": "0.1.2",
"cookie-signature": "1.0.5",
"debug": "~2.0.0",
"depd": "0.4.5",
"escape-html": "1.0.1",
"etag": "~1.4.0",
"finalhandler": "0.2.0",
"fresh": "0.2.4",
"media-typer": "0.3.0",
"merge-descriptors": "0.0.2",
"methods": "1.1.0",
"on-finished": "~2.1.0",
"parseurl": "~1.3.0",
"path-to-regexp": "0.1.3",
"proxy-addr": "~1.0.3",
"qs": "2.2.4",
"range-parser": "~1.0.2",
"send": "0.9.3",
"serve-static": "~1.6.4",
"type-is": "~1.5.2",
"utils-merge": "1.0.0",
"vary": "~1.0.0"
},
"deprecated": false,
"description": "Fast, unopinionated, minimalist web framework",
"devDependencies": {
"after": "0.8.1",
"body-parser": "~1.8.2",
"connect-redis": "~2.1.0",
"cookie-parser": "~1.3.3",
"ejs": "~1.0.0",
"express-session": "~1.8.2",
"hjs": "~0.0.6",
"istanbul": "0.3.2",
"jade": "~1.6.0",
"marked": "0.3.2",
"method-override": "~2.2.0",
"mocha": "~1.21.5",
"morgan": "~1.3.1",
"multiparty": "~3.3.2",
"should": "~4.0.4",
"supertest": "~0.14.0",
"vhost": "~3.0.0"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "http://expressjs.com/",
"keywords": [
"express",
"framework",
"sinatra",
"web",
"rest",
"restful",
"router",
"app",
"api"
],
"license": "MIT",
"name": "express",
"repository": {
"type": "git",
"url": "git+https://github.com/strongloop/express.git"
},
"scripts": {
"prepublish": "npm prune",
"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.9.8"
}