lodash-no-cve/template/package.json
Jonatan Nilsson f4495c4e41
All checks were successful
/ deploy (push) Successful in 34s
Initial version
2024-11-21 08:21:43 +00:00

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"
}
}