mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
feat: provide unpkg fileds for all package.json files
This commit is contained in:
@@ -22,11 +22,12 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bbob/parser": "^2.6.2"
|
"@bbob/parser": "^2.6.2"
|
||||||
},
|
},
|
||||||
|
"unpkg": "dist/index.js",
|
||||||
|
"unpkgName": "BbobCore",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
"jsnext:main": "es/index.js",
|
"jsnext:main": "es/index.js",
|
||||||
"browser": "dist/index.js",
|
"source": "src/index.js",
|
||||||
"browserName": "BbobCore",
|
|
||||||
"homepage": "https://github.com/JiLiZART/bbob",
|
"homepage": "https://github.com/JiLiZART/bbob",
|
||||||
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -7,11 +7,12 @@
|
|||||||
"@bbob/core": "^2.6.2",
|
"@bbob/core": "^2.6.2",
|
||||||
"@bbob/plugin-helper": "^2.6.2"
|
"@bbob/plugin-helper": "^2.6.2"
|
||||||
},
|
},
|
||||||
|
"unpkg": "dist/index.js",
|
||||||
|
"unpkgName": "BbobHtml",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
"jsnext:main": "es/index.js",
|
"jsnext:main": "es/index.js",
|
||||||
"browser": "dist/index.js",
|
"source": "src/index.js",
|
||||||
"browserName": "BbobHtml",
|
|
||||||
"homepage": "https://github.com/JiLiZART/bbob",
|
"homepage": "https://github.com/JiLiZART/bbob",
|
||||||
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -15,11 +15,12 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bbob/plugin-helper": "^2.6.2"
|
"@bbob/plugin-helper": "^2.6.2"
|
||||||
},
|
},
|
||||||
|
"unpkg": "dist/index.js",
|
||||||
|
"unpkgName": "BbobParser",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
"jsnext:main": "es/index.js",
|
"jsnext:main": "es/index.js",
|
||||||
"browser": "dist/index.js",
|
"source": "src/index.js",
|
||||||
"browserName": "BbobParser",
|
|
||||||
"homepage": "https://github.com/JiLiZART/bbob",
|
"homepage": "https://github.com/JiLiZART/bbob",
|
||||||
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -7,11 +7,12 @@
|
|||||||
"plugin",
|
"plugin",
|
||||||
"helper"
|
"helper"
|
||||||
],
|
],
|
||||||
|
"unpkg": "dist/index.js",
|
||||||
|
"unpkgName": "BbobPluginHelper",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
"jsnext:main": "es/index.js",
|
"jsnext:main": "es/index.js",
|
||||||
"browser": "dist/index.js",
|
"source": "src/index.js",
|
||||||
"browserName": "BbobPluginHelper",
|
|
||||||
"homepage": "https://github.com/JiLiZART/bbob",
|
"homepage": "https://github.com/JiLiZART/bbob",
|
||||||
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -14,11 +14,12 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@bbob/html": "^2.6.2"
|
"@bbob/html": "^2.6.2"
|
||||||
},
|
},
|
||||||
|
"unpkg": "dist/index.js",
|
||||||
|
"unpkgName": "BbobPresetHTML5",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
"jsnext:main": "es/index.js",
|
"jsnext:main": "es/index.js",
|
||||||
"browser": "dist/index.js",
|
"source": "src/index.js",
|
||||||
"browserName": "BbobPresetHTML5",
|
|
||||||
"homepage": "https://github.com/JiLiZART/bbob",
|
"homepage": "https://github.com/JiLiZART/bbob",
|
||||||
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -10,11 +10,12 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bbob/plugin-helper": "^2.6.2"
|
"@bbob/plugin-helper": "^2.6.2"
|
||||||
},
|
},
|
||||||
|
"unpkg": "dist/index.js",
|
||||||
|
"unpkgName": "BbobPreset",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
"jsnext:main": "es/index.js",
|
"jsnext:main": "es/index.js",
|
||||||
"browser": "dist/index.js",
|
"source": "src/index.js",
|
||||||
"browserName": "BbobPreset",
|
|
||||||
"homepage": "https://github.com/JiLiZART/bbob",
|
"homepage": "https://github.com/JiLiZART/bbob",
|
||||||
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user