This repository was archived by the owner on Aug 10, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 137
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.28 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
{
"name": "googlemaps",
"version": "1.13.0",
"main": "lib/index",
"description": "DEPRECATED: This package is no longer maintained. Please use @googlemaps/google-maps-services-js instead.",
"license": "MIT",
"author": {
"name": "Colin Kennedy",
"email": "moshen.colin@gmail.com",
"url": "http://moshen.net"
},
"keywords": [
"map",
"geo",
"google",
"api",
"googlemaps",
"google maps",
"google-maps",
"node google maps",
"deprecated",
"google-maps-services"
],
"repository": {
"type": "git",
"url": "http://github.com/moshen/node-googlemaps"
},
"deprecated": "This package is no longer maintained. Please use @googlemaps/google-maps-services-js (https://github.com/googlemaps/google-maps-services-js) instead.",
"devDependencies": {
"mocha": "^11.8.0",
"should": "^8.2.2"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"check-types": "~1.3.2",
"undici": "^6.0.0",
"waitress": ">=0.0.2"
},
"overrides": {
"serialize-javascript": "^7.0.5",
"diff": "^5.2.0"
},
"scripts": {
"all-tests": "./node_modules/.bin/mocha test/unit test/integration",
"test": "./node_modules/.bin/mocha test/unit",
"integration-test": "./node_modules/.bin/mocha test/integration"
}
}