Files
codeql-action/node_modules/just-extend/package.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
530 B
JSON
Raw Normal View History

2020-06-24 14:33:55 +01:00
{
2020-06-26 16:27:11 +01:00
"name": "just-extend",
2021-07-27 22:26:09 +00:00
"version": "4.2.1",
2020-06-24 14:33:55 +01:00
"description": "extend an object",
2020-06-26 16:27:11 +01:00
"main": "index.js",
2021-07-27 22:26:09 +00:00
"types": "index.d.ts",
2020-06-26 16:27:11 +01:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/angus-c/just",
2020-06-24 14:33:55 +01:00
"keywords": [
"object",
"assign",
"clone",
"copy",
"merge",
"deep-copy",
"extend",
"no-dependencies",
"just"
],
2020-06-26 16:27:11 +01:00
"author": "Angus Croll",
2020-06-24 14:33:55 +01:00
"license": "MIT",
2020-06-26 16:27:11 +01:00
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}