more node

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2021-05-25 01:00:00 +00:00
parent 9719023feb
commit 13f7303db1
23 changed files with 724 additions and 12 deletions

View File

@@ -4,12 +4,13 @@
"description": "https://cirosantilli.com/linux-kernel-module-cheat#node-js",
"main": "alphanumeric.js",
"dependencies": {
"express": "4.17.1",
"express": "^4.17.1",
"mocha": "8.3.2",
"pg": "8.5.1",
"pg-hstore": "2.3.3",
"sequelize": "6.5.1",
"sqlite3": "^5.0.2"
"sqlite3": "^5.0.2",
"ts-node": "^10.0.0"
},
"devDependencies": {},
"scripts": {