| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 | | { |  |   "name": "setprototypeof", |  |   "version": "1.1.0", |  |   "description": "A small polyfill for Object.setprototypeof", |  |   "main": "index.js", |  |   "typings": "index.d.ts", |  |   "scripts": { |  |     "test": "echo \"Error: no test specified\" && exit 1" |  |   }, |  |   "repository": { |  |     "type": "git", |  |     "url": "https://github.com/wesleytodd/setprototypeof.git" |  |   }, |  |   "keywords": [ |  |     "polyfill", |  |     "object", |  |     "setprototypeof" |  |   ], |  |   "author": "Wes Todd", |  |   "license": "ISC", |  |   "bugs": { |  |     "url": "https://github.com/wesleytodd/setprototypeof/issues" |  |   }, |  |   "homepage": "https://github.com/wesleytodd/setprototypeof" |  | } | 
 |