Newer
Older
li-harvest-hal / package.json
{
  "name": "li-harvest-hal",
  "version": "1.1.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": "mounir .b",
  "license": "GNU",
  "dependencies": {
    "chai": "^3.4.0",
    "fetch-with-proxy": "^3.0.1",
    "graceful-fs": "^4.2.8",
    "http-proxy-agent": "^5.0.0",
    "https-proxy-agent": "^5.0.0",
    "mocha": "^2.3.3"
  },
  "devDependencies": {
    "async": "^3.2.0",
    "chai": "^3.4.0",
    "commander": "^4.1.1",
    "csv-parser": "^2.3.3",
    "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",
    "fast-xml-parser": "^3.21.1",
    "lodash": "^4.17.15",
    "mocha": "^2.3.3",
    "node-fetch": "^2.6.0",
    "proxy-agent": "^3.1.1",
    "stream-json": "^1.3.3",
    "xml-formatter": "^2.5.1",
    "xmlsplit": "^1.2.8"
  }
}