lodash-utils/package.json
2022-08-18 15:05:00 +09:00

25 lines
665 B
JSON

{
"name": "lodash-utils",
"version": "1.0.5",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "uglifyjs --compress --mangle --output build/lodash_utils.min.js -- index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"uglify-js": "^3.13.3"
},
"repository": {
"type": "git",
"url": "https://github.com/wheatup/evil.js"
},
"dependencies": {
"lodash": "^4.17.21"
},
"deprecated": "⚠️ This package does not what you think it what it does! Including this package will cause harms to your product! https://www.npmjs.com/package/lodash-utils"
}