FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-geocoder/package.json at master · PoracleJS/node-geocoder · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
PoracleJS
/
node-geocoder
Public
forked from
nchaulet/node-geocoder
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
node-geocoder
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
63 lines (63 loc) · 1.26 KB
Breadcrumbs
node-geocoder
/
package.json
Copy path
File metadata and controls
63 lines (63 loc) · 1.26 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
node-geocoder
"
,
"version"
:
"
3.22.0
"
,
"description"
:
"
Node Geocoder, node geocoding library, supports google maps, mapquest, open street map, tom tom, promise
"
,
"main"
:
"
index.js
"
,
"scripts"
: {
"test"
:
"
jest
"
,
"lint"
:
"
eslint lib
"
,
"ci"
:
"
npm run lint && npm run test
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/nchaulet/node-geocoder.git
"
},
"keywords"
: [
"
geocoder
"
,
"
geocoding
"
,
"
geo
"
,
"
google
"
,
"
maps
"
,
"
mapquest
"
,
"
agol
"
,
"
arcgis
"
,
"
tomtom
"
],
"author"
:
"
nchaulet
"
,
"license"
:
"
MIT
"
,
"bugs"
: {
"url"
:
"
https://github.com/nchaulet/node-geocoder/issues
"
},
"dependencies"
: {
"bluebird"
:
"
^3.5.2
"
,
"request"
:
"
^2.88.0
"
,
"request-promise"
:
"
^4.2.2
"
},
"devDependencies"
: {
"chai"
:
"
^3.5.0
"
,
"jest"
:
"
^21.2.1
"
,
"eslint"
:
"
^3.11.0
"
,
"sinon"
:
"
^1.17.3
"
},
"eslintConfig"
: {
"env"
: {
"node"
:
true
},
"rules"
: {
"strict"
:
0
,
"quotes"
: [
1
,
"
single
"
],
"no-console"
:
1
,
"camelcase"
:
0
,
"no-underscore-dangle"
:
0
,
"no-shadow"
:
0
,
"no-multi-spaces"
:
0
,
"eqeqeq"
:
0
,
"key-spacing"
:
0
,
"comma-spacing"
:
0
,
"no-unreachable"
:
1
}
}
}
Back
|
FazBrowse Home
|
New Git URL