motion
Version:
motion - moving development forward
113 lines (112 loc) • 2.73 kB
JSON
{
"_args": [
[
"send@0.12.2",
"/Users/nw/motion/packages/motion/node_modules/express"
]
],
"_from": "send@0.12.2",
"_id": "send@0.12.2",
"_inCache": true,
"_installable": true,
"_location": "/send",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "send",
"raw": "send@0.12.2",
"rawSpec": "0.12.2",
"scope": null,
"spec": "0.12.2",
"type": "version"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/send/-/send-0.12.2.tgz",
"_shasum": "ba6785e47ab41aa0358b9da401ab22ff0f58eab6",
"_shrinkwrap": null,
"_spec": "send@0.12.2",
"_where": "/Users/nw/motion/packages/motion/node_modules/express",
"author": {
"email": "tj@vision-media.ca",
"name": "TJ Holowaychuk"
},
"bugs": {
"url": "https://github.com/pillarjs/send/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"dependencies": {
"debug": "~2.1.3",
"depd": "~1.0.0",
"destroy": "1.0.3",
"escape-html": "1.0.1",
"etag": "~1.5.1",
"fresh": "0.2.4",
"mime": "1.3.4",
"ms": "0.7.0",
"on-finished": "~2.2.0",
"range-parser": "~1.0.2"
},
"description": "Better streaming static file server with Range and conditional-GET support",
"devDependencies": {
"after": "0.8.1",
"istanbul": "0.3.7",
"mocha": "~2.2.1",
"supertest": "~0.15.0"
},
"directories": {},
"dist": {
"shasum": "ba6785e47ab41aa0358b9da401ab22ff0f58eab6",
"tarball": "http://registry.npmjs.org/send/-/send-0.12.2.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
"gitHead": "c9a4bf66fa7add5976b2fdbbf3ea20d7f83673f8",
"homepage": "https://github.com/pillarjs/send",
"keywords": [
"file",
"server",
"static"
],
"license": "MIT",
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "send",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/pillarjs/send.git"
},
"scripts": {
"test": "mocha --check-leaks --reporter spec --bail",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"
},
"version": "0.12.2"
}