-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 2.68 KB
/
package.json
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"_args": [
[
{
"raw": "ecstatic@^1.4.0",
"scope": null,
"escapedName": "ecstatic",
"name": "ecstatic",
"rawSpec": "^1.4.0",
"spec": ">=1.4.0 <2.0.0",
"type": "range"
},
"/usr/src/app/node_modules/http-server"
]
],
"_from": "ecstatic@>=1.4.0 <2.0.0",
"_id": "[email protected]",
"_inCache": true,
"_location": "/ecstatic",
"_nodeVersion": "4.2.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/ecstatic-1.4.1.tgz_1462924279598_0.48026969679631293"
},
"_npmUser": {
"name": "jfhbrook",
"email": "[email protected]"
},
"_npmVersion": "2.14.16",
"_phantomChildren": {},
"_requested": {
"raw": "ecstatic@^1.4.0",
"scope": null,
"escapedName": "ecstatic",
"name": "ecstatic",
"rawSpec": "^1.4.0",
"spec": ">=1.4.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/http-server"
],
"_resolved": "https://registry.npmjs.org/ecstatic/-/ecstatic-1.4.1.tgz",
"_shasum": "32cb7b6fa2e290d58668674d115e8f0c3d567d6a",
"_shrinkwrap": null,
"_spec": "ecstatic@^1.4.0",
"_where": "/usr/src/app/node_modules/http-server",
"author": {
"name": "Joshua Holbrook",
"email": "[email protected]",
"url": "http://jesusabdullah.net"
},
"bin": {
"ecstatic": "./lib/ecstatic.js"
},
"bugs": {
"url": "https://github.com/jfhbrook/node-ecstatic/issues"
},
"dependencies": {
"he": "^0.5.0",
"mime": "^1.2.11",
"minimist": "^1.1.0",
"url-join": "^1.0.0"
},
"description": "A simple static file server middleware that works with both Express and Flatiron",
"devDependencies": {
"eol": "^0.2.0",
"express": "^4.12.3",
"mkdirp": "^0.5.0",
"request": "^2.49.0",
"tap": "^5.7.0"
},
"directories": {},
"dist": {
"shasum": "32cb7b6fa2e290d58668674d115e8f0c3d567d6a",
"tarball": "https://registry.npmjs.org/ecstatic/-/ecstatic-1.4.1.tgz"
},
"gitHead": "70751198635509a156ad1564296625fc753af89f",
"homepage": "https://github.com/jfhbrook/node-ecstatic",
"keywords": [
"static",
"web",
"server",
"files",
"mime",
"middleware"
],
"license": "MIT",
"main": "./lib/ecstatic.js",
"maintainers": [
{
"name": "jesusabdullah",
"email": "[email protected]"
},
{
"name": "jfhbrook",
"email": "[email protected]"
}
],
"name": "ecstatic",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/jfhbrook/node-ecstatic.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.4.1"
}