juristek-parser
TypeScript icon, indicating that this package has built-in type declarations

5.0.16 • Public • Published

juristek-parser

Parser de XML do BIPBOP Juristek para NodeJS.

Installation

This is a Node.js module available through the npm registry. It can be installed using the npm or yarn command line tools.

npm install juristek-parser --save

TL-DR

const { Processos } = require('juristek-parser');
console.log(Processos.openString(xml).response);

Tests

npm install
npm test

Dependencies

  • change-case: Convert a string between camelCase, PascalCase, Title Case, snake_case and more.
  • cheerio: Tiny, fast, and elegant implementation of core jQuery designed specifically for the server
  • es6-error: Easily-extendable error for use with ES6 classes
  • iso-7064: Implementation of ISO 7064 used in validation of format like IBAN, LEI, ...
  • moment: Parse, validate, manipulate, and display dates
  • numeral: Format and manipulate numbers.
  • pad: Left and right string padding
  • underscore: JavaScript's functional programming helper library.

Dev Dependencies

License

ISC

Readme

Keywords

none

Package Sidebar

Install

npm i juristek-parser

Weekly Downloads

2

Version

5.0.16

License

MIT

Unpacked Size

160 kB

Total Files

5

Last publish

Collaborators

  • lfamorim