git ssb

0+

cel-desktop / ssb-pkg



Tree: 8f4b43a09aab9801bf28987edd59c2e366180327

Files: 8f4b43a09aab9801bf28987edd59c2e366180327 / test / test-79-npm / mongoose / mongoose@3.9.7.meta.js

298 bytesRaw
1'use strict';
2
3const home = require('../home.js');
4
5module.exports = function (stamp) {
6 return {
7 allow: home(stamp) && (stamp.p !== 'win32') && (stamp.m <= 46),
8 note: 'requires MongoDB installed\n' +
9 ' ...also require("mongodb/node_modules/bson") does not work in flat npm'
10 };
11};
12

Built with git-ssb-web