mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-26 15:55:31 +02:00
Using temporarily npm-shrinkwrap since `template-html-loader` uses an old `consolidate.js` version which doesn't support `pug`. Follow here: https://github.com/jtangelder/template-html-loader/issues/8
19 lines
519 B
JSON
19 lines
519 B
JSON
{
|
|
"name": "stf",
|
|
"version": "2.0.1",
|
|
"dependencies": {
|
|
"template-html-loader": {
|
|
"version": "0.0.3",
|
|
"from": "template-html-loader@>=0.0.3 <0.0.4",
|
|
"resolved": "http://registry.npmjs.org/template-html-loader/-/template-html-loader-0.0.3.tgz",
|
|
"dependencies": {
|
|
"consolidate": {
|
|
"version": "0.14.1",
|
|
"from": "consolidate@>=0.14.0 <0.14.1",
|
|
"resolved": "https://registry.npmjs.org/consolidate/-/consolidate-0.14.1.tgz"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|