-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.48 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
89
90
91
92
93
94
95
{
"_args": [
[
"@ngui/[email protected]",
"/Users/das/workspace/peregrine/peregrine-iot/peregrine-iot-web"
]
],
"_from": "@ngui/[email protected]",
"_id": "@ngui/[email protected]",
"_inBundle": false,
"_integrity": "sha512-ES4+TtNGM0IhE8jjB1RYO0p75NlLwPubX0AfXo4ymCyNrkMj+beTp+pFZ/OW/uwEGrMavQLhoqHcwfz/oXGJlw==",
"_location": "/@ngui/map",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@ngui/[email protected]",
"name": "@ngui/map",
"escapedName": "@ngui%2fmap",
"scope": "@ngui",
"rawSpec": "0.30.3",
"saveSpec": null,
"fetchSpec": "0.30.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@ngui/map/-/map-0.30.3.tgz",
"_spec": "0.30.3",
"_where": "/Users/das/workspace/peregrine/peregrine-iot/peregrine-iot-web",
"author": {
"name": "Allen Kim",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/ng2-ui/map/issues"
},
"dependencies": {
"tslib": "^1.7.1"
},
"description": "Angular2 Google Map`",
"devDependencies": {
"@angular-devkit/build-angular": "~0.6.1",
"@angular/cli": "6.0.1",
"@angular/common": "6.0.2",
"@angular/compiler": "6.0.2",
"@angular/compiler-cli": "6.0.2",
"@angular/core": "6.0.2",
"@angular/forms": "6.0.2",
"@angular/http": "6.0.2",
"@angular/platform-browser": "6.0.2",
"@angular/platform-browser-dynamic": "6.0.2",
"@angular/router": "6.0.2",
"@ngui/utils": "^0.8.1",
"@types/googlemaps": "^3.30.0",
"@types/hammerjs": "^2.0.34",
"@types/node": "^10.1.0",
"angular-cli-ghpages": "^0.5.1",
"codelyzer": "^4.0.1",
"core-js": "^2.4.1",
"create-plunker": "^1.3.0",
"forever": "^0.15.3",
"fs-extra": "^6.0.1",
"ng-packagr": "~2.4.2",
"npm-run-all": "^4.1.2",
"rimraf": "^2.6.1",
"rxjs": "^6.1.0",
"tslint": "^5.8.0",
"typescript": "~2.7.2",
"webtest": "^0.8.3",
"zone.js": "^0.8.26"
},
"es2015": "esm2015/ngui-map.js",
"homepage": "https://github.com/ng2-ui/map#readme",
"keywords": [
"angular",
"google",
"map"
],
"license": "MIT",
"main": "bundles/ngui-map.umd.js",
"metadata": "ngui-map.metadata.json",
"module": "esm5/ngui-map.js",
"name": "@ngui/map",
"peerDependencies": {
"@angular/common": ">=5.0.0",
"rxjs": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ng2-ui/map.git"
},
"typings": "ngui-map.d.ts",
"version": "0.30.3"
}