lodash-no-cve/pick/package.json

29 lines
585 B
JSON
Raw Permalink Normal View History

2024-11-21 08:12:27 +00:00
{
"name": "lodash.pick.nocve",
"version": "4.17.21",
"description": "The lodash method _.pick exported as node.js module but without cve",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.nfp.is/TheThing/lodash-no-cve.git"
},
"keywords": [
"lodash",
"lodash.pick"
],
"author": "Jonatan Nilsson",
"license": "WTFPL",
"files": [
"index.js",
"index.d.ts",
"README.md",
"LICENSE"
],
"dependencies": {
"lodash": "4.17.21"
}
}