assert-coordinates
Version:
Assert that an object has x/y coordinates
37 lines (36 loc) • 659 B
JSON
{
"name": "assert-coordinates",
"main": "index.js",
"version": "2.0.0",
"description": "Assert that an object has x/y coordinates",
"license": "MIT",
"repository": "bendrucker/assert-coordinates",
"author": {
"name": "Ben Drucker",
"email": "bvdrucker@gmail.com",
"url": "bendrucker.me"
},
"scripts": {
"test": "standard && tape test.js"
},
"keywords": [
"assert",
"coordinates",
"x",
"y",
"object"
],
"devDependencies": {
"tape": "^4.0.0",
"standard": "^12.0.1"
},
"files": [
"index.js"
],
"dependencies": {
"is-obj": "~2.0.0"
},
"engines": {
"node": ">= 8"
}
}