package.json
2.31 KB
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
{
"_from": "express@3.0.1",
"_id": "express@3.0.1",
"_inBundle": false,
"_integrity": "sha1-NqUAjRWKl+goF/RbiVYWM7YaG+g=",
"_location": "/express",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "express@3.0.1",
"name": "express",
"escapedName": "express",
"rawSpec": "3.0.1",
"saveSpec": null,
"fetchSpec": "3.0.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/express/-/express-3.0.1.tgz",
"_shasum": "36a5008d158a97e82817f45b89561633b61a1be8",
"_spec": "express@3.0.1",
"_where": "C:\\Users\\경훈\\Desktop\\nodejs-todo-list-master\\nodejs-todo-list-master",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bin": {
"express": "./bin/express"
},
"bugs": {
"url": "https://github.com/visionmedia/express/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "Aaron Heckmann",
"email": "aaron.heckmann+github@gmail.com"
},
{
"name": "Ciaran Jessup",
"email": "ciaranj@gmail.com"
},
{
"name": "Guillermo Rauch",
"email": "rauchg@gmail.com"
}
],
"dependencies": {
"commander": "0.6.1",
"connect": "2.6.2",
"cookie": "0.0.4",
"cookie-signature": "0.0.1",
"crc": "0.2.0",
"debug": "*",
"fresh": "0.1.0",
"methods": "0.0.1",
"mkdirp": "0.3.3",
"range-parser": "0.0.4",
"send": "0.1.0"
},
"deprecated": false,
"description": "Sinatra inspired web development framework",
"devDependencies": {
"connect-redis": "*",
"ejs": "*",
"github-flavored-markdown": "*",
"hjs": "*",
"jade": "*",
"mocha": "*",
"should": "*",
"stylus": "*",
"supertest": "0.0.1"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/visionmedia/express#readme",
"keywords": [
"express",
"framework",
"sinatra",
"web",
"rest",
"restful",
"router",
"app",
"api"
],
"main": "index",
"name": "express",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/express.git"
},
"scripts": {
"prepublish": "npm prune",
"test": "make test"
},
"version": "3.0.1"
}