-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·76 lines (76 loc) · 1.72 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
{
"_args": [
[
"/PersonalFiles/MSSE/Shim273/ProjectWorkspace/WeatherSample/node_modules/express"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/send",
"_npmUser": {
"email": "[email protected]",
"name": "tjholowaychuk"
},
"_npmVersion": "1.1.61",
"_phantomChildren": {},
"_requested": {
"name": "send",
"raw": "[email protected]",
"rawSpec": "0.1.0",
"scope": null,
"spec": "0.1.0",
"type": "version"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/send/-/send-0.1.0.tgz",
"_shasum": "cfb08ebd3cec9b7fc1a37d9ff9e875a971cf4640",
"_shrinkwrap": null,
"_spec": "[email protected]",
"_where": "/PersonalFiles/MSSE/Shim273/ProjectWorkspace/WeatherSample/node_modules/express",
"author": {
"email": "[email protected]",
"name": "TJ Holowaychuk"
},
"dependencies": {
"debug": "*",
"fresh": "0.1.0",
"mime": "1.2.6",
"range-parser": "0.0.4"
},
"description": "Better streaming static file server with Range and conditional-GET support",
"devDependencies": {
"connect": "2.x",
"mocha": "*",
"should": "*",
"supertest": "0.0.1"
},
"directories": {},
"dist": {
"shasum": "cfb08ebd3cec9b7fc1a37d9ff9e875a971cf4640",
"tarball": "http://registry.npmjs.org/send/-/send-0.1.0.tgz"
},
"keywords": [
"file",
"server",
"static"
],
"main": "index",
"maintainers": [
{
"name": "tjholowaychuk",
"email": "[email protected]"
}
],
"name": "send",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"test": "make test"
},
"version": "0.1.0"
}