2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-20 20:00:33 +03:00
This commit is contained in:
Nikolay Kostyurin
2019-03-29 10:09:02 +02:00
parent 1dafb69dc9
commit 788d22e081
20 changed files with 215 additions and 49 deletions
+7 -6
View File
@@ -1,14 +1,13 @@
{
"name": "@bbob/core",
"version": "2.3.2",
"description": "Fast, flexible, and lean implementation of BBcode parser with plugins",
"version": "2.3.4",
"description": "⚡️Blazing fast BBCode transforming and parsing tool in pure javascript, no dependencies ",
"keywords": [
"bbcode",
"parser",
"fast",
"parser",
"bbcode parser",
"bbcodeparser",
"bbob",
"serializer",
"bbcode serializer",
"bbcode serializer",
@@ -16,10 +15,12 @@
"parse",
"serialize",
"html",
"transform"
"transform",
"bbob",
"core"
],
"dependencies": {
"@bbob/parser": "^2.3.2"
"@bbob/parser": "^2.3.4"
},
"main": "lib/index.js",
"module": "es/index.js",