UNPKG

mainliner

Version:

inversion of control (ioc) container and dependency injection for node6 spiced with talent composition

52 lines (51 loc) 1.33 kB
{ "name": "mainliner", "version": "3.0.10", "description": "inversion of control (ioc) container and dependency injection for node6 spiced with talent composition", "main": "./lib/index.js", "files": [ "node4-lib", "lib" ], "engines": { "node": ">=6.0.0" }, "scripts": { "pretest": "npx eslint lib/**/*.js test-lib/**/*.spec.js", "test": "npx lab -I regeneratorRuntime,Observable,__core-js_shared__,core,System,_babelPolyfill,asap -S -r console -m 4000 -o stdout -r lcov -o coverage.info -c --coverage-path lib 'test-lib'" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/ottopecz/mainliner.git" }, "keywords": [ "intravenous", "inversion of control", "ioc", "dependency", "injection", "dependency injection", "talent", "talents", "trait", "traits", "composition", "trait composition", "talent composition" ], "author": "Otto Pecz <otto.pecz@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ottopecz/mainliner/issues" }, "homepage": "https://github.com/ottopecz/mainliner#readme", "devDependencies": { "@hapi/code": "^8.0.1", "@hapi/lab": "^22.0.3", "coveralls": "^3.0.9", "eslint": "^6.8.0" }, "dependencies": { "talentcomposer": "^2.0.12" } }