UNPKG

1.81 kBJSONView Raw
1{
2 "name": "@bbob/core",
3 "version": "2.8.0",
4 "description": "⚡️Blazing-fast js-bbcode-parser, bbcode js, that transforms and parses to AST with plugin support in pure javascript, no dependencies",
5 "keywords": [
6 "bbcode",
7 "fast",
8 "parser",
9 "bbcode parser",
10 "bbcodeparser",
11 "serializer",
12 "bbcode serializer",
13 "bbcode serializer",
14 "bbcodeserializer",
15 "parse",
16 "serialize",
17 "html",
18 "transform",
19 "bbob",
20 "core"
21 ],
22 "dependencies": {
23 "@bbob/parser": "^2.8.0"
24 },
25 "main": "lib/index.js",
26 "module": "es/index.js",
27 "jsnext:main": "es/index.js",
28 "browser": "dist/index.js",
29 "browserName": "BbobCore",
30 "homepage": "https://github.com/JiLiZART/bbob",
31 "author": "Nikolay Kostyurin <jilizart@gmail.com>",
32 "license": "MIT",
33 "bugs": {
34 "url": "https://github.com/JiLiZART/bbob/issues"
35 },
36 "repository": {
37 "type": "git",
38 "url": "git://github.com/JiLiZART/bbob.git"
39 },
40 "scripts": {
41 "build:commonjs": "../../scripts/pkg-task build-commonjs",
42 "build:es": "../../scripts/pkg-task build-es",
43 "build:umd": "../../scripts/pkg-task build-umd",
44 "build": "npm run build:commonjs && npm run build:es && npm run build:umd",
45 "test": "../../scripts/pkg-task test",
46 "cover": "../../scripts/pkg-task cover",
47 "lint": "../../scripts/pkg-task lint",
48 "size": "../../scripts/pkg-task size",
49 "bundlesize": "../../scripts/pkg-task bundlesize"
50 },
51 "size-limit": [
52 {
53 "path": "lib/index.js"
54 }
55 ],
56 "bundlesize": [
57 {
58 "path": "./dist/index.min.js",
59 "maxSize": "4.5 KB"
60 }
61 ],
62 "publishConfig": {
63 "registry": "https://registry.npmjs.org/"
64 },
65 "files": [
66 "dist",
67 "lib",
68 "src",
69 "es"
70 ],
71 "gitHead": "4fb4fffbc69ee34cb9d27812b23105e28645d45f"
72}