forked from Kathiravan-L/ngx-ip-address
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.79 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
{
"_args": [
[
"ngx-ip-address@1.0.9",
"E:\\Ventus Networks\\Router_SVN"
]
],
"_from": "ngx-ip-address@^2.0.0",
"_id": "ngx-ip-address@2.0.0",
"_inBundle": false,
"_integrity": "sha512-2ExxT6waAhvFMx1RWS8a7tqiCpWyUkD5Xs01OsR3hRfG3IJkCgEkJklKDLYVs+yX15OzZ6dfWwXIFaPXruFP7A==",
"_location": "/ngx-ip-address",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ngx-ip-address@^2.0.0",
"name": "ngx-ip-address",
"escapedName": "ngx-ip-address",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/ngx-ip-address/-/ngx-ip-address-2.0.0.tgz",
"_shasum": "f0b17d069c6586d4b94cce587fb7f64c8effb24f",
"_spec": "ngx-ip-address@^2.0.0",
"_where": "E:\\Ventus Networks\\Router_SVN",
"author": {
"name": "Kathiravan"
},
"bugs": {
"url": "https://github.com/Kathiravan-L/ngx-ip-address/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "An angular network address (IPv4, IPv6 and MAC) input component",
"es2015": "dist/ngx-ip-address.js",
"homepage": "https://github.com/Kathiravan-L/ngx-ip-address#readme",
"keywords": [
"angular",
"component",
"network",
"address",
"ip",
"ipv4",
"ipv6",
"mac"
],
"license": "MIT",
"main": "dist/ngx-ip-address.umd.js",
"metadata": "src/ngx-ip-address.ng-flat.metadata.json",
"module": "dist/ngx-ip-address.es5.js",
"name": "ngx-ip-address",
"peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Kathiravan-L/ngx-ip-address.git"
},
"scripts": {
"prepublish": "tsc"
},
"typings": "src/ngx-ip-address.ng-flat.d.ts",
"version": "2.0.0"
}