isotropic-make
Version:
A factory function that makes factory functions
47 lines (46 loc) • 1.43 kB
JSON
{
"author": "Steven Olmsted <steven.olmsted@ibigroup.com>",
"bugs": "https://github.com/ibi-group/isotropic-make/issues",
"dependencies": {
"isotropic-create": "~0.14.0",
"isotropic-mixin": "~0.14.0"
},
"description": "A factory function that makes factory functions",
"devDependencies": {
"isotropic-dev-dependencies": "~0.4.0"
},
"engines": {
"node": "^26.5.0",
"npm": "^11.17.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/ibi-group/isotropic-make",
"keywords": [
"class",
"constructor",
"factory",
"inheritance",
"isotropic",
"mixins",
"multiple-inheritance",
"object-oriented",
"oop",
"prototype"
],
"license": "BSD-3-Clause",
"main": "lib/make.js",
"name": "isotropic-make",
"repository": "github:ibi-group/isotropic-make",
"scripts": {
"lint": "eslint eslint.config.js lib test",
"posttest": "c8 -c ./node_modules/isotropic-dev-dependencies/config/c8.json check-coverage",
"prepare": "node ./node_modules/isotropic-dev-dependencies/lib/install-git-hooks.js",
"prepublishOnly": "npm test",
"pretest": "npm run lint",
"test": "c8 -c ./node_modules/isotropic-dev-dependencies/config/c8.json node --test"
},
"type": "module",
"version": "0.14.0"
}