Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "mime-lite", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Standard mime types for JavaScript", | ||
@@ -8,7 +8,7 @@ "main": "src/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "c8 uvu tests" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ASaiAnudeep/mime-lite.git" | ||
"url": "git+https://github.com/pactumjs/mime-lite.git" | ||
}, | ||
@@ -22,5 +22,9 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/ASaiAnudeep/mime-lite/issues" | ||
"url": "https://github.com/pactumjs/mime-lite/issues" | ||
}, | ||
"homepage": "https://github.com/ASaiAnudeep/mime-lite#readme" | ||
"homepage": "https://github.com/pactumjs/mime-lite#readme", | ||
"devDependencies": { | ||
"c8": "^7.12.0", | ||
"uvu": "^0.5.6" | ||
} | ||
} |
@@ -1,1 +0,1 @@ | ||
module.exports = {"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": ["xlsx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.template":["xltx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.document":["docx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.template":["dotx"]} | ||
module.exports = {"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": ["xlsx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.template":["xltx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.document":["docx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.template":["dotx"],"application/vnd.ms-excel":["xls","xlm","xla","xlc","xlt","xlw"]} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
15444
11
70
0
2