1 line
5.7 KiB
JSON
1 line
5.7 KiB
JSON
{"_id":"is-binary-path","_rev":"7-f018b48655acb800809874e56a1465c4","name":"is-binary-path","description":"Check if a filepath is a binary file","dist-tags":{"latest":"2.0.0"},"versions":{"1.0.0":{"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":".","_npmVersion":"1.4.28","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"51a9ab34cc239e8e97d1cb1c874faf25d79d54e5","tarball":"https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"is-binary-path","version":"1.0.1","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":"ed26bd7be5e29dad159c2771cb99dd48913f9de0","bugs":{"url":"https://github.com/sindresorhus/is-binary-path/issues"},"homepage":"https://github.com/sindresorhus/is-binary-path","_id":"is-binary-path@1.0.1","_shasum":"75f16642b480f187a711c814161fd3a4a7655898","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"75f16642b480f187a711c814161fd3a4a7655898","tarball":"https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"paulmillr","email":"paul@paulmillr.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"directories":{}},"2.0.0":{"name":"is-binary-path","version":"2.0.0","description":"Check if a filepath is a binary file","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/is-binary-path.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["bin","binary","ext","extensions","extension","file","path","check","detect","is"],"dependencies":{"binary-extensions":"^1.0.0"},"devDependencies":{"ava":"*","xo":"*"},"xo":{"esnext":true},"gitHead":"f6e9ccf93e55a46616d46d19967b923a2c135ecd","bugs":{"url":"https://github.com/sindresorhus/is-binary-path/issues"},"homepage":"https://github.com/sindresorhus/is-binary-path#readme","_id":"is-binary-path@2.0.0","_shasum":"0e61cea6974b24dda8bcc8366ce58a69265d1a36","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.5.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"0e61cea6974b24dda8bcc8366ce58a69265d1a36","tarball":"https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.0.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"paulmillr","email":"paul@paulmillr.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/is-binary-path-2.0.0.tgz_1473853977066_0.9813424141611904"},"directories":{}}},"readme":"# is-binary-path [](https://travis-ci.org/sindresorhus/is-binary-path)\n\n> Check if a filepath is a binary file\n\n\n## Install\n\n```\n$ npm install --save is-binary-path\n```\n\n\n## Usage\n\n```js\nconst isBinaryPath = require('is-binary-path');\n\nisBinaryPath('src/unicorn.png');\n//=> true\n\nisBinaryPath('src/unicorn.txt');\n//=> false\n```\n\n\n## Related\n\n- [binary-extensions](https://github.com/sindresorhus/binary-extensions) - List of binary file extensions\n- [is-text-path](https://github.com/sindresorhus/is-text-path) - Check if a filepath is a text file\n\n\n## License\n\nMIT © [Sindre Sorhus](https://sindresorhus.com)\n","maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"paulmillr","email":"paul@paulmillr.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"time":{"modified":"2016-09-14T11:52:57.308Z","created":"2015-01-24T09:13:13.344Z","1.0.0":"2015-01-24T09:13:13.344Z","1.0.1":"2015-05-25T11:32:32.616Z","2.0.0":"2016-09-14T11:52:57.308Z"},"homepage":"https://github.com/sindresorhus/is-binary-path#readme","keywords":["bin","binary","ext","extensions","extension","file","path","check","detect","is"],"repository":{"type":"git","url":"git+https://github.com/sindresorhus/is-binary-path.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"bugs":{"url":"https://github.com/sindresorhus/is-binary-path/issues"},"license":"MIT","readmeFilename":"readme.md","users":{"youstrive":true},"_attachments":{},"_etag":"W/\"57d93a19-1648\"","_lastModified":"Wed, 14 Sep 2016 11:52:57 GMT","_cached":true} |