package.json
1.77 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
{
"_from": "googlemaps",
"_id": "googlemaps@1.12.0",
"_inBundle": false,
"_integrity": "sha1-Jdgqg0+yyYnnLHkXtdrydjnyz/s=",
"_location": "/googlemaps",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "googlemaps",
"name": "googlemaps",
"escapedName": "googlemaps",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/googlemaps/-/googlemaps-1.12.0.tgz",
"_shasum": "25d82a834fb2c989e72c7917b5daf27639f2cffb",
"_spec": "googlemaps",
"_where": "/Users/donghoon/Documents/Classroom/OpenSourceS:W/Project",
"author": {
"name": "Colin Kennedy",
"email": "moshen.colin@gmail.com",
"url": "http://moshen.net"
},
"bugs": {
"url": "https://github.com/moshen/node-googlemaps/issues"
},
"bundleDependencies": false,
"dependencies": {
"check-types": "~1.3.2",
"qs": "^4.0.0",
"request": "^2.79.0",
"waitress": ">=0.0.2"
},
"deprecated": false,
"description": "A simple way to query the Google Maps API from Node.js",
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.2.2"
},
"engines": {
"node": ">=0.3.6"
},
"homepage": "https://github.com/moshen/node-googlemaps#readme",
"keywords": [
"map",
"geo",
"google",
"api",
"googlemaps",
"google maps",
"google-maps",
"node google maps"
],
"license": "MIT",
"main": "lib/index",
"name": "googlemaps",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/moshen/node-googlemaps.git"
},
"scripts": {
"all-tests": "mocha test/unit test/integration",
"integration-test": "mocha test/integration",
"test": "mocha test/unit"
},
"version": "1.12.0"
}