You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
1.8 KiB

{
"_args": [
[
"mrmime@2.0.0",
"D:\\IDEAproject\\frontend\\Front-end logistics"
]
],
"_development": true,
"_from": "mrmime@2.0.0",
"_id": "mrmime@2.0.0",
"_inBundle": false,
"_integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==",
"_location": "/mrmime",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mrmime@2.0.0",
"name": "mrmime",
"escapedName": "mrmime",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/sirv"
],
"_resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
"author": {
"name": "Luke Edwards",
"email": "luke.edwards05@gmail.com",
"url": "https://lukeed.com"
},
"bugs": {
"url": "https://github.com/lukeed/mrmime/issues"
},
"description": "A tiny (2.8kB) and fast utility for getting a MIME type from an extension or filename",
"devDependencies": {
"tsm": "2.3.0",
"uvu": "0.5.2"
},
"engines": {
"node": ">=10"
},
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.js"
},
"./package.json": "./package.json"
},
"files": [
"index.d.ts",
"index.mjs",
"index.js"
],
"homepage": "https://github.com/lukeed/mrmime#readme",
"keywords": [
"mime",
"extension",
"mimetype"
],
"license": "MIT",
"main": "index.js",
"module": "index.mjs",
"name": "mrmime",
"repository": {
"type": "git",
"url": "git+https://github.com/lukeed/mrmime.git"
},
"scripts": {
"build": "tsm bin/index.ts",
"test": "uvu -r tsm test"
},
"types": "index.d.ts",
"version": "2.0.0"
}