43 lines
828 B
JSON
43 lines
828 B
JSON
{
|
|
"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"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz"
|
|
,"_integrity": "sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4="
|
|
,"_from": "is-text-path@1.0.1"
|
|
} |