UNPKG

isdir

Version:

check if a descriptor is a directory.

45 lines (44 loc) 1.45 kB
{ "name": "isdir", "version": "2.0.1", "description": "check if a descriptor is a directory.", "main": "isdir.js", "scripts": { "quick": "./node_modules/tape/bin/tape ./test/*.js", "test": "./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape ./test/*.js", "coverage": "./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape ./test/*.js && ./node_modules/.bin/istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100", "jshint": "./node_modules/jshint/bin/jshint -c .jshintrc --exclude-path .gitignore .", "codeclimate": "CODECLIMATE_REPO_TOKEN=51758e2c5635fc6d76ab92c53e8a37b93eb715971721c76fa41096db9c330229 ./node_modules/codeclimate-test-reporter/bin/codeclimate.js < ./coverage/lcov.info" }, "repository": { "type": "git", "url": "https://github.com/dwyl/isdir.git" }, "engines": { "node": ">=0.10" }, "keywords": [ "is", "directory", "check" ], "author": "@nelsonic <contact.nelsonic@gmail.com> (https://github.com/nelsonic)", "license": "ISC", "bugs": { "url": "https://github.com/dwyl/isdir/issues" }, "homepage": "https://github.com/dwyl/isdir", "devDependencies": { "chalk": "^1.0.0", "codeclimate-test-reporter": "0.0.4", "istanbul": "^0.3.4", "jshint": "^2.5.10", "pre-commit": "0.0.9", "tape": "^3.0.3" }, "pre-commit": [ "jshint", "coverage", "codeclimate" ] }