| Server IP : 138.197.176.125 / Your IP : 216.73.216.38 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/nodejs/json-stringify-safe/node_modules/egal/ |
Upload File : |
{
"name": "egal",
"version": "1.3.0",
"description": "Strict equality test (like ===) that handles both built-in and custom value objects (those with a valueOf function).",
"keywords": [
"compare",
"eql",
"equal",
"equality",
"is"
],
"homepage": "https://github.com/moll/js-egal",
"bugs": "https://github.com/moll/js-egal/issues",
"author": {
"name": "Andri Möll",
"email": "andri@dot.ee",
"url": "http://themoll.com"
},
"repository": {
"type": "git",
"url": "git://github.com/moll/js-egal.git"
},
"licenses": [{
"type": "LAGPL",
"url": "https://github.com/moll/js-egal/blob/master/LICENSE"
}],
"main": "index.js",
"scripts": {"test": "make test"},
"dependencies": {
"kindof": ">= 2.0.0 < 3"
},
"devDependencies": {
"mocha": ">= 1.12.0 < 2",
"must": ">= 0.12.0 < 0.13",
"sinon": ">= 1.15.3 < 2",
"lodash.wrap": ">= 3.0.0 < 4"
}
}