Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

36 строки
687 B

  1. {
  2. "name": "just-extend",
  3. "version": "5.1.1",
  4. "description": "extend an object",
  5. "main": "index.js",
  6. "module": "index.esm.js",
  7. "exports": {
  8. ".": {
  9. "require": "./index.js",
  10. "default": "./index.esm.js"
  11. }
  12. },
  13. "types": "index.d.ts",
  14. "scripts": {
  15. "test": "echo \"Error: no test specified\" && exit 1",
  16. "build": "rollup -c"
  17. },
  18. "repository": "https://github.com/angus-c/just",
  19. "keywords": [
  20. "object",
  21. "assign",
  22. "clone",
  23. "copy",
  24. "merge",
  25. "deep-copy",
  26. "extend",
  27. "no-dependencies",
  28. "just"
  29. ],
  30. "author": "Angus Croll",
  31. "license": "MIT",
  32. "bugs": {
  33. "url": "https://github.com/angus-c/just/issues"
  34. }
  35. }