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.
77 lines
2.1 KiB
77 lines
2.1 KiB
{
|
|
"_from": "serve-static@~1.6.4",
|
|
"_id": "serve-static@1.6.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-rKF+DerEqHcp9geHgbfSf2OqPZw=",
|
|
"_location": "/serve-static",
|
|
"_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": "serve-static@~1.6.4",
|
|
"name": "serve-static",
|
|
"escapedName": "serve-static",
|
|
"rawSpec": "~1.6.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~1.6.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/express"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.6.5.tgz",
|
|
"_shasum": "aca17e0deac4a87729f6078781b7d27f63aa3d9c",
|
|
"_spec": "serve-static@~1.6.4",
|
|
"_where": "/var/www/htdocs/coze/socket/node_modules/express",
|
|
"author": {
|
|
"name": "Douglas Christopher Wilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/expressjs/serve-static/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"escape-html": "1.0.1",
|
|
"parseurl": "~1.3.0",
|
|
"send": "0.9.3",
|
|
"utils-merge": "1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Serve static files",
|
|
"devDependencies": {
|
|
"istanbul": "0.3.2",
|
|
"mocha": "~1.21.0",
|
|
"should": "~4.0.0",
|
|
"supertest": "~0.14.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"HISTORY.md",
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/expressjs/serve-static#readme",
|
|
"license": "MIT",
|
|
"name": "serve-static",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/expressjs/serve-static.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter spec --bail --check-leaks --require should test/",
|
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/",
|
|
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"
|
|
},
|
|
"version": "1.6.5"
|
|
}
|