forked from sunker/smhi-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.15 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
77
78
79
80
81
82
83
84
85
86
87
88
{
"_args": [
[
{
"raw": "smhi-node",
"scope": null,
"escapedName": "smhi-node",
"name": "smhi-node",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"C:\\Users\\eriks\\Google Drive\\Mina mappar\\Kod\\Maxi77"
]
],
"_from": "smhi-node@latest",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/smhi-node",
"_npmUser": {
"name": "thelinmichael",
"email": "[email protected]"
},
"_npmVersion": "1.3.18",
"_phantomChildren": {},
"_requested": {
"raw": "smhi-node",
"scope": null,
"escapedName": "smhi-node",
"name": "smhi-node",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/smhi-node/-/smhi-node-0.0.7.tgz",
"_shasum": "d1b0062d946b8221b4668502501fa1c61641cf19",
"_shrinkwrap": null,
"_spec": "smhi-node",
"_where": "C:\\Users\\eriks\\Google Drive\\Mina mappar\\Kod\\Maxi77",
"author": {
"name": "Michael Thelin"
},
"bugs": {
"url": "https://github.com/thelinmichael/smhi-node/issues"
},
"dependencies": {
"es6-promise": "0.1.x",
"needle": "0.6.x"
},
"description": "Node.js wrapper for the SMHI API",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "0.1.11",
"grunt-contrib-jshint": "0.7.1",
"grunt-contrib-watch": "0.5.x",
"grunt-simple-mocha": "0.4.x",
"load-grunt-tasks": "0.1.x",
"mocha": "1.x",
"should": "3.x"
},
"directories": {},
"dist": {
"shasum": "d1b0062d946b8221b4668502501fa1c61641cf19",
"tarball": "https://registry.npmjs.org/smhi-node/-/smhi-node-0.0.7.tgz"
},
"email": "[email protected]",
"homepage": "https://github.com/thelinmichael/smhi-node",
"main": "src/smhi.js",
"maintainers": [
{
"name": "thelinmichael",
"email": "[email protected]"
}
],
"name": "smhi-node",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/thelinmichael/smhi-node.git"
},
"version": "0.0.7"
}