UNPKG

is-hybrid

Version:

Check whether an object looks like Hybrid which is promises-a+ promise and callback api

37 lines (36 loc) 783 B
{ "name": "is-hybrid", "version": "1.0.1", "description": "Check whether an object looks like Hybrid which is promises-a+ promise and callback api", "repository": "hybridables/is-hybrid", "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)", "main": "index.js", "license": "MIT", "scripts": { "test": "standard && node test.js" }, "dependencies": { "is-promise": "~2.1.0" }, "devDependencies": { "assertit": "^0.1.0", "bluebird": "^2.9.26", "got-promise": "^4.1.0", "then-got": "^1.0.7" }, "keywords": [ "aplus", "check", "hybrid", "hybridables", "hybridify", "hybrids", "is", "is-hybrid", "promise", "promise-aplus", "promises", "test", "validate" ] }