File tree Expand file tree Collapse file tree 7 files changed +7
-13
lines changed
productSearch/system-test Expand file tree Collapse file tree 7 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 11---
22rules :
33 no-console : off
4-
5-
4+ node/no-missing-require : off
Original file line number Diff line number Diff line change 11---
22rules :
33 no-console : off
4-
4+ node/no-missing-require : off
Original file line number Diff line number Diff line change 11{
2- "name" : " automl" ,
2+ "name" : " automl-samples " ,
33 "version" : " 1.0.0" ,
4- "description" : " " ,
4+ "description" : " A collection of samples for @google-cloud/automl and @google-cloud/vision." ,
5+ "private" : true ,
56 "main" : " automlVisionDataset.js" ,
67 "scripts" : {
78 "test" : " ava -T 1m --verbose system-test/*.test.js"
89 },
910 "engines" : {
1011 "node" : " >=8"
1112 },
12- "author" : " " ,
13- "license" : " ISC " ,
13+ "author" : " Google Inc " ,
14+ "license" : " Apache-2.0 " ,
1415 "dependencies" : {
1516 "@google-cloud/automl" : " ^0.1.1" ,
1617 "@google-cloud/vision" : " ^0.22.0" ,
Original file line number Diff line number Diff line change 11---
22rules :
33 node/no-unpublished-require : off
4- node/no-unsupported-features : off
5- no-empty : off
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "license" : " Apache-2.0" ,
66 "author" : " Google Inc." ,
7- "repository" : " googleapis/nodejs-vision" ,
87 "engines" : {
98 "node" : " >=8"
109 },
1110 "scripts" : {
1211 "test" : " ava -T 1m --verbose system-test/*.test.js"
1312 },
1413 "dependencies" : {
15-
1614 "@google-cloud/automl" : " ^0.1.1" ,
1715 "@google-cloud/vision" : " ^0.22.0" ,
1816 "async" : " ^2.6.1" ,
Original file line number Diff line number Diff line change 11---
22rules :
33 node/no-unpublished-require : off
4- node/no-unsupported-features : off
54 no-empty : off
Original file line number Diff line number Diff line change 11---
22rules :
33 node/no-unpublished-require : off
4- node/no-unsupported-features : off
54 no-empty : off
You can’t perform that action at this time.
0 commit comments