motion
Version:
motion - moving development forward
119 lines (118 loc) • 3 kB
JSON
{
"_args": [
[
"serve-static@~1.9.2",
"/Users/nw/motion/packages/motion/node_modules/express"
]
],
"_from": "serve-static@>=1.9.2 <1.10.0",
"_id": "serve-static@1.9.3",
"_inCache": true,
"_installable": true,
"_location": "/serve-static",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {
"crc": "3.2.1",
"depd": "1.0.1",
"destroy": "1.0.3",
"escape-html": "1.0.1",
"fresh": "0.2.4",
"mime": "1.3.4",
"on-finished": "2.2.1",
"range-parser": "1.0.3"
},
"_requested": {
"name": "serve-static",
"raw": "serve-static@~1.9.2",
"rawSpec": "~1.9.2",
"scope": null,
"spec": ">=1.9.2 <1.10.0",
"type": "range"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.9.3.tgz",
"_shasum": "5f8da07323ad385ff3dc541f1a7917b2e436eb57",
"_shrinkwrap": null,
"_spec": "serve-static@~1.9.2",
"_where": "/Users/nw/motion/packages/motion/node_modules/express",
"author": {
"email": "doug@somethingdoug.com",
"name": "Douglas Christopher Wilson"
},
"bugs": {
"url": "https://github.com/expressjs/serve-static/issues"
},
"dependencies": {
"escape-html": "1.0.1",
"parseurl": "~1.3.0",
"send": "0.12.3",
"utils-merge": "1.0.0"
},
"description": "Serve static files",
"devDependencies": {
"istanbul": "0.3.9",
"mocha": "2.2.5",
"supertest": "1.0.1"
},
"directories": {},
"dist": {
"shasum": "5f8da07323ad385ff3dc541f1a7917b2e436eb57",
"tarball": "http://registry.npmjs.org/serve-static/-/serve-static-1.9.3.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"gitHead": "c76d20a9f51a15a467eab2b0610e5de60506dfbc",
"homepage": "https://github.com/expressjs/serve-static",
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
},
{
"name": "defunctzombie",
"email": "shtylman@gmail.com"
}
],
"name": "serve-static",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/serve-static.git"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
},
"version": "1.9.3"
}