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.
 
 
 

120 lines
2.9 KiB

{
"_args": [
[
{
"raw": "send@0.10.1",
"scope": null,
"escapedName": "send",
"name": "send",
"rawSpec": "0.10.1",
"spec": "0.10.1",
"type": "version"
},
"/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express"
]
],
"_from": "send@0.10.1",
"_id": "send@0.10.1",
"_inCache": true,
"_location": "/send",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "1.4.21",
"_phantomChildren": {},
"_requested": {
"raw": "send@0.10.1",
"scope": null,
"escapedName": "send",
"name": "send",
"rawSpec": "0.10.1",
"spec": "0.10.1",
"type": "version"
},
"_requiredBy": [
"/express",
"/serve-static"
],
"_resolved": "https://registry.npmjs.org/send/-/send-0.10.1.tgz",
"_shasum": "7745c50ec72f115115980e8fb179aec01900e08a",
"_shrinkwrap": null,
"_spec": "send@0.10.1",
"_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/tj/send/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"dependencies": {
"debug": "~2.1.0",
"depd": "~1.0.0",
"destroy": "1.0.3",
"escape-html": "1.0.1",
"etag": "~1.5.0",
"fresh": "0.2.4",
"mime": "1.2.11",
"ms": "0.6.2",
"on-finished": "~2.1.1",
"range-parser": "~1.0.2"
},
"description": "Better streaming static file server with Range and conditional-GET support",
"devDependencies": {
"istanbul": "0.3.2",
"mocha": "~2.0.0",
"should": "~4.1.0",
"supertest": "~0.14.0"
},
"directories": {},
"dist": {
"shasum": "7745c50ec72f115115980e8fb179aec01900e08a",
"tarball": "https://registry.npmjs.org/send/-/send-0.10.1.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"History.md",
"LICENSE",
"index.js"
],
"gitHead": "a5e6237f3e812a99d079e2100f6294251ef5f465",
"homepage": "https://github.com/tj/send",
"keywords": [
"static",
"file",
"server"
],
"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/tj/send.git"
},
"scripts": {
"test": "mocha --check-leaks --reporter spec --bail",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
},
"version": "0.10.1"
}