UNPKG

isotropic-create

Version:

Creates an object with a specific constructor function and prototype object

39 lines (38 loc) 1.26 kB
{ "author": "Steven Olmsted <steven.olmsted@ibigroup.com>", "bugs": "https://github.com/ibi-group/isotropic-create/issues", "description": "Creates an object with a specific constructor function and prototype object", "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-create", "keywords": [ "constructor", "create", "factory", "isotropic", "object", "prototype" ], "license": "BSD-3-Clause", "main": "lib/create.js", "name": "isotropic-create", "repository": "github:ibi-group/isotropic-create", "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" }