File tree 7 files changed +7
-13
lines changed
productSearch/system-test
7 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
rules :
3
3
no-console : off
4
-
5
-
4
+ node/no-missing-require : off
Original file line number Diff line number Diff line change 1
1
---
2
2
rules :
3
3
no-console : off
4
-
4
+ node/no-missing-require : off
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " automl" ,
2
+ "name" : " automl-samples " ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " " ,
4
+ "description" : " A collection of samples for @google-cloud/automl and @google-cloud/vision." ,
5
+ "private" : true ,
5
6
"main" : " automlVisionDataset.js" ,
6
7
"scripts" : {
7
8
"test" : " ava -T 1m --verbose system-test/*.test.js"
8
9
},
9
10
"engines" : {
10
11
"node" : " >=8"
11
12
},
12
- "author" : " " ,
13
- "license" : " ISC " ,
13
+ "author" : " Google Inc " ,
14
+ "license" : " Apache-2.0 " ,
14
15
"dependencies" : {
15
16
"@google-cloud/automl" : " ^0.1.1" ,
16
17
"@google-cloud/vision" : " ^0.22.0" ,
Original file line number Diff line number Diff line change 1
1
---
2
2
rules :
3
3
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 4
4
"private" : true ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Google Inc." ,
7
- "repository" : " googleapis/nodejs-vision" ,
8
7
"engines" : {
9
8
"node" : " >=8"
10
9
},
11
10
"scripts" : {
12
11
"test" : " ava -T 1m --verbose system-test/*.test.js"
13
12
},
14
13
"dependencies" : {
15
-
16
14
"@google-cloud/automl" : " ^0.1.1" ,
17
15
"@google-cloud/vision" : " ^0.22.0" ,
18
16
"async" : " ^2.6.1" ,
Original file line number Diff line number Diff line change 1
1
---
2
2
rules :
3
3
node/no-unpublished-require : off
4
- node/no-unsupported-features : off
5
4
no-empty : off
Original file line number Diff line number Diff line change 1
1
---
2
2
rules :
3
3
node/no-unpublished-require : off
4
- node/no-unsupported-features : off
5
4
no-empty : off
You can’t perform that action at this time.
0 commit comments