mime-matcher
Version:
Utility function checking if string is mime type from allowed range
49 lines (48 loc) • 1.43 kB
JSON
{
"name": "mime-matcher",
"version": "1.0.5",
"description": "Utility function checking if string is mime type from allowed range",
"main": "dist/mime-matcher.js",
"scripts": {
"build": "webpack --config build/webpack.config.js",
"test": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run"
},
"keywords": [
"mime-type",
"mimetype",
"mime type"
],
"repository": {
"type": "git",
"url": "https://github.com/katlasik/mime-matcher.git"
},
"author": "Krzysztof Atlasik <krzysztof.atlasik@protonmail.com>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.5",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"chai": "^4.2.0",
"cross-env": "^6.0.3",
"karma": "^4.4.1",
"karma-coverage": "^2.0.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-phantomjs-shim": "^1.5.0",
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^2.0.13",
"mocha": "^6.2.2",
"phantomjs-prebuilt": "^2.1.2",
"raw-loader": "^4.0.0",
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0",
"webpack": "^3.12.0"
}
}