| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- {
- "_from": "mime@*",
- "_id": "mime@4.1.0",
- "_inBundle": false,
- "_integrity": "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==",
- "_location": "/mime",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "mime@*",
- "name": "mime",
- "escapedName": "mime",
- "rawSpec": "*",
- "saveSpec": null,
- "fetchSpec": "*"
- },
- "_requiredBy": [
- "/oss"
- ],
- "_resolved": "https://registry.npmmirror.com/mime/-/mime-4.1.0.tgz",
- "_shasum": "ec55df7aa21832a36d44f0bbee5c04639b27802f",
- "_spec": "mime@*",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\oss",
- "author": {
- "name": "Robert Kieffer",
- "email": "robert@broofa.com",
- "url": "http://github.com/broofa"
- },
- "bin": {
- "mime": "bin/cli.js"
- },
- "bugs": {
- "url": "https://github.com/broofa/mime/issues"
- },
- "bundleDependencies": false,
- "contributors": [],
- "deprecated": false,
- "description": "A comprehensive library for mime-type mapping",
- "devDependencies": {
- "@types/mime-db": "1.43.6",
- "@types/mime-types": "3.0.1",
- "@types/node": "24.3.1",
- "@typescript-eslint/eslint-plugin": "8.43.0",
- "@typescript-eslint/parser": "8.43.0",
- "chalk": "5.6.2",
- "mime-score": "2.0.4",
- "mime-types": "3.0.1",
- "prettier": "3.6.2",
- "release-please": "17.1.2",
- "runmd": "1.4.1",
- "typescript": "5.9.2"
- },
- "engines": {
- "node": ">=16"
- },
- "exports": {
- ".": "./dist/src/index.js",
- "./lite": "./dist/src/index_lite.js",
- "./types/standard.js": "./dist/types/standard.js",
- "./types/other.js": "./dist/types/other.js",
- "./package.json": "./package.json"
- },
- "files": [
- "bin",
- "dist/src",
- "dist/types",
- "src",
- "types"
- ],
- "funding": [
- "https://github.com/sponsors/broofa"
- ],
- "homepage": "https://github.com/broofa/mime#readme",
- "keywords": [
- "extension",
- "file",
- "mime",
- "mime-db",
- "mimetypes",
- "util"
- ],
- "license": "MIT",
- "main": "./dist/src/index.js",
- "name": "mime",
- "packageManager": "npm@11.6.0",
- "repository": {
- "url": "git+https://github.com/broofa/mime.git",
- "type": "git"
- },
- "scripts": {
- "build": "rm -fr dist && tsc",
- "build:types": "node dist/scripts/build.js",
- "build:watch": "npm run build -- --watch",
- "lint": "prettier -c .",
- "lint:fix": "prettier -w .",
- "prepack": "npm run build",
- "prepublishOnly": "npm test",
- "pretest": "npm run build",
- "test": "node --test && ./test/exports_test.sh",
- "test:watch": "clear && node --enable-source-maps --test --watch test"
- },
- "type": "module",
- "version": "4.1.0"
- }
|