Codebase list node-moment / bullseye-backports/main package.js
bullseye-backports/main

Tree @bullseye-backports/main (Download .tar.gz)

package.js @bullseye-backports/mainraw · history · blame

var profile = {
    resourceTags: {
        ignore: function(filename, mid){
            // only include moment/moment
            return mid != "moment/moment";
        },
        amd: function(filename, mid){
            return /\.js$/.test(filename);
        }
    }
};