fliphub-monorepo
Version:
the builder of builders
89 lines (88 loc) • 1.76 kB
JSON
{
"name": "fliphub-helpers",
"version": "0.1.9",
"description": "fliphub helpers with the builder of builders",
"main": "src/index.js",
"scripts": {
"copy": "node pkgxp --copy",
"clean": "node pkgxp --del",
"prepublish": "npm run copy",
"postpublish": "npm run clean",
"test": "true"
},
"engines": {
"node": ">= 7.7.2",
"npm": ">= 4.1.2"
},
"dependencies": {
"arr-to-obj": "*",
"deep-replace": "*",
"does-include": "*",
"flipcache": "*",
"flipchain": "*",
"flipfile": "*",
"flipflag": "*",
"fliphub-alias": "*",
"fliphub-resolve": "*",
"fliplog": "*",
"fliptime": "*",
"glob-fs": "^0.1.6",
"inspector-gadget": "*",
"izz": "*",
"mono-root": "*",
"sleepfor": "*",
"to-arr": "*",
"trash": "^4.0.1",
"minimist": "*"
},
"keywords": [
"helpers",
"utils",
"debugging",
"fliphub",
"flipbox"
],
"author": "James <aretecode@gmail.com>",
"homepage": "https://github.com/fliphub/fliphub#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/fliphub/fliphub.git"
},
"bugs": {
"url": "https://github.com/fliphub/fliphub/issues"
},
"files": [
"Utils.js",
"alias.js",
"arrToObj.js",
"computed",
"contextRequire.js",
"debugFor.js",
"deepReplace.js",
"err",
"es5exports.js",
"file.js",
"flags.js",
"hacks.js",
"index.js",
"inspect.js",
"is.js",
"log.js",
"loggers",
"obj",
"parseJSON.js",
"pkgxp.js",
"port",
"realm.js",
"resolve.js",
"settingsStorage.js",
"sleepFor.js",
"src",
"str",
"timer.js",
"toArr.js",
"trycatch.js",
"validate",
"yarn.lock"
]
}