UNPKG

@wrote/exists

Version:

Check If The File Or Directory Exists, And Return Stats.

51 lines (50 loc) 1.23 kB
{ "name": "@wrote/exists", "version": "1.0.5", "description": "Check If The File Or Directory Exists, And Return Stats.", "main": "build", "module": "src/index.js", "scripts": { "t": "zoroaster -a", "test": "yarn t test/spec test/mask", "spec": "yarn t test/spec", "mask": "yarn t test/mask", "test-build": "ALAMODE_ENV=test-build yarn test", "lint": "eslint .", "doc": "NODE_DEBUG=doc doc -o README.md", "b": "alamode src -o build -s", "d": "yarn-s d1", "d1": "NODE_DEBUG=doc doc src/index.js -g", "build": "yarn-s d b doc", "e": "alanode", "example/": "yarn e example/example.js" }, "files": [ "build", "src" ], "repository": { "type": "git", "url": "git://github.com/wrote/exists.git" }, "keywords": [ "exists", "wrote" ], "author": "Anton <anton@adc.sh>", "license": "MIT", "bugs": { "url": "https://github.com/wrote/exists/issues" }, "homepage": "https://github.com/wrote/exists#readme", "devDependencies": { "alamode": "^1.9.3", "documentary": "^1.24.1", "eslint-config-artdeco": "1.0.1", "yarn-s": "1.1.0", "zoroaster": "^3.11.6" }, "dependencies": { "makepromise": "^3.1.0" } }