@wolfrog/parse-xbrl
Version:
Module to parse xbrl documents and output json.
51 lines (50 loc) • 1.19 kB
JSON
{
"name": "@wolfrog/parse-xbrl",
"description": "Module to parse xbrl documents and output json.",
"version": "1.1.6",
"type": "module",
"main": "index.js",
"typings": "index.d.ts",
"files": [
"index.d.ts"
],
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "http://registry.npmjs.org",
"access": "public"
},
"author": "Emily Coco <emilymcoco@gmail.com>",
"contributors": [
"Alejandro Encalado (https://github.com/FaradayDetu)",
"Ricard Mallafre (https://github.com/nikensss)",
"Vince Mitchell (https://github.com/vincedundee)"
],
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.13.10",
"core-js": "^3.10.0",
"lodash": "^4.17.21",
"xml2json": "^0.9.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/vincedundee/parse-xbrl.git"
},
"keywords": [
"xbrl",
"xml",
"parse",
"financial",
"edgar",
"sec"
],
"bugs": {
"url": "https://github.com/vincedundee/parse-xbrl/issues"
},
"homepage": "https://github.com/vincedundee/parse-xbrl#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}