isotropic-mixin
Version:
Mixin function copies property descriptors from one object to another
37 lines (36 loc) • 1.5 kB
JSON
{
"author": "Steven Olmsted <steven.olmsted@ibigroup.com>",
"bugs": "https://github.com/ibi-group/isotropic-mixin/issues",
"description": "Mixin function copies property descriptors from one object to another",
"devDependencies": {
"eslint": "~9.8.0",
"isotropic-dev-dependencies": "~0.3.1"
},
"engines": {
"node": "^22.5.1",
"npm": "^10.8.2"
},
"files": [
"lib"
],
"homepage": "https://github.com/ibi-group/isotropic-mixin",
"keywords": [
"isotropic"
],
"license": "BSD-3-Clause",
"main": "lib/mixin.js",
"name": "isotropic-mixin",
"repository": "github:ibi-group/isotropic-mixin",
"scripts": {
"build": "cross-env BABEL_ENV=node-minify babel --config-file ./node_modules/isotropic-dev-dependencies/config/babel.json js -d lib --delete-dir-on-start",
"lint": "eslint js test",
"postprepare": "node ./node_modules/isotropic-dev-dependencies/lib/install-git-hooks.js",
"posttest": "[ -z \"$npm_config_coverage\" ] || c8 -c ./node_modules/isotropic-dev-dependencies/config/c8.json check-coverage",
"prepare": "npm run build",
"prepublishOnly": "npm test --coverage",
"pretest": "npm run lint",
"test": "cross-env BABEL_ENV=test c8 -c ./node_modules/isotropic-dev-dependencies/config/c8.json mocha --import=isotropic-dev-dependencies/lib/register-babel-loader.js"
},
"type": "module",
"version": "0.13.1"
}