Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pm2 / usr / local / lib / pm2 / node_modules / is-binary-path / package.json
Size: Mime:
{
	"name": "is-binary-path",
	"version": "2.1.0",
	"description": "Check if a file path is a binary file",
	"license": "MIT",
	"repository": "sindresorhus/is-binary-path",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "sindresorhus.com"
	},
	"engines": {
		"node": ">=8"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"binary",
		"extensions",
		"extension",
		"file",
		"path",
		"check",
		"detect",
		"is"
	],
	"dependencies": {
		"binary-extensions": "^2.0.0"
	},
	"devDependencies": {
		"ava": "^1.4.1",
		"tsd": "^0.7.2",
		"xo": "^0.24.0"
	}

,"_resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz"
,"_integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw=="
,"_from": "is-binary-path@2.1.0"
}