File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " deep-eql"
3- , "version" : " 0.1.3"
4- , "description" : " Improved deep equality testing for Node.js and the browser."
5- , "author" : " Jake Luer <jake@alogicalparadox.com>"
6- , "license" : " MIT"
7- , "keywords" : [
8- " deep equal"
9- , " object equal"
10- , " testing"
11- , " chai util"
12- ]
13- , "repository" : {
14- "type" : " git"
15- , "url" : " git@github.com:chaijs/deep-eql.git"
16- }
17- , "engines" : {
18- "node" : " *"
19- }
20- , "main" : " ./index"
21- , "scripts" : {
22- "test" : " make test"
23- }
24- , "dependencies" : {
25- "type-detect" : " 0.1.2 "
26- }
27- , "devDependencies" : {
28- "component" : " *"
29- , "coveralls" : " 2.0.16"
30- , "jscoverage" : " 0.3.7"
31- , "karma" : " *"
32- , "karma-cli" : " *"
33- , "karma-mocha" : " *"
34- , "karma-phantomjs-launcher" : " *"
35- , "mocha" : " *"
36- , "mocha-lcov-reporter" : " 0.0.1"
37- , "simple-assert" : " *"
38- }
2+ "name" : " deep-eql" ,
3+ "version" : " 0.1.3" ,
4+ "description" : " Improved deep equality testing for Node.js and the browser." ,
5+ "author" : " Jake Luer <jake@alogicalparadox.com>" ,
6+ "license" : " MIT" ,
7+ "keywords" : [
8+ " deep equal" ,
9+ " object equal" ,
10+ " testing" ,
11+ " chai util"
12+ ],
13+ "repository" : {
14+ "type" : " git" ,
15+ "url" : " git@github.com:chaijs/deep-eql.git"
16+ },
17+ "engines" : {
18+ "node" : " *"
19+ },
20+ "main" : " ./index" ,
21+ "scripts" : {
22+ "test" : " make test"
23+ },
24+ "dependencies" : {
25+ "type-detect" : " ^1.0.0 "
26+ },
27+ "devDependencies" : {
28+ "component" : " *" ,
29+ "coveralls" : " 2.0.16" ,
30+ "jscoverage" : " 0.3.7" ,
31+ "karma" : " *" ,
32+ "karma-cli" : " *" ,
33+ "karma-mocha" : " *" ,
34+ "karma-phantomjs-launcher" : " *" ,
35+ "mocha" : " *" ,
36+ "mocha-lcov-reporter" : " 0.0.1" ,
37+ "simple-assert" : " *"
38+ }
3939}
You can’t perform that action at this time.
0 commit comments