check-file
Version:
Check url is file
28 lines (27 loc) • 730 B
JSON
{
"name": "check-file",
"version": "1.1.2",
"description": "Check url is file",
"main": "index.js",
"scripts": {
"test": "nyc mocha ./test/test.js",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/warlock/check-file.git"
},
"keywords": ["mime", "utils", "file", "files", "uri", "mime-types", "extension", "type"],
"author": "Josep Subils",
"license": "MIT",
"bugs": {
"url": "https://github.com/warlock/check-file/issues"
},
"homepage": "https://github.com/warlock/check-file#readme",
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.3",
"mocha": "^6.1.4",
"nyc": "^14.1.0"
}
}