dev deps
This commit is contained in:
parent
50390de780
commit
2ab273ea62
72
package.json
72
package.json
|
@ -1,38 +1,38 @@
|
||||||
{
|
{
|
||||||
"name": "tld-enum",
|
"name": "tld-enum",
|
||||||
"version": "1.0.4",
|
"version": "1.0.4",
|
||||||
"description": "Lists of every ICANN TLD in formats that can be natively compiled in various language targets",
|
"description": "Lists of every ICANN TLD in formats that can be natively compiled in various language targets",
|
||||||
"main": "formats/js/tld-enum.js",
|
"main": "formats/js/tld-enum.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"tld-enum": "generate-json-tld-enum.js"
|
"tld-enum": "generate-json-tld-enum.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/katmore/tld-enum.git"
|
"url": "git+https://github.com/katmore/tld-enum.git"
|
||||||
},
|
},
|
||||||
"author": "Doug Bird",
|
"author": "Doug Bird",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/katmore/tld-enum/issues"
|
"url": "https://github.com/katmore/tld-enum/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/katmore/tld-enum#readme",
|
"homepage": "https://github.com/katmore/tld-enum#readme",
|
||||||
"dependencies": {
|
"devDependencies": {
|
||||||
"async-request": "^1.2.0",
|
"async-request": "^1.2.0",
|
||||||
"cheerio": "^1.0.0-rc.2",
|
"cheerio": "^1.0.0-rc.2",
|
||||||
"commander": "^2.12.2",
|
"commander": "^2.12.2",
|
||||||
"country-data": "0.0.31",
|
"country-data": "0.0.31",
|
||||||
"countryjs": "^1.8.0",
|
"countryjs": "^1.8.0",
|
||||||
"csv-parse": "^2.0.0",
|
"csv-parse": "^2.0.0",
|
||||||
"csv-stringify": "^2.0.0",
|
"csv-stringify": "^2.0.0",
|
||||||
"es6-promisify": "^5.0.0",
|
"es6-promisify": "^5.0.0",
|
||||||
"fs": "0.0.1-security",
|
"fs": "0.0.1-security",
|
||||||
"fs-extra": "^5.0.0",
|
"fs-extra": "^5.0.0",
|
||||||
"md5-file": "^3.2.3",
|
"md5-file": "^3.2.3",
|
||||||
"pathinfo": "^0.1.0",
|
"pathinfo": "^0.1.0",
|
||||||
"request": "^2.83.0",
|
"request": "^2.83.0",
|
||||||
"tmp": "0.0.33"
|
"tmp": "0.0.33"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue