package.json
1.33 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
{
"_from": "kma-js",
"_id": "kma-js@1.0.4",
"_inBundle": false,
"_integrity": "sha1-XaHZyrzBPr3NKRMTpQ23Q/X+ey0=",
"_location": "/kma-js",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "kma-js",
"name": "kma-js",
"escapedName": "kma-js",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/kma-js/-/kma-js-1.0.4.tgz",
"_shasum": "5da1d9cabcc13ebdcd291313a50db743f5fe7b2d",
"_spec": "kma-js",
"_where": "C:\\Users\\junh\\Desktop\\매\\os-17-2-termproject-jun",
"author": {
"name": "GwonHyeok"
},
"bugs": {
"url": "https://github.com/GwonHyeok/kma-js/issues"
},
"bundleDependencies": false,
"dependencies": {
"feedparser-promised": "^1.1.1",
"mocha": "^2.5.3",
"moment": "^2.14.1",
"request": "^2.74.0"
},
"deprecated": false,
"description": "Korea Meteorological Administration",
"homepage": "https://github.com/GwonHyeok/kma-js#readme",
"keywords": [
"kma",
"weather"
],
"license": "ISC",
"main": "index.js",
"name": "kma-js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/GwonHyeok/kma-js.git"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"version": "1.0.4"
}