periodicjs.core.data
Version:
Core data is the ORM wrapping component of periodicjs.core.controller that provides database adapters for commonly used databases (ie. mongo, sql, postgres). Adapters provide a standard set of methods and options regardless of the type of database and so
103 lines (102 loc) • 2.82 kB
JSON
{
"author": {
"name": "Jan Bialostok",
"email": "janbialostok@gmail.com"
},
"bugs": {
"url": "https://github.com/typesettin/periodicjs.core.data/issues"
},
"contributors": [
{
"name": "Yaw Joseph Etse",
"email": "yaw.etse@gmail.com"
},
{
"name": "Jan Bialostok",
"email": "janbialostok@gmail.com"
}
],
"dependencies": {
"@google-cloud/bigquery": "^1.3.0",
"@repetere/node-redshift": "^1.0.4",
"flat": "~2.0.1",
"jsondiffpatch": "~0.2.4",
"mongo-sql": "^6.0.0",
"mysql": "^2.12.0",
"pluralize": "~1.1.2",
"string-to-json": "~0.1.0",
"xss": "^1.0.6"
},
"description": "Core data is the ORM wrapping component of periodicjs.core.controller that provides database adapters for commonly used databases (ie. mongo, sql, postgres). Adapters provide a standard set of methods and options regardless of the type of database and so the methods for querying, updating, creating etc. that are exposed across your application always expect the same inputs and provide the same outputs.",
"devDependencies": {
"chai": "~3.0.0",
"chai-spies": "^0.7.1",
"coveralls": "^2.11.15",
"fs-extra": "~0.30.0",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-coveralls": "^1.0.1",
"grunt-jsbeautifier": "~0.2.10",
"grunt-jsdoc": "~0.6.7",
"grunt-mocha-cov": "^0.4.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-newer": "~1.1.1",
"grunt-simple-mocha": "~0.4.0",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.3",
"lowkie": "^1.3.4",
"mocha": "~2.2.5",
"mocha-lcov-reporter": "^1.2.0",
"moment": "~2.13.0",
"mongoose": "~4.4.14",
"pg": "^6.2.2",
"promisie": "^1.6.1",
"sequelize": "^4.23.2"
},
"directories": {},
"dist": {
"shasum": "fc4427ddd180df6487384686294626b175a60262",
"tarball": "https://registry.npmjs.org/periodicjs.core.data/-/periodicjs.core.data-0.0.1.tgz"
},
"engines": {
"node": "^6.x"
},
"keywords": [
"CDS",
"CMS",
"Content Delivery System",
"Content Management System",
"Periodic Decoupled Framework",
"content management framework",
"typeset",
"ui manager",
"wysiwyg"
],
"main": "index.js",
"maintainers": [
{
"name": "ecasilla",
"email": "ecasilla@icloud.com"
},
{
"name": "janbialostok",
"email": "janbialostok@gmail.com"
},
{
"name": "yawetse",
"email": "yaw.etse@gmail.com"
}
],
"name": "periodicjs.core.data",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/typesettin/periodicjs.core.data.git"
},
"scripts": {
"test": "mocha -R spec --recursive"
},
"version": "2.4.1",
"license": "MIT"
}