master
刘东琪 7 months ago
parent 744689a636
commit 11df3579df
  1. 4
      .gitignore
  2. 5219
      package-lock.json
  3. 23
      package.json

4
.gitignore vendored

@ -1,6 +1,4 @@
/node_modules/ /node_modules/
/dict/ /dict/
.idea .idea
/public/static/js/ /public/static/js/
package.json
package-lock.json

5219
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -0,0 +1,23 @@
{
"name": "qry-python-js",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"crypto-js": "^4.2.0",
"express": "^4.19.2",
"node-fetch": "^2.7.0",
"sdenv": "^0.2.2",
"sdenv-extend": "^1.3.1",
"sdenv-jsdom": "^1.1.0",
"sm-crypto": "^0.3.13",
"winston": "^3.14.2"
}
}
Loading…
Cancel
Save