28 lines
597 B
JSON
28 lines
597 B
JSON
{
|
|
"name": "lodash.template.nocve",
|
|
"version": "4.17.21",
|
|
"description": "The lodash method _.template 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.template"
|
|
],
|
|
"author": "Jonatan Nilsson",
|
|
"license": "WTFPL",
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"dependencies": {
|
|
"lodash": "4.17.21"
|
|
}
|
|
}
|