xprezzo-setprototypeof
Version:
A small polyfill for Object.setprototypeof
26 lines (25 loc) • 550 B
JSON
{
"name": "xprezzo-setprototypeof",
"version": "1.1.2",
"description": "A small polyfill for Object.setprototypeof",
"author": "Cloudgen Wong <cloudgen.wong@gmail.com>",
"license": "MIT",
"repository": "xprezzo/xprezzo-setprototypeof",
"homepage": "https://github.com/xprezzo",
"main": "index.js",
"keywords": [
"polyfill",
"object",
"mixin",
"setprototypeof"
],
"dependencies": {
"xprezzo-mixin": "1.1.2"
},
"scripts": {
"test": "mocha test"
},
"devDependencies": {
"mocha": "^10.0.0"
}
}