es-mime-types
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "es-mime-types", | ||
"description": "mime-types rewrite in TypeScript with ESM and CommonJS targets", | ||
"version": "0.0.6", | ||
"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.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" | ||
} | ||
} |
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
15551