es-mime-types
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "es-mime-types", | ||
"description": "mime-types rewrite in TypeScript with ESM and CommonJS targets", | ||
"version": "0.0.7", | ||
"repository": "https://github.com/talentlessguy/es-mime-types.git", | ||
"engines": { | ||
"node": ">=13" | ||
}, | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"author": "talentlessguy <pilll.PL22@gmail.com>", | ||
"license": "MIT", | ||
"type": "module", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./package.json": "./package.json", | ||
"./": "./" | ||
}, | ||
"devDependencies": { | ||
"@types/mime-db": "^1.43.0", | ||
"@types/node": "^14.0.22", | ||
"rollup": "^2.21.0", | ||
"rollup-plugin-typescript2": "^0.27.1", | ||
"typescript": "^3.9.6" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c" | ||
}, | ||
"dependencies": { | ||
"mime-db": "^1.44.0" | ||
} | ||
"name": "es-mime-types", | ||
"description": "mime-types rewrite in TypeScript with ESM and CommonJS targets", | ||
"version": "0.0.8", | ||
"repository": "https://github.com/talentlessguy/es-mime-types.git", | ||
"keywords": [ | ||
"http", | ||
"esm", | ||
"es", | ||
"vary", | ||
"nodejs", | ||
"mime", | ||
"mime-types" | ||
], | ||
"engines": { | ||
"node": ">=13" | ||
}, | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"author": "talentlessguy <pilll.PL22@gmail.com>", | ||
"license": "MIT", | ||
"type": "module", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./package.json": "./package.json", | ||
"./": "./" | ||
}, | ||
"devDependencies": { | ||
"@types/mime-db": "^1.43.0", | ||
"@types/node": "^14.0.22", | ||
"rollup": "^2.21.0", | ||
"rollup-plugin-typescript2": "^0.27.1", | ||
"typescript": "^3.9.6" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c" | ||
}, | ||
"dependencies": { | ||
"mime-db": "^1.44.0" | ||
} | ||
} |
# es-mime-types | ||
[![Twitter](https://img.shields.io/twitter/follow/v1rtl.svg?label=twitter&style=flat-square)](https://twitter.com/v1rtl) | ||
![Top lang](https://img.shields.io/github/languages/top/talentlessguy/es-mime-types.svg?style=flat-square) | ||
![Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/es-mime-types.svg?style=flat-square) | ||
[![Version](https://img.shields.io/npm/v/es-mime-types.svg?style=flat-square)](https://www.npmjs.com/package/es-mime-types) | ||
![Last commit](https://img.shields.io/github/last-commit/talentlessguy/es-mime-types.svg?style=flat-square) | ||
[![Subscribe to twitter][twitter-image]][twitter-url] | ||
![Top language][top-lang-image] | ||
![Vulnerabilities][snyk-image] | ||
[![Version][npm-v-image]][npm-url] | ||
[![Node Version][node-version-image]][node-version-url] | ||
![Last commit][last-commit-image] | ||
@@ -97,1 +98,11 @@ > [`mime-types`](https://github.com/jshttp/mime-types) rewrite in TypeScript with ESM and CommonJS targets | ||
MIT © [v1rtl](https://v1rtl.site) | ||
[twitter-image]: https://img.shields.io/twitter/follow/v1rtl.svg?label=follow%20on%20twitter&style=flat-square | ||
[twitter-url]: https://twitter.com/v1rtl | ||
[node-version-image]: https://img.shields.io/node/v/es-mime-types.svg?style=flat-square | ||
[node-version-url]: https://nodejs.org | ||
[top-lang-image]: https://img.shields.io/github/languages/top/talentlessguy/es-mime-types.svg?style=flat-square | ||
[snyk-image]: https://img.shields.io/snyk/vulnerabilities/npm/es-mime-types.svg?style=flat-square | ||
[npm-v-image]: https://img.shields.io/npm/v/es-mime-types.svg?style=flat-square | ||
[npm-url]: https://www.npmjs.com/package/es-mime-types | ||
[last-commit-image]: https://img.shields.io/github/last-commit/talentlessguy/es-mime-types.svg?style=flat-square |
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
16004
108