UNPKG

wichevr

Version:

Returns whichever is the first truthy.

51 lines 1.42 kB
{ "name": "wichevr", "version": "0.14.0", "description": "Returns whichever is the first truthy.", "main": "wichevr.js", "support": "wichevr.support.js", "deploy": "wichevr.deploy.js", "browser": "wichevr.deploy.js", "scripts": { "pristine": "rsetmod clean && flxc execute ./.install.sh", "clear": "rsetmod clean --clear", "formal": "jesy apply '*.json'", "build": "babel wichevr.js --out-file wichevr.support.js --source-maps && webpack --progress --display-modules", "pretest": "npm run clear && npm run build", "test": "node wichevr-test.js", "posttest": "npm run formal" }, "repository": { "type": "git", "url": "git+https://github.com/volkovasystems/wichevr.git" }, "keywords": [ "whichever", "first", "truthy", "wichevr" ], "author": "Richeve S. Bebedor <richeve.bebedor@gmail.com>", "contributors": [ "John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>", "Vinse Vinalon <vinsevinalon@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/volkovasystems/wichevr/issues" }, "homepage": "https://github.com/volkovasystems/wichevr#readme", "dependencies": { "babel-runtime": "^6.23.0", "raze": "^0.34.0", "truly": "^0.20.0" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-latest": "^6.24.1", "source-map-loader": "^0.2.1", "webpack": "^3.3.0" } }