NatLibFi/record-loader-melinda

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@natlibfi/record-loader-melinda",
  "description": "Melinda-related modules for recordLoader",
  "author": {
    "name": "The National Library of Finland"
  },
  "keywords": [
    "melinda",
    "library",
    "libraries",
    "bibliography",
    "bibliographic",
    "bibliographies",
    "rdf",
    "metiva",
    "metadata",
    "catalogue",
    "cataloguing",
    "union",
    "authorities",
    "authority",
    "sru",
    "search",
    "query",
    "find",
    "retrieval",
    "retrieve",
    "uri",
    "url",
    "cql",
    "client",
    "marc",
    "marc-record-js",
    "marc-json-index",
    "interface",
    "prototype",
    "record",
    "store",
    "datastore",
    "recordstore",
    "db",
    "database",
    "store",
    "load",
    "import",
    "export",
    "save",
    "filter",
    "preprocess",
    "match",
    "merge",
    "process",
    "find",
    "query",
    "tuple",
    "create",
    "update",
    "delete"
  ],
  "homepage": "https://github.com/NatLibFi/record-loader-melinda",
  "bugs": {
    "url": "https://github.com/NatLibFi/record-loader-melinda/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:NatLibFi/record-loader-melinda.git"
  },
  "license": "AGPL-3.0+",
  "version": "1.3.0",
  "bin": {
    "merged-records-to-files": "./bin/merged-records-to-files",
    "run-host-components-merge": "./bin/run-host-components-merge.js"
  },
  "scripts": {
    "lint": "jshint .",
    "test-nodejs": "istanbul cover _mocha -- test/*.spec.js test/**/*.spec.js",
    "test-browser": "npm run generate-requirejs-config && karma start",
    "test": "npm run test-nodejs && npm run test-browser",
    "cover": "npm run test && istanbul check-coverage",
    "check": "npm run lint && npm run test && npm run cover",
    "travisci": "npm run check",
    "generate-requirejs-config": "requirejs-configurator --npm --include-dev-dependencies --exclude-peer-dependencies > test/browser-main.js",
    "publish-to-npm": "npm install && npm run check && npm publish --access=public"
  },
  "dependencies": {
    "@natlibfi/cli-wrap": "^1.0.0",
    "@natlibfi/es6-polyfills": "^2.0.0",
    "@natlibfi/json-similarity": "^1.0.0",
    "@natlibfi/marc-record-converters": "^1.0.0",
    "@natlibfi/marc-record-merge": "^3.4.0",
    "@natlibfi/marc-record-rank": "^1.0.0",
    "@natlibfi/marc-record-validators-melinda": "^1.0.0",
    "@natlibfi/melinda-api-client": "^1.1.6",
    "@natlibfi/record-loader-prototypes": "^1.0.0",
    "marc-record-js": "^0.3.2",
    "merge": "git+https://github.com/natlibfi-arlehiko/js.merge.git#umd"
  },
  "peerDependencies": {
    "@natlibfi/record-loader": "^1.0.3"
  },
  "devDependencies": {
    "@natlibfi/http-client-x-mock": "^1.0.1",
    "chai": "^3.5.0",
    "chai-as-promised": "^5.3.0",
    "codeclimate-test-reporter": "^0.3.3",
    "istanbul": "^0.4.5",
    "jshint": "^2.9.3",
    "karma": "^1.7.1",
    "karma-mocha": "^1.1.1",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-requirejs": "git+https://github.com/natlibfi-arlehiko/karma-requirejs.git#fix-npm3-dist",
    "karma-requirejs-preprocessor": "^0.0.2",
    "mocha": "^3.5.3",
    "requirejs-configurator": "git+https://github.com/natlibfi-arlehiko/requirejs-configurator.git#peer-deps",
    "simple-mock": "^0.7.0"
  }
}