package.json
{
"name": "lazy-utils",
"version": "1.1.0",
"description": "Most used utils, almost everywhere - [lazy-cache][]d. Including simple arrayify, [isobject][], [isarray][], [is-buffer][], [is-extendable][] and [extend-shallow][].",
"repository": "tunnckoCore/lazy-utils",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"precommit.silent": true,
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "standard && node test.js"
},
"dependencies": {
"extend-shallow": "^2.0.1",
"is-array": "^1.0.1",
"is-buffer": "^1.1.4",
"is-extendable": "^0.1.1",
"isarray": "^2.0.0",
"isobject": "^2.1.0",
"lazy-arrayify": "^1.0.3",
"lazy-cache": "^2.0.1",
"mixin-deep": "^1.1.3"
},
"devDependencies": {
"mukla": "^0.4.4",
"pre-commit": "^1.1.3"
},
"files": [
"index.js"
],
"keywords": [
"arr",
"array",
"arrayify",
"cache",
"cached",
"check",
"clone",
"every",
"extend",
"extend-shallow",
"extendable",
"is",
"is-extendable",
"is-object",
"key",
"lazy",
"lazy-cache",
"lazy-utils",
"most",
"object",
"shallow",
"utility",
"utils",
"validate",
"word"
],
"verb": {
"run": true,
"toc": false,
"layout": "empty",
"tasks": [
"readme"
],
"related": {
"list": [
"ansi-colors",
"extend-shallow",
"is-extendable",
"isarray",
"isobject",
"lazy-arrayify",
"lazy-chalk",
"lazy-globby",
"limon",
"limon-prev-next",
"postjson"
]
},
"reflinks": [
"browserify",
"extend-shallow",
"is-extendable",
"isarray",
"isobject",
"lazy-arrayify",
"lazy-cache",
"limon",
"is-buffer"
],
"lint": {
"reflinks": true
}
}
}