File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import {IActorDereferenceRdfOutput} from "@comunica/bus-dereference-rdf";
2
2
import { join } from "path" ;
3
3
import * as RDF from "@rdfjs/types" ;
4
4
import { IDereferenceOptions , RdfDereferencerBase } from "./RdfDereferencerBase" ;
5
+ const process = require ( "process/" ) ;
5
6
6
7
/**
7
8
* An RdfDerefencer can dereference URLs to RDF streams, using any RDF serialization.
Original file line number Diff line number Diff line change 122
122
"@comunica/mediator-number" : " ^2.0.1" ,
123
123
"@comunica/mediator-race" : " ^2.0.1" ,
124
124
"@rdfjs/types" : " *" ,
125
+ "process" : " ^0.11.10" ,
125
126
"rdf-string" : " ^1.6.0" ,
126
127
"stream-to-string" : " ^1.2.0"
127
128
},
Original file line number Diff line number Diff line change 22
22
"member-ordering" : [true , {
23
23
"order" : " fields-first"
24
24
}],
25
- "forin" : false
25
+ "forin" : false ,
26
+ "no-var-requires" : false
26
27
},
27
28
"rulesDirectory" : []
28
29
}
You can’t perform that action at this time.
0 commit comments