package.json
1.66 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
{
"_from": "openweathermap-node",
"_id": "openweathermap-node@1.1.2",
"_inBundle": false,
"_integrity": "sha512-3cFSsoMgUZPu9vzdlqIPh5Pt53IXTjLyI879tFAVMawECyhIYjA5q9IzoQwWyz043hJjzKE0pvAzRHfoCm1RRg==",
"_location": "/openweathermap-node",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "openweathermap-node",
"name": "openweathermap-node",
"escapedName": "openweathermap-node",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/openweathermap-node/-/openweathermap-node-1.1.2.tgz",
"_shasum": "c44972663e8fd0c25282bf67c4f903ddbf8a9965",
"_spec": "openweathermap-node",
"_where": "C:\\Users\\김용재\\Desktop\\2019 공부\\Open_Source_project",
"author": {
"name": "Kwabena Berko",
"email": "kwabenaberko95@gmail.com"
},
"bugs": {
"url": "https://github.com/KwabenBerko/OpenWeatherMap-Node/issues"
},
"bundleDependencies": false,
"dependencies": {
"request": "^2.82.0"
},
"deprecated": false,
"description": "An OpenWeatherMap Wrapper For Node.js",
"devDependencies": {},
"homepage": "https://github.com/KwabenBerko/OpenWeatherMap-Node#readme",
"keywords": [
"OpenWeatherMap",
"OpenWeatherMap",
"Wrapper",
"Node",
"openweathermap",
"openweathermap-node"
],
"license": "MIT",
"main": "index.js",
"name": "openweathermap-node",
"repository": {
"type": "git",
"url": "git+https://github.com/KwabenBerko/OpenWeatherMap-Node.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.2"
}