ssn-tools/package-lock.json

61 lines
2.3 KiB
JSON
Raw Normal View History

2018-10-18 19:50:24 +02:00
{
"name": "ssn-tools",
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@types/node": {
"version": "10.14.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.13.tgz",
"integrity": "sha512-yN/FNNW1UYsRR1wwAoyOwqvDuLDtVXnaJTZ898XIw/Q5cCaeVAlVwvsmXLX5PuiScBYwZsZU4JYSHB3TvfdwvQ==",
"dev": true
},
"argument-parser": {
"version": "git+https://git.jedipedia.net/swtor/argument-parser.git#cb26a80833582a3706ba17101c94547ca69029a7",
2018-11-02 01:14:51 +01:00
"from": "git+https://git.jedipedia.net/swtor/argument-parser.git",
"requires": {
"@types/node": "^12.6.8"
},
"dependencies": {
"@types/node": {
"version": "12.6.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.6.8.tgz",
"integrity": "sha512-aX+gFgA5GHcDi89KG5keey2zf0WfZk/HAQotEamsK2kbey+8yGKcson0hbK8E+v0NArlCJQCqMP161YhV6ZXLg=="
}
2018-11-02 01:14:51 +01:00
}
},
2018-10-18 19:50:24 +02:00
"sax": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
"integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
},
"ssn": {
"version": "git+https://git.jedipedia.net/swtor/ssn.git#3485efee50488e8dd6e85f5470fb9fe73db72ef7",
2018-10-18 19:50:24 +02:00
"from": "git+https://git.jedipedia.net/swtor/ssn.git",
"requires": {
"@types/node": "^12.6.8",
"ssn-installer": "git+https://git.jedipedia.net/swtor/ssn-installer.git",
"xml-js": "^1.6.11"
},
"dependencies": {
"@types/node": {
"version": "12.6.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.6.8.tgz",
"integrity": "sha512-aX+gFgA5GHcDi89KG5keey2zf0WfZk/HAQotEamsK2kbey+8yGKcson0hbK8E+v0NArlCJQCqMP161YhV6ZXLg=="
}
2018-10-18 19:50:24 +02:00
}
},
"ssn-installer": {
"version": "git+https://git.jedipedia.net/swtor/ssn-installer.git#e2aa8642b68a32b415abede252e41337ae78fa29",
2018-10-18 19:50:24 +02:00
"from": "git+https://git.jedipedia.net/swtor/ssn-installer.git"
},
"xml-js": {
"version": "1.6.11",
"resolved": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.11.tgz",
"integrity": "sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==",
2018-10-18 19:50:24 +02:00
"requires": {
"sax": "^1.2.4"
}
}
}
}