This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/just-extend/package.json
2020-11-01 22:46:04 +00:00

27 lines
506 B
JSON

{
"name": "just-extend",
"version": "4.1.1",
"description": "extend an object",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}
}