Merge "LOG SQL dump files getting installed"
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / serve-static / node_modules / send / package.json
1 {
2   "name": "send",
3   "description": "Better streaming static file server with Range and conditional-GET support",
4   "version": "0.12.1",
5   "author": {
6     "name": "TJ Holowaychuk",
7     "email": "tj@vision-media.ca"
8   },
9   "contributors": [
10     {
11       "name": "Douglas Christopher Wilson",
12       "email": "doug@somethingdoug.com"
13     }
14   ],
15   "license": "MIT",
16   "repository": {
17     "type": "git",
18     "url": "https://github.com/pillarjs/send"
19   },
20   "keywords": [
21     "static",
22     "file",
23     "server"
24   ],
25   "dependencies": {
26     "debug": "~2.1.1",
27     "depd": "~1.0.0",
28     "destroy": "1.0.3",
29     "escape-html": "1.0.1",
30     "etag": "~1.5.1",
31     "fresh": "0.2.4",
32     "mime": "1.3.4",
33     "ms": "0.7.0",
34     "on-finished": "~2.2.0",
35     "range-parser": "~1.0.2"
36   },
37   "devDependencies": {
38     "after": "0.8.1",
39     "istanbul": "0.3.5",
40     "mocha": "~2.1.0",
41     "supertest": "~0.15.0"
42   },
43   "files": [
44     "HISTORY.md",
45     "LICENSE",
46     "README.md",
47     "index.js"
48   ],
49   "engines": {
50     "node": ">= 0.8.0"
51   },
52   "scripts": {
53     "test": "mocha --check-leaks --reporter spec --bail",
54     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec",
55     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"
56   },
57   "gitHead": "700757e7aa065b58fb101bd149bedb8239fac228",
58   "bugs": {
59     "url": "https://github.com/pillarjs/send/issues"
60   },
61   "homepage": "https://github.com/pillarjs/send",
62   "_id": "send@0.12.1",
63   "_shasum": "65e2e4330eae6b4d1082a921bfc8e9c9f1776b31",
64   "_from": "send@0.12.1",
65   "_npmVersion": "1.4.28",
66   "_npmUser": {
67     "name": "dougwilson",
68     "email": "doug@somethingdoug.com"
69   },
70   "maintainers": [
71     {
72       "name": "tjholowaychuk",
73       "email": "tj@vision-media.ca"
74     },
75     {
76       "name": "dougwilson",
77       "email": "doug@somethingdoug.com"
78     }
79   ],
80   "dist": {
81     "shasum": "65e2e4330eae6b4d1082a921bfc8e9c9f1776b31",
82     "tarball": "http://registry.npmjs.org/send/-/send-0.12.1.tgz"
83   },
84   "directories": {},
85   "_resolved": "https://registry.npmjs.org/send/-/send-0.12.1.tgz"
86 }