lodash-checkit
Version:
mashup of lodash with checkit module
37 lines (36 loc) • 794 B
JSON
{
"name": "lodash-checkit",
"version": "2.4.1",
"description": "mashup of lodash with checkit module",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/mocha",
"prepare": "node ./scripts/prepublish.js"
},
"keywords": [
"lodash",
"checkit"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mjhm/lodash-checkit.git"
},
"author": "John McLaughlin",
"license": "MIT",
"bugs": {
"url": "https://github.com/mjhm/lodash-checkit/issues"
},
"homepage": "https://github.com/mjhm/lodash-checkit#readme",
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^9.2.0",
"rewire": "^6.0.0"
},
"dependencies": {
"checkit": "^0.7.0",
"lodash": "^4.17.21"
}
}