Files
JiboSDK/node_modules/almost-equal/package.json

38 lines
724 B
JSON
Raw Normal View History

2026-03-22 03:21:45 +02:00
{
"name": "almost-equal",
"version": "1.1.0",
"description": "Test if two floats are almost equal",
"main": "almost_equal.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"tap": "~0.4.1"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/almost-equal.git"
},
"keywords": [
"float",
"compare",
"double",
"round",
"equal",
"almost",
"near",
"tolerance",
"epsilon",
"FLT_EPSILON",
"DBL_EPSILON"
],
"author": "Mikola Lysenko",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "bb9919030f650a6b1b5a9f0f65c406055146d259"
}