-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 1.74 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
{
"name": "geoplanet",
"version": "1.2.0",
"description": "",
"main": "api/find.js",
"scripts": {
"postinstall": "node postinstall.js",
"web": "node web/index.js",
"test": "mocha --timeout 15000 --require @babel/register tests/**/*.js --exit",
"coverage:all": "npm run coverage:test && npm run coverage:report && npm run coverage:send",
"coverage:test": "nyc npm test",
"coverage:report": "nyc report --reporter=text-lcov > coverage.lcov",
"coverage:send": "codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Prouser123/geoplanet.git"
},
"keywords": [
"geoplanet",
"yahoo",
"parser",
"woeid",
"fast",
"async"
],
"author": "Prouser123",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/Prouser123/geoplanet/issues"
},
"homepage": "https://github.com/Prouser123/geoplanet",
"dependencies": {
"@apexearth/egrep": "^1.0.7",
"anzip": "^0.2.0",
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.3",
"ejs": "^3.0.1",
"escape-string-regexp": "^4.0.0",
"express": "^4.17.1",
"fs-extra": "^9.0.0",
"highlight.js": "^10.0.1",
"listr": "^0.14.3",
"lodash": "^4.17.15",
"prefix-logger": "0.0.2",
"pretty-bytes": "^5.3.0",
"showdown": "^1.9.1"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/register": "^7.7.4",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"codecov": "^3.6.1",
"mocha": "^7.0.1",
"nixt": "^0.5.1",
"nyc": "^14.1.1"
},
"dist": {
"url": "https://raw.githubusercontent.com/Prouser123/geoplanet/dist/geoplanet_places_7.10.0.zip",
"file": "geoplanet_places_7.10.0.tsv",
"tmpName": "geoplanet.tmp"
},
"engines": {
"node": ">=10"
}
}