This file is indexed.

/usr/lib/nodejs/base64-js/base64js.min.js is in node-base64-js 1.2.3+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
!function(r,t,n){function e(n){function o(t){var o=r[n][1][t];if(!o)throw new Error("Cannot find module "+t);return e(o)}if(t[n])return t[n].exports;var a=t[n]={exports:{}};return r[n][0].call(a.exports,o,a,a.exports,window),a.exports}window.base64js=e(0)}({0:[function(r,t,n,e){"use strict";function o(r){var t=r.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");return"="===r[t-2]?2:"="===r[t-1]?1:0}function a(r){return 3*r.length/4-o(r)}function u(r){var t,n,e,a,u,i=r.length;a=o(r),u=new A(3*i/4-a),n=a>0?i-4:i;var c=0;for(t=0;t<n;t+=4)e=d[r.charCodeAt(t)]<<18|d[r.charCodeAt(t+1)]<<12|d[r.charCodeAt(t+2)]<<6|d[r.charCodeAt(t+3)],u[c++]=e>>16&255,u[c++]=e>>8&255,u[c++]=255&e;return 2===a?(e=d[r.charCodeAt(t)]<<2|d[r.charCodeAt(t+1)]>>4,u[c++]=255&e):1===a&&(e=d[r.charCodeAt(t)]<<10|d[r.charCodeAt(t+1)]<<4|d[r.charCodeAt(t+2)]>>2,u[c++]=e>>8&255,u[c++]=255&e),u}function i(r){return f[r>>18&63]+f[r>>12&63]+f[r>>6&63]+f[63&r]}function c(r,t,n){for(var e,o=[],a=t;a<n;a+=3)e=(r[a]<<16&16711680)+(r[a+1]<<8&65280)+(255&r[a+2]),o.push(i(e));return o.join("")}function h(r){for(var t,n=r.length,e=n%3,o="",a=[],u=0,i=n-e;u<i;u+=16383)a.push(c(r,u,u+16383>i?i:u+16383));return 1===e?(t=r[n-1],o+=f[t>>2],o+=f[t<<4&63],o+="=="):2===e&&(t=(r[n-2]<<8)+r[n-1],o+=f[t>>10],o+=f[t>>4&63],o+=f[t<<2&63],o+="="),a.push(o),a.join("")}n.byteLength=a,n.toByteArray=u,n.fromByteArray=h;for(var f=[],d=[],A="undefined"!=typeof Uint8Array?Uint8Array:Array,s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",C=0,l=s.length;C<l;++C)f[C]=s[C],d[s.charCodeAt(C)]=C;d["-".charCodeAt(0)]=62,d["_".charCodeAt(0)]=63},{}]},{});