nope/package.json

107 lines
3.2 KiB
JSON
Raw Normal View History

2020-08-19 06:36:59 +00:00
{
2021-08-04 16:17:23 +00:00
"name": "nope",
2022-11-06 10:47:36 +00:00
"version": "1.4.6",
2022-01-17 17:53:06 +00:00
"description": "NoPE Runtime for Nodejs. For Browser-Support please use nope-browser",
2021-08-04 16:17:23 +00:00
"files": [
2022-01-17 17:53:06 +00:00
"dist-nodejs/**/*",
"lib/**/*",
"bin/*"
2021-08-04 16:17:23 +00:00
],
2020-08-19 06:36:59 +00:00
"scripts": {
2021-11-14 22:16:07 +00:00
"test": "mocha",
2022-01-17 14:39:48 +00:00
"compile-nodejs": "tsc -p ./tsconfig.json",
2022-01-17 17:53:06 +00:00
"compile-browser": "tsc -p ./tsconfig.browser.json",
2022-07-23 05:34:38 +00:00
"compile-py": "tsc -p ./tsconfig.py.json",
2022-01-17 14:39:48 +00:00
"build": "npx webpack -c webpack-typescript.config.js",
2022-01-28 13:38:33 +00:00
"doc": "npx typedoc",
2022-01-17 17:53:06 +00:00
"start": "node ./dist/cli/repl.js",
2021-11-25 07:41:16 +00:00
"prettier-format": "run-script-os",
"prettier-format:win32": "prettier \"./lib/**/*.ts\" --write",
"prettier-format:darwin:linux": "prettier 'lib/**/*.ts' --write",
"prettier-format:default": "prettier 'lib/**/*.ts' --write",
"prettier-watch": "run-script-os",
"prettier-watch:win32": "onchange \"lib/**/*.ts\" -- prettier --write {{changed}}",
"prettier-watch:darwin:linux": "onchange 'lib/**/*.ts' -- prettier --write {{changed}}",
2022-01-17 14:39:48 +00:00
"prettier-watch:default": "onchange 'lib/**/*.ts' -- prettier --write {{changed}}"
2020-08-19 06:36:59 +00:00
},
2021-11-14 22:16:07 +00:00
"mocha": {
"reporter": "spec",
"spec": "dist-nodejs/**/*.spec.js"
2021-11-14 22:16:07 +00:00
},
2020-08-19 06:36:59 +00:00
"repository": {
"type": "git",
2022-01-17 16:23:23 +00:00
"url": "git+https://git.zema.de/tfs/ZISS/_git/nope-js"
2020-08-19 06:36:59 +00:00
},
2022-01-17 14:39:48 +00:00
"keywords": [],
2022-01-17 16:23:23 +00:00
"author": "Martin Karkowski",
2020-08-19 06:36:59 +00:00
"license": "MIT",
"bugs": {
2022-01-17 16:23:23 +00:00
"url": "https://git.zema.de/tfs/ZISS/_git/nope-js/issues"
2020-08-19 06:36:59 +00:00
},
2022-01-17 16:23:23 +00:00
"homepage": "https://git.zema.de/tfs/ZISS/_git/nope-js#readme",
2020-08-19 06:36:59 +00:00
"dependencies": {
2022-01-18 20:51:19 +00:00
"argparse": "^2.0.1",
2022-01-10 06:52:05 +00:00
"async": "^3.2.2",
"comment-parser": "^1.3.0",
2020-08-19 06:36:59 +00:00
"cors": "^2.8.5",
2021-05-13 08:04:51 +00:00
"handlebars": "^4.7.7",
2022-01-10 06:52:05 +00:00
"inquirer": "^8.2.0",
2020-08-25 22:11:26 +00:00
"inquirer-fuzzy-path": "^2.3.0",
"inquirer-search-list": "^1.2.6",
2022-01-10 06:52:05 +00:00
"inversify": "^6.0.1",
"js-logger": "^1.6.1",
"lodash": "^4.17.21",
2022-01-10 06:52:05 +00:00
"mathjs": "^10.0.2",
"mqtt": "^4.3.4",
2020-08-25 22:11:26 +00:00
"mqtt-pattern": "^1.2.0",
2022-01-10 06:52:05 +00:00
"npm": "^8.3.0",
"npx": "^10.2.2",
2020-08-25 22:11:26 +00:00
"reflect-metadata": "^0.1.13",
2021-11-25 07:41:16 +00:00
"run-script-os": "^1.1.6",
2022-01-10 06:52:05 +00:00
"rxjs": "^7.5.1",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"superagent": "^8.0.0",
2022-01-10 06:52:05 +00:00
"ts-morph": "^13.0.2",
"typescript-json-schema": "^0.52.0",
2021-05-13 08:04:51 +00:00
"uuid": "^8.3.2",
2022-03-18 08:06:45 +00:00
"v8-profiler-next": "^1.5.1",
2021-01-08 10:05:04 +00:00
"websocket-stream": "^5.5.2"
2020-08-19 06:36:59 +00:00
},
"devDependencies": {
# 1.2.0 - Added: - `lib/cli/nope` adding scan for ui service - `lib/decorators/container`: Main Container, holding all `methods` and `classes`. Use `getCentralDecoratedContainer()` to get this decorator. - `types/nope/nopePackage.interface` added `IClassDescription` which contains the class description used in the Package Description. - `logger/nopeLogger`: added methods: `enabledFor`, `enableFor`, `shouldLog` - `package.json`: installed types of `ace` text editor. - `ui/helpers.browser`: Created `convertInstanceRenderPage` and `IUiDefinition` - `ui/helpers.nodejs`: Added a Helper to write the Ui-File (`writeUiFile`) and parse its arguments (`readInwriteUiFileArgs`) - `ui/index.*`: Crated the corresponding exports. - Modified: - `lib/decorators/*` Adding the main `container` where every function, service method etc is added. All decorators now safe the decorated elements in the container. - `helpers/json`: Adding `BEGIN_STR` and `END_STR` for parsing functions as constants. - `logger/eventLogging`: simplify `useEventLogger` - `logger/index.browser`: Adating exports. - `loader/loadPackages`: Modifing `IPackageConfig` now extends Partial the `IPackageDescription` - `types/ui/editor/IEditPage`: adapting Type of `getData` to `T`->`any`. Adapting the return of `getPorts` (The Ports will be generated in the ui then) - `types/ui/editor/helpers.interface`: Adapting the `w2ui` and added `w2uiHelpers` and added `ace`. Rearanging `IRenderData` element. to compact the data. - `types/ui/editor/render.callbacks`: Rearange the Generic Type of `TRenderInstancePage` and Renaming `TCreatorPage` to `TInstanceManagerPage`. Adapting the `option` of `TInstanceManagerPage` regarding the `createInstance` and `instances` - `types/ui/editor/index`: Adapting the Exports. - `lib/index.browser`: Exporting `ui` elements - `lib/index.nodejs`: Exporting `ui` elements - `lib/types/index`: Exporting `ui` elements - Fixes: - `types/nope/nopeInstanceManager.interface`: Fixing Type of createInstance. Now the Type `I` extends `INopeModule` instead of being set to `IGenericNopeModule`
2022-07-02 09:30:10 +00:00
"@types/ace": "^0.0.48",
"@types/async": "^3.2.12",
2022-01-10 06:52:05 +00:00
"@types/chai": "^4.3.0",
"@types/lodash": "^4.14.178",
2022-01-17 17:53:06 +00:00
"@types/node": "^17.0.9",
2022-06-24 05:45:01 +00:00
"@types/plotly.js": "^1.54.22",
2021-07-27 10:55:02 +00:00
"@types/socket.io": "^3.0.1",
2021-05-13 08:04:51 +00:00
"@types/socket.io-client": "^1.4.36",
"@types/superagent": "^4.1.15",
2021-11-14 22:16:07 +00:00
"chai": "^4.3.4",
2021-09-03 05:42:37 +00:00
"dts-bundle": "^0.7.3",
2021-09-02 06:20:26 +00:00
"dts-bundle-webpack": "^1.0.2",
2022-01-10 06:52:05 +00:00
"eslint": "^8.6.0",
2021-07-27 10:55:02 +00:00
"eslint-config-prettier": "^8.3.0",
2022-01-10 06:52:05 +00:00
"eslint-plugin-import": "^2.25.4",
2021-09-02 06:20:26 +00:00
"eslint-plugin-prettier": "^4.0.0",
2022-06-24 05:45:01 +00:00
"gojs": "^2.2.11",
2021-11-25 07:41:16 +00:00
"mocha": "^9.1.3",
2022-01-10 06:52:05 +00:00
"npm-check-updates": "^12.1.0",
2021-11-25 07:41:16 +00:00
"onchange": "^7.1.0",
2022-01-10 06:52:05 +00:00
"prettier": "2.5.1",
2022-01-17 14:39:48 +00:00
"typedoc": "^0.22.10",
2022-01-18 07:01:50 +00:00
"typedoc-plugin-mermaid": "^1.6.0",
"typedoc-umlclass": "^0.6.0",
2022-01-10 06:52:05 +00:00
"typescript": "^4.5.4",
2021-09-02 06:20:26 +00:00
"webpack": "^4.46.0",
"webpack-cli": "^4.8.0"
2022-01-17 17:53:06 +00:00
},
2022-08-16 08:02:42 +00:00
"prettier": {
"arrowParens": "always"
},
2022-01-17 17:53:06 +00:00
"bin": {
"nope-js": "./bin/nope"
},
2022-08-16 08:02:42 +00:00
"main": "dist-nodejs/index.nodejs.js"
2022-01-21 15:17:40 +00:00
}