You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
665 B
39 lines
665 B
{
|
|
"name": "is-text-path",
|
|
"version": "1.0.1",
|
|
"description": "Check if a filepath is a text file",
|
|
"license": "MIT",
|
|
"repository": "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"
|
|
}
|
|
}
|
|
|