mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
10f6ff9ff1
- @bbob/cli@1.0.7 - @bbob/core@1.1.0 - @bbob/html@1.1.0 - @bbob/parser@1.2.0 - @bbob/plugin-helper@1.1.0 - @bbob/preset-html5@1.1.0 - @bbob/react@1.1.0
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "@bbob/parser",
|
|
"version": "1.2.0",
|
|
"description": "Fast, flexible, and lean implementation of BBcode parser",
|
|
"homepage": "https://github.com/JiLiZART/bbob",
|
|
"keywords": [
|
|
"bbcode",
|
|
"parser",
|
|
"fast",
|
|
"bbcode parser",
|
|
"bbcodeparser",
|
|
"bbob",
|
|
"serializer",
|
|
"bbcode serializer",
|
|
"bbcode serializer",
|
|
"bbcodeserializer",
|
|
"parse",
|
|
"serialize",
|
|
"html"
|
|
],
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@bbob/plugin-helper": "^1.1.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/JiLiZART/bbob.git"
|
|
},
|
|
"scripts": {
|
|
"build": "../../node_modules/.bin/rollup -c",
|
|
"dev": "../../node_modules/.bin/rollup -c -w",
|
|
"test": "../../node_modules/.bin/jest --",
|
|
"cover": "../../node_modules/.bin/jest --coverage",
|
|
"lint": "../../node_modules/.bin/eslint .",
|
|
"size": "../../node_modules/.bin/size-limit"
|
|
},
|
|
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
|
"license": "MIT",
|
|
"size-limit": [
|
|
{
|
|
"path": "lib/index.js"
|
|
}
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
]
|
|
}
|