parse-xbrl
Version:
Module to parse xbrl documents and output json.
46 lines (45 loc) • 985 B
JSON
{
"name": "parse-xbrl",
"description": "Module to parse xbrl documents and output json.",
"version": "1.1.5",
"dependencies": {
"bluebird": "^3.3.1",
"lodash": "^4.5.1",
"xml2json": "^0.9.0"
},
"main": "index.js",
"files": [
"FundamentalAccountingConcepts.js",
"index.js"
],
"scripts": {
"test": "jasmine-node test/index.spec.js"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"author": "Emily Coco <emilymcoco@gmail.com>",
"license": "MIT",
"devDependencies": {
"eslint": "^2.1.0",
"eslint-config-clock": "^1.0.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-standard": "^1.3.0",
"jasmine-node": "^1.14.5"
},
"repository": {
"type": "git",
"url": "git@github.com:emilycoco/parse-xbrl.git"
},
"keywords": [
"xbrl",
"xml",
"parse",
"financial",
"edgar",
"sec"
],
"bugs": {
"url": "git@github.com:emilycoco/parse-xbrl.git/issues"
}
}