set-prototype-of
Version:
Object.setPrototypeOf Polyfill
29 lines (28 loc) • 631 B
JSON
{
"name": "set-prototype-of",
"version": "1.0.0",
"description": "Object.setPrototypeOf Polyfill",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tjmehta/set-prototype-of.git"
},
"keywords": [
"object",
"setprototypeof",
"set",
"prototype",
"of",
"polyfill",
"es6"
],
"author": "Tejesh Mehta",
"license": "MIT",
"bugs": {
"url": "https://github.com/tjmehta/set-prototype-of/issues"
},
"homepage": "https://github.com/tjmehta/set-prototype-of#readme"
}