
| Current Path : /usr/share/nodejs/json-stringify-safe/node_modules/must/ |
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/must/package.json |
{
"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"
}
}