@cherrypulp/mixin
Version:
Mixin utility for ES6
56 lines (55 loc) • 1.5 kB
JSON
{
"name": "@cherrypulp/mixin",
"description": "Mixin utility for ES6",
"version": "1.0.10",
"license": "MIT",
"keywords": [
"assign",
"classes",
"copy",
"es6",
"extend",
"merge",
"mixin",
"properties",
"trait",
"util",
"utility"
],
"repository": {
"type": "git",
"url": "git+https://gitlab.com/cherrypulp/libraries/js-mixin.git"
},
"bugs": {
"url": "https://gitlab.com/cherrypulp/libraries/js-mixin/issues"
},
"main": "src/mixin.js",
"scripts": {
"build": "webpack --config ./webpack.config.js --mode=production",
"dev": "webpack --config ./webpack.config.js --mode=development",
"test": "cross-env NODE_ENV=test nyc --reporter=text mocha tests/*.spec.js --compilers js:@babel/register"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@babel/register": "^7.4.4",
"@babel/runtime": "^7.5.4",
"@istanbuljs/nyc-config-babel": "^2.1.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"babel-plugin-istanbul": "^5.1.4",
"chai": "^4.2.0",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.18.0",
"expect": "^24.8.0",
"istanbul": "^0.4.5",
"nyc": "^14.1.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.5"
}
}