{ "name": "li-harvest-hal", "version": "1.2.0", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "ssh://istex@vsistex.intra.inist.fr:22222/istex/li-harvest-hal.git" }, "keywords": [ "istex" ], "author": "INIST-CNRS", "license": "CeCILL 2.1", "dependencies": { "async": "^3.2.0", "chai": "^3.4.0", "fast-xml-parser": "^3.21.1", "graceful-fs": "^4.2.8", "lodash": "^4.17.15", "mocha": "^9.2.2", "node-fetch": "^2.6.0", "proxy-http-agent": "^1.0.1", "stream-json": "^1.3.3", "xmlsplit": "^1.2.8" }, "devDependencies": { "eslint": "^7.32.0", "eslint-config-semistandard": "^16.0.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.24.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-standard": "^5.0.0" }, "volta": { "node": "14.19.1", "npm": "7.24.2" } }