|
- {
- "name": "just-extend",
- "version": "5.1.1",
- "description": "extend an object",
- "main": "index.js",
- "module": "index.esm.js",
- "exports": {
- ".": {
- "require": "./index.js",
- "default": "./index.esm.js"
- }
- },
- "types": "index.d.ts",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "build": "rollup -c"
- },
- "repository": "https://github.com/angus-c/just",
- "keywords": [
- "object",
- "assign",
- "clone",
- "copy",
- "merge",
- "deep-copy",
- "extend",
- "no-dependencies",
- "just"
- ],
- "author": "Angus Croll",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/angus-c/just/issues"
- }
- }
|