aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/dgeflows/node_modules/serve-static/node_modules/send/package.json
blob: 0b7efcd09c7ab4bc6308b5567ea28300ed0fd7a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
  "name": "send",
  "description": "Better streaming static file server with Range and conditional-GET support",
  "version": "0.12.1",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/pillarjs/send"
  },
  "keywords": [
    "static",
    "file",
    "server"
  ],
  "dependencies": {
    "debug": "~2.1.1",
    "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"
  },
  "devDependencies": {
    "after": "0.8.1",
    "istanbul": "0.3.5",
    "mocha": "~2.1.0",
    "supertest": "~0.15.0"
  },
  "files": [
    "HISTORY.md",
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "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"
  },
  "gitHead": "700757e7aa065b58fb101bd149bedb8239fac228",
  "bugs": {
    "url": "https://github.com/pillarjs/send/issues"
  },
  "homepage": "https://github.com/pillarjs/send",
  "_id": "send@0.12.1",
  "_shasum": "65e2e4330eae6b4d1082a921bfc8e9c9f1776b31",
  "_from": "send@0.12.1",
  "_npmVersion": "1.4.28",
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "maintainers": [
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "dist": {
    "shasum": "65e2e4330eae6b4d1082a921bfc8e9c9f1776b31",
    "tarball": "http://registry.npmjs.org/send/-/send-0.12.1.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/send/-/send-0.12.1.tgz"
}