locustjs-locator
Version:
A locustjs library implementing Service Locator pattern to provide loose coupling through IoC (Inversion of Control).
47 lines (46 loc) • 1.29 kB
JSON
{
"name": "locustjs-locator",
"version": "1.5.0",
"description": "A locustjs library implementing Service Locator pattern to provide loose coupling through IoC (Inversion of Control).",
"main": "index.cjs.js",
"module": "index.esm.js",
"scripts": {
"build": "babel index.esm.js -o index.cjs.js",
"test": "jest",
"mest": "node -r esm ./tests/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ironcodev/locustjs-locator.git"
},
"keywords": [
"javascript",
"locustjs",
"IoC",
"Inversion of Control",
"Service Locator",
"ServiceLocator",
"loose coupling",
"weak coupling"
],
"author": "Iron Code",
"license": "MIT",
"bugs": {
"url": "https://github.com/ironcodev/locustjs-locator/issues"
},
"homepage": "https://github.com/ironcodev/locustjs-locator#readme",
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@babel/preset-env": "^7.13.15",
"babel-jest": "^26.6.3",
"esm": "^3.2.25",
"jest": "^26.6.3"
},
"dependencies": {
"locustjs-base": "^1.0.5",
"locustjs-enum": "^1.0.1",
"locustjs-exception": "^1.0.1"
}
}