Parser de XML do BIPBOP Juristek para NodeJS.
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
const { Processos } = require('juristek-parser');
console.log(Processos.openString(xml).response);
npm install
npm test
- 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.
- babel-eslint: Custom parser for ESLint
- eslint: An AST-based pattern checker for JavaScript.
- eslint-config-airbnb-base: Airbnb's base JS ESLint config, following our styleguide
- eslint-plugin-flowtype: Flowtype linting rules for ESLint.
- eslint-plugin-import: Import with sanity.
ISC