1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 01:48:12 +09:00

feat: persistent search result

This commit is contained in:
2020-02-05 15:59:53 +09:00
parent 9187b817af
commit 6f5099d00c
9 changed files with 1775 additions and 1823 deletions

View File

@@ -8,20 +8,17 @@
"test": "jest --coverage"
},
"dependencies": {
"google-it": "^1.2.1",
"isomorphic-unfetch": "^3.0.0",
"npm-name": "^5.5.0",
"typescript": "^3.6.2",
"whois-json": "^2.0.4"
},
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/nock": "^10.0.3",
"@types/node": "^12.7.3",
"@types/jest": "^25.1.1",
"@types/node": "^13.7.0",
"@types/node-fetch": "^2.5.0",
"jest": "^24.9.0",
"nock": "^10.0.6",
"ts-jest": "^24.0.2"
"nock": "^11.7.2",
"ts-jest": "^25.2.0"
},
"engines": {
"node": ">=10.0.0"