| Server IP : 138.197.176.125 / Your IP : 216.73.216.65 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/must/ |
Upload File : |
{
"name": "must",
"version": "0.13.4",
"description": "Testing and assertion library with friendly BDD syntax — awesome.must.be.true(). Many expressive matchers and is test runner and framework agnostic. Follows RFC 2119 with its use of MUST. Good and well tested stuff.",
"keywords": ["assert", "assertion", "bdd", "test", "testing", "rfc2119"],
"homepage": "https://github.com/moll/js-must",
"bugs": "https://github.com/moll/js-must/issues",
"author": {
"name": "Andri Möll",
"email": "andri@dot.ee",
"url": "http://themoll.com"
},
"typings": "./must.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/moll/js-must.git"
},
"licenses" : [{
"type" : "LAGPL",
"url": "https://github.com/moll/js-must/blob/master/LICENSE"
}],
"main": "register.js",
"scripts": {"test": "make test"},
"dependencies": {
"kindof": ">= 2.0.0 < 3",
"egal": ">= 1.3.0 < 2",
"oolong": ">= 1.11.0 < 2",
"lodash.wrap": ">= 3 < 4",
"json-stringify-safe": ">= 5 < 6"
},
"devDependencies": {
"mocha": ">= 2 < 3",
"promise": ">= 7 < 8",
"lodash": ">= 3 < 4"
}
}