File Explorer

/var/lang/lib/node_modules/npm/node_modules/binary-extensions

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

0 dirs
4 files
package.json827 B · 46 lines
{	"name": "binary-extensions",	"version": "3.1.0",	"description": "List of binary file extensions",	"license": "MIT",	"repository": "sindresorhus/binary-extensions",	"funding": "https://github.com/sponsors/sindresorhus",	"author": {		"name": "Sindre Sorhus",		"email": "sindresorhus@gmail.com",		"url": "https://sindresorhus.com"	},	"type": "module",	"exports": {		"types": "./index.d.ts",		"default": "./index.js"	},	"sideEffects": false,	"engines": {		"node": ">=18.20"	},	"scripts": {		"//test": "xo && ava && tsd",		"test": "ava && tsd"	},	"files": [		"index.js",		"index.d.ts",		"binary-extensions.json"	],	"keywords": [		"binary",		"extensions",		"extension",		"file",		"json",		"list",		"array"	],	"devDependencies": {		"ava": "^6.1.2",		"tsd": "^0.31.0",		"xo": "^0.58.0"	}}