{"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"keywords":["text","extensions","extension","file","path","check","detect","is"],"dist-tags":{"latest":"3.0.0"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"description":"Check if a file path is a text file","readme":"# is-text-path\n\n> Check if a file path is a text file\n\n## Install\n\n```sh\nnpm install is-text-path\n```\n\n## Usage\n\n```js\nimport isTextPath from 'is-text-path';\n\nisTextPath('source/unicorn.txt');\n//=> true\n\nisTextPath('source/unicorn.png');\n//=> false\n```\n\n## Related\n\n- [`text-extensions`](https://github.com/sindresorhus/text-extensions) - List of text file extensions\n- [`is-binary-path`](https://github.com/sindresorhus/is-binary-path) - Check if a file path is a binary file\n","repository":{"type":"git","url":"git+https://github.com/sindresorhus/is-text-path.git"},"users":{"rocket0191":true},"bugs":{"url":"https://github.com/sindresorhus/is-text-path/issues"},"license":"MIT","versions":{"1.0.0":{"name":"is-text-path","version":"1.0.0","description":"Check if a filepath is a text file","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/is-text-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":["txt","text","ext","extensions","extension","file","path","check","detect","is"],"dependencies":{"text-extensions":"^1.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"0718772ba45dfe76f567b84133615ef8fe04f7c3","bugs":{"url":"https://github.com/sindresorhus/is-text-path/issues"},"homepage":"https://github.com/sindresorhus/is-text-path","_id":"is-text-path@1.0.0","_shasum":"63624abcc3a26fb6dd15b5abcad9a521df673dbc","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"63624abcc3a26fb6dd15b5abcad9a521df673dbc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/is-text-path/-/is-text-path-1.0.0.tgz","integrity":"sha512-AYHsUjZyk/eQ1Got6lpxEVfbvhYDt8qbQP8MD2uqEJdoUDTIdGLw0+CbcoqPRMMnRyfnjOQ4QZmTRpI76qOKFA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEwG1ZJ6SI+Vv8rQVGPzrIlziMcZedcpSTisA8neiBYUAiEA9gmRWRGyrShIuJf6VUHoTf+T3gkHkAxuMMYSbUP3tyE="}]},"directories":{}},"1.0.1":{"name":"is-text-path","version":"1.0.1","description":"Check if a filepath is a text file","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/is-text-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":["txt","text","ext","extensions","extension","file","path","check","detect","is"],"dependencies":{"text-extensions":"^1.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"4d88120be1209ffb951fd0ee70f07c89ad93c03f","bugs":{"url":"https://github.com/sindresorhus/is-text-path/issues"},"homepage":"https://github.com/sindresorhus/is-text-path","_id":"is-text-path@1.0.1","_shasum":"4e1aa0fb51bfbcb3e92688001397202c1775b66e","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"shasum":"4e1aa0fb51bfbcb3e92688001397202c1775b66e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/is-text-path/-/is-text-path-1.0.1.tgz","integrity":"sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIByg5Omn+KAZ7hEGLAOypRTS9sZ5BsqPyhfJMiAwiAhyAiA5yFURmV29QqsyS0jvgqnaVXCyZjWvx5k9E44aVUMtZg=="}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{}},"2.0.0":{"name":"is-text-path","version":"2.0.0","description":"Check if a file path is a text file","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/is-text-path.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=8"},"scripts":{"test":"xo && ava && tsd"},"keywords":["text","extensions","extension","file","path","check","detect","is"],"dependencies":{"text-extensions":"^2.0.0"},"devDependencies":{"ava":"^1.4.1","tsd":"^0.7.2","xo":"^0.24.0"},"gitHead":"f036c9866c065af4b7d3f526f107d8118c89df63","bugs":{"url":"https://github.com/sindresorhus/is-text-path/issues"},"homepage":"https://github.com/sindresorhus/is-text-path#readme","_id":"is-text-path@2.0.0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==","shasum":"b2484e2b720a633feb2e85b67dc193ff72c75636","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/is-text-path/-/is-text-path-2.0.0.tgz","fileCount":5,"unpackedSize":2947,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcuVRXCRA9TVsSAnZWagAAE0kP/2yQPi6ZmDIQjlv6iago\nwT6Psb/1MsJDmFyEFWc4hNbRh3I8XtT11HXeEe2RvjtklXUdOW/VclwWQUJY\nkwsLnusBUTVs04s0RiOWQ6L1YLw/8VELFrd84sWclU7MDZ50UuZ81xnYSZOg\nXZY1iK/riBgOv4Gw7Zdxlnus+nNYs2hjgAXfJxrqP6faZ1jyMXs/lM1oel3p\nhkmsFJ+h7B2dT+1WZ9+MEVxHkex4kVoomzGugWdYz+j6G95peReKqbIYHKuY\n7EEHY/V6sjwiely3N/LvWTMIpcjle13hx7ABGbOqX/0RdMtN8g4MvM0huWRH\ns5l0e8SJiOoXrTqqGgPciiGemtsUsVZXYJawCIB29HbT0BWyuiTVFYp8/z3Q\n481f2JcXUYD0JyJT7BzBhHry+INbZQvnEFdarYCXRqzKW1XkoeQBid0Pp6Ep\nRgm/NBMPP1YMao8+/SD3FQgIuAQuBo0P9zOeY5mwZnLQsVahSSqB/i+FAXWT\nUdnSSpJov+/wImmBvYH8fiWi7CEdT1yJL2zo6HTLui2/cWOYciyNDRua6/Ya\nUh+QzzFi9c1ph1Ugld+5YEYx088XRMOPCYPSnjT5uz4vCLuVpIrDHoR5yWIB\ns6Y1x4n9rAz9T/7qfREEsg183gOgEV2jyyyvb0GbC5tDvvpXq8/lNozPS2xj\nPTbj\r\n=TSGe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFxiOFewa9Xm5dKUKdlAzLrO3URXmZkpxa8NuBEBSeodAiEAzjSMSMNQ6YHVmKOPT+cGndXntyC8KOmvhE5fIccIqkI="}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-text-path_2.0.0_1555649622517_0.5797856882033592"},"_hasShrinkwrap":false},"3.0.0":{"name":"is-text-path","version":"3.0.0","description":"Check if a file path is a text file","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/is-text-path.git"},"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"},"keywords":["text","extensions","extension","file","path","check","detect","is"],"dependencies":{"text-extensions":"^3.0.0"},"devDependencies":{"ava":"^6.1.2","xo":"^0.58.0"},"_id":"is-text-path@3.0.0","gitHead":"26ffde7e415e4f3b392f38fe09d47803a05639a0","types":"./index.d.ts","bugs":{"url":"https://github.com/sindresorhus/is-text-path/issues"},"homepage":"https://github.com/sindresorhus/is-text-path#readme","_nodeVersion":"18.20.2","_npmVersion":"10.6.0","dist":{"integrity":"sha512-YDo1N1cIQk//DX044+mzBUEGtrJiqguXMmv//7xGBohWm3Aa8W69qyHEAOkZd5fJKQndmejVn6hB1t+oDHHLFw==","shasum":"621bf3c47fe4aba4ecf60bba3f2ba87bd435e4f7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/is-text-path/-/is-text-path-3.0.0.tgz","fileCount":5,"unpackedSize":2893,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCb9iH3OtUdZuZnJEKzN82BbK1YQSw8GzMRVnFBxqgxHQIgRxqGx5EGw4yOmtSfhJkJbtu1bwXsLV4P1GC5tp8A8m4="}]},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-text-path_3.0.0_1714496078143_0.17088835064597374"},"_hasShrinkwrap":false}},"name":"is-text-path","time":{"modified":"2024-04-30T16:54:38.490Z","created":"2015-02-16T21:27:19.015Z","1.0.0":"2015-02-16T21:27:19.015Z","1.0.1":"2015-05-25T11:30:59.286Z","2.0.0":"2019-04-19T04:53:42.618Z","3.0.0":"2024-04-30T16:54:38.339Z"},"readmeFilename":"readme.md","homepage":"https://github.com/sindresorhus/is-text-path#readme"}