UNPKG

water-orm

Version:

A monolith version of Standalone waterline ORM

62 lines (61 loc) 1.56 kB
{ "name": "water-orm", "description": "A monolith version of Standalone waterline ORM", "version": "0.0.6", "homepage": "", "contributors": [ { "name": "Carlos galveias", "github": "https://github.com/carlosgalveias/worm" }, { "name": "seerepo", "github": "https://github.com/balderdashy/waterline/graphs/contributors" } ], "dependencies": { "@mapbox/geojsonhint": "^3.1.1", "async": "1.5.2", "bluebird": "3.2.1", "deep-diff": "0.3.4", "lodash": "^4.17.21", "pg": "^8.16.2", "prompt": "^1.3.0", "qs": "^6.14.0", "switchback": "^2.0.5" }, "devDependencies": { "captains-log": "^2.0.5", "eslint": "^8.43.0", "espree": "^9.5.2", "mocha": "^10.2.0", "should": "9.0.0" }, "keywords": [ "mvc", "orm", "mysql", "postgresql", "redis", "mongodb", "active-record", "waterline", "sails", "sails.js" ], "repository": "git://github.com/carlosgalveias/worm.git", "main": "./lib/waterline", "scripts": { "test": "node ./node_modules/mocha/bin/mocha test/integration test/structure test/support test/unit --recursive", "testAdapters": "node ./node_modules/mocha/bin/mocha test/adapters --recursive", "testMemory": "node ./node_modules/mocha/bin/mocha test/adapters/worm-memory --recursive", "prepublish": "npm prune" }, "engines": { "node": ">=0.10.0" }, "license": "MIT", "overrides": { "underscore": "^1.12.1" } }