| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "chai" | 2 "name": "chai" |
| 3 , "repo": "chaijs/chai" | 3 , "repo": "chaijs/chai" |
| 4 , "version": "1.9.2" | 4 , "version": "1.9.2" |
| 5 , "description": "BDD/TDD assertion library for node.js and the browser. Test
framework agnostic." | 5 , "description": "BDD/TDD assertion library for node.js and the browser. Test
framework agnostic." |
| 6 , "license": "MIT" | 6 , "license": "MIT" |
| 7 , "keywords": [ | 7 , "keywords": [ |
| 8 "test" | 8 "test" |
| 9 , "assertion" | 9 , "assertion" |
| 10 , "assert" | 10 , "assert" |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 , "lib/chai/utils/test.js" | 40 , "lib/chai/utils/test.js" |
| 41 , "lib/chai/utils/transferFlags.js" | 41 , "lib/chai/utils/transferFlags.js" |
| 42 , "lib/chai/utils/type.js" | 42 , "lib/chai/utils/type.js" |
| 43 ] | 43 ] |
| 44 , "dependencies": { | 44 , "dependencies": { |
| 45 "chaijs/assertion-error": "1.0.0" | 45 "chaijs/assertion-error": "1.0.0" |
| 46 , "chaijs/deep-eql": "0.1.3" | 46 , "chaijs/deep-eql": "0.1.3" |
| 47 } | 47 } |
| 48 , "development": {} | 48 , "development": {} |
| 49 } | 49 } |
| OLD | NEW |