
| Current Path : /usr/share/nodejs/json-stringify-safe/node_modules/egal/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //usr/share/nodejs/json-stringify-safe/node_modules/egal/package.json |
{
"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"
}
}