Sha256: 4463d0eb26ce7df73040d70ce631ce7e9f2118971628743d7eb39ec30011fdae
Contents?: true
Size: 1.52 KB
Versions: 10
Compression:
Stored size: 1.52 KB
Contents
{ "name": "is-binary-path", "version": "1.0.0", "description": "Check if a filepath is a binary file", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sindresorhus/is-binary-path" }, "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "node test.js" }, "files": [ "index.js" ], "keywords": [ "bin", "binary", "ext", "extensions", "extension", "file", "path", "check", "detect", "is" ], "dependencies": { "binary-extensions": "^1.0.0" }, "devDependencies": { "ava": "0.0.4" }, "gitHead": "455639b70e867213e23480fe0b71348a79263e91", "bugs": { "url": "https://github.com/sindresorhus/is-binary-path/issues" }, "homepage": "https://github.com/sindresorhus/is-binary-path", "_id": "is-binary-path@1.0.0", "_shasum": "51a9ab34cc239e8e97d1cb1c874faf25d79d54e5", "_from": "is-binary-path@>=1.0.0 <2.0.0", "_npmVersion": "1.4.28", "_npmUser": { "name": "sindresorhus", "email": "sindresorhus@gmail.com" }, "maintainers": [ { "name": "sindresorhus", "email": "sindresorhus@gmail.com" } ], "dist": { "shasum": "51a9ab34cc239e8e97d1cb1c874faf25d79d54e5", "tarball": "http://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.0.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.0.tgz" }
Version data entries
10 entries across 10 versions & 1 rubygems