@themost/data
Version:
MOST Web Framework Codename Blueshift - Data module
74 lines (73 loc) • 2.02 kB
JSON
{
"name": "@themost/data",
"version": "2.23.4",
"description": "MOST Web Framework Codename Blueshift - Data module",
"main": "index.js",
"scripts": {
"test": "jest",
"install-peers": "add-peers"
},
"peerDependencies": {
"@themost/common": "^2.10.4",
"@themost/query": ">=2.14.1",
"@themost/xml": "^2"
},
"engines": {
"node": ">=14.21.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themost-framework/data.git"
},
"author": "Kyriakos Barbounakis <k.barbounakis@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/themost-framework/data/issues"
},
"homepage": "https://github.com/themost-framework/data#readme",
"dependencies": {
"@themost/events": "^1.0.5",
"@themost/promise-sequence": "^1.0.1",
"async": "^2.6.4",
"crypto-js": "^4.2.0",
"esprima": "^4.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"node-cache": "^1.1.0",
"pluralize": "^7.0.0",
"q": "^1.4.1",
"rxjs": "^7.8.2",
"sprintf-js": "^1.1.2",
"symbol": "^0.3.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.17.2",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@themost/common": "^2.12.0",
"@themost/json-logger": "^1.3.0",
"@themost/peers": "^1.0.2",
"@themost/query": "^2.14.7",
"@themost/sqlite": "^3.1.1",
"@themost/xml": "^2.5.2",
"@types/core-js": "^2.5.0",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.149",
"@types/node": "^10.12.0",
"@types/pluralize": "0.0.29",
"@types/q": "^1.5.1",
"@types/sprintf-js": "^1.1.2",
"@types/sql.js": "^1.4.0",
"dotenv": "^16.0.0",
"eslint": "^8.10.0",
"eslint-plugin-node": "^11.1.0",
"jest": "^27.5.1",
"module-alias": "^2.2.2",
"source-map-support": "^0.5.21",
"sql.js": "^1.4.0",
"ts-node": "^9.1.1",
"typescript": "^4.9.4"
}
}