Sha256: 67009d4e5c3ab7f1fcdc3a9cfe7c45c45fad89257111937beab00667325f5791
Contents?: true
Size: 1.27 KB
Versions: 27
Compression:
Stored size: 1.27 KB
Contents
{ "name": "chai", "repo": "chaijs/chai", "version": "1.8.1", "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.", "license": "MIT", "keywords": [ "test", "assertion", "assert", "testing", "chai" ], "main": "index.js", "scripts": [ "index.js", "lib/chai.js", "lib/chai/assertion.js", "lib/chai/core/assertions.js", "lib/chai/interface/assert.js", "lib/chai/interface/expect.js", "lib/chai/interface/should.js", "lib/chai/utils/addChainableMethod.js", "lib/chai/utils/addMethod.js", "lib/chai/utils/addProperty.js", "lib/chai/utils/flag.js", "lib/chai/utils/getActual.js", "lib/chai/utils/getEnumerableProperties.js", "lib/chai/utils/getMessage.js", "lib/chai/utils/getName.js", "lib/chai/utils/getPathValue.js", "lib/chai/utils/getProperties.js", "lib/chai/utils/index.js", "lib/chai/utils/inspect.js", "lib/chai/utils/objDisplay.js", "lib/chai/utils/overwriteMethod.js", "lib/chai/utils/overwriteProperty.js", "lib/chai/utils/test.js", "lib/chai/utils/transferFlags.js", "lib/chai/utils/type.js" ], "dependencies": { "chaijs/assertion-error": "1.0.0", "chaijs/deep-eql": "0.1.3" }, "development": {} }
Version data entries
27 entries across 14 versions & 1 rubygems