codeql-action/node_modules/just-extend/package.json
2020-06-24 14:34:08 +01:00

57 lines
1.4 KiB
JSON

{
"_from": "just-extend@^4.0.2",
"_id": "just-extend@4.1.0",
"_inBundle": false,
"_integrity": "sha512-ApcjaOdVTJ7y4r08xI5wIqpvwS48Q0PBG4DJROcEkH1f8MdAiNFyFxz3xoL0LWAVwjrwPYZdVHHxhRHcx/uGLA==",
"_location": "/just-extend",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "just-extend@^4.0.2",
"name": "just-extend",
"escapedName": "just-extend",
"rawSpec": "^4.0.2",
"saveSpec": null,
"fetchSpec": "^4.0.2"
},
"_requiredBy": [
"/nise"
],
"_resolved": "https://registry.npmjs.org/just-extend/-/just-extend-4.1.0.tgz",
"_shasum": "7278a4027d889601640ee0ce0e5a00b992467da4",
"_spec": "just-extend@^4.0.2",
"_where": "/Users/sam/code/codeql-action/node_modules/nise",
"author": {
"name": "Angus Croll"
},
"bugs": {
"url": "https://github.com/angus-c/just/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "extend an object",
"homepage": "https://github.com/angus-c/just#readme",
"keywords": [
"object",
"assign",
"clone",
"copy",
"merge",
"deep-copy",
"extend",
"no-dependencies",
"just"
],
"license": "MIT",
"main": "index.js",
"name": "just-extend",
"repository": {
"type": "git",
"url": "git+https://github.com/angus-c/just.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "4.1.0"
}