2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name" : "fs-exists-sync" ,
"description" : "Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info." ,
"version" : "0.1.0" ,
"homepage" : "https://github.com/jonschlinkert/fs-exists-sync" ,
"author" : "Jon Schlinkert (https://github.com/jonschlinkert)" ,
"repository" : "jonschlinkert/fs-exists-sync" ,
"bugs" : {
"url" : "https://github.com/jonschlinkert/fs-exists-sync/issues"
2016-10-10 03:43:44 +02:00
} ,
2016-11-03 01:33:53 +01:00
"license" : "MIT" ,
"files" : [
"index.js"
2016-10-10 03:43:44 +02:00
] ,
2016-11-03 01:33:53 +01:00
"main" : "index.js" ,
"engines" : {
"node" : ">=0.10.0"
2016-10-10 03:43:44 +02:00
} ,
2016-11-03 01:33:53 +01:00
"scripts" : {
"test" : "mocha"
2016-10-10 03:43:44 +02:00
} ,
"devDependencies" : {
"gulp-format-md" : "^0.1.7" ,
"mocha" : "^2.4.5"
} ,
"keywords" : [
"access" ,
"check" ,
"exist" ,
"exists" ,
"file" ,
"file-system" ,
"filepath" ,
"filesystem" ,
"fs" ,
"is-file" ,
"isfile" ,
"path" ,
"stat" ,
"sync"
] ,
"verb" : {
"layout" : "default" ,
"plugins" : [
"gulp-format-md"
] ,
"reflinks" : [
"verb" ,
"path-exists" ,
"fs-exists" ,
"file-exists" ,
"exists"
] ,
"related" : {
"list" : [
"try-open" ,
"parse-filepath" ,
"is-absolute"
]
} ,
"run" : true ,
"toc" : false ,
"tasks" : [
"readme"
] ,
"lint" : {
"reflinks" : true
}
2016-11-03 01:33:53 +01:00
}
}