-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.29 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
{
"name": "def-codes",
"version": "1.0.5",
"description": "Country, DEF and ABC codes, MNP (Mobile Number Portability). Define provider by phone or its first digits using offline country codes base collected by Developer (free of charge), DEF-base from https://www.rossvyaz.ru/opendata/ and offline MNP base from http://www.zniis.ru/bdpn/check",
"author": "Alexander Zubakov <[email protected]>",
"license": "MIT",
"keywords": [
"def",
"abc",
"mnp",
"mobile",
"number",
"number portability",
"def code",
"abc code",
"mnp code",
"codes",
"phone",
"phone codes",
"phone nombers",
"country codes",
"country phones",
"country phone codes"
],
"main": "./lib/def.js",
"repository": {
"type": "git",
"url": "https://github.com/kolonist/def-codes"
},
"scripts": {
"test": "mocha test/index.js"
},
"dependencies": {
"csv-parse": "latest",
"jszip": "^3.2.0",
"mysql": "latest",
"request": "latest",
"ssh2": "^0.8.2",
"stream-transform": "^1.0.8"
},
"devDependencies": {
"eslint": "latest",
"eslint-config-google": "^0.12.0",
"mocha": "^6.0.2"
}
}