git ssb

0+

cel-desktop / ssb-pkg



Tree: ca90b5ca0579ebdcc0635288bce4978e3fb200f5

Files: ca90b5ca0579ebdcc0635288bce4978e3fb200f5 / 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