mirror of
https://github.com/lichess-org/lila.git
synced 2026-05-26 13:51:00 +00:00
move xml2js dependency to bin/package.json
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "bin",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"xml2js": "^0.5.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [ ],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
+1
-2
@@ -30,8 +30,7 @@
|
||||
"eslint": "^8.30.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"prettier": "2.8.1",
|
||||
"typescript": "^4.9.4",
|
||||
"xml2js": "0.4.23"
|
||||
"typescript": "^4.9.4"
|
||||
},
|
||||
"scripts": {
|
||||
"format": "prettier --write .",
|
||||
|
||||
Generated
+7
-4
@@ -31,9 +31,12 @@ importers:
|
||||
typescript:
|
||||
specifier: ^4.9.4
|
||||
version: 4.9.4
|
||||
|
||||
bin:
|
||||
dependencies:
|
||||
xml2js:
|
||||
specifier: 0.4.23
|
||||
version: 0.4.23
|
||||
specifier: ^0.5.0
|
||||
version: 0.5.0
|
||||
|
||||
ui:
|
||||
dependencies:
|
||||
@@ -6087,8 +6090,8 @@ packages:
|
||||
engines: {node: '>=12'}
|
||||
dev: false
|
||||
|
||||
/xml2js@0.4.23:
|
||||
resolution: {integrity: sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==}
|
||||
/xml2js@0.5.0:
|
||||
resolution: {integrity: sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==}
|
||||
engines: {node: '>=4.0.0'}
|
||||
dependencies:
|
||||
sax: 1.2.4
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
packages:
|
||||
- 'bin'
|
||||
- 'ui'
|
||||
- 'ui/*'
|
||||
- 'ui/@types/*'
|
||||
|
||||
Reference in New Issue
Block a user