You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
607 B

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