ibm-igc-lineage
Version:
Re-usable functions for handling lineage flow documents (XML) and operational metadata (OMD XML)
69 lines (68 loc) • 1.57 kB
JSON
{
"name": "ibm-igc-lineage",
"version": "0.6.1",
"description": "Re-usable functions for handling lineage flow documents (XML) and operational metadata (OMD XML)",
"main": "./index.js",
"files": [
"index.js",
"classes",
"samples",
"bin",
"LICENSE"
],
"dependencies": {
"xmldom": ">=0.1.22",
"xpath": ">=0.0.23",
"exceljs": ">=0.2.24",
"pretty-data": ">=0.40.0",
"fs-extra": ">=0.30.0",
"shelljs": ">=0.7.4",
"yargs": ">=6.6.0",
"ibm-iis-commons": ">=0.3.0",
"ibm-igc-rest": ">=0.7.2"
},
"devDependencies": {
"jsdoc": "^3.4.0",
"jshint": "^2.9.1",
"mocha": "^2.4.5"
},
"bin": {
"getLineageCustomisationRIDs": "bin/getLineageCustomisationRIDs.js",
"loadOperationalMetadataFlow": "bin/loadOperationalMetadataFlow.js"
},
"engines": {
"node": ">=4.2.4"
},
"scripts": {
"test": "jshint --exclude ./node_modules/",
"doc": "jsdoc -c jsdoc/config.json"
},
"keywords": [
"ibm",
"igc",
"lineage",
"information server",
"information governance catalog",
"data lineage",
"flow document",
"flow xml"
],
"author": {
"name": "IBM Corp."
},
"contributors": [
{
"name": "Christopher Grote",
"email": "chris@thegrotes.net"
}
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/cmgrote/ibm-igc-lineage.git"
},
"bugs": {
"url": "https://github.com/cmgrote/ibm-igc-lineage/issues"
},
"homepage": "https://github.com/cmgrote/ibm-igc-lineage"
}