package.json
1.06 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
{
"_from": "methods@0.0.1",
"_id": "methods@0.0.1",
"_inBundle": false,
"_integrity": "sha1-J3yQ+L7zlwlkWoNxxRw7bGSOBow=",
"_location": "/methods",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "methods@0.0.1",
"name": "methods",
"escapedName": "methods",
"rawSpec": "0.0.1",
"saveSpec": null,
"fetchSpec": "0.0.1"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/methods/-/methods-0.0.1.tgz",
"_shasum": "277c90f8bef39709645a8371c51c3b6c648e068c",
"_spec": "methods@0.0.1",
"_where": "C:\\Users\\경훈\\Desktop\\nodejs-todo-list-master\\nodejs-todo-list-master\\node_modules\\express",
"author": {
"name": "TJ Holowaychuk"
},
"bundleDependencies": false,
"deprecated": false,
"description": "HTTP methods that node supports",
"keywords": [
"http",
"methods"
],
"license": "MIT",
"main": "index.js",
"name": "methods",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.1"
}