Ignore:
Timestamp:
01/21/25 03:08:24 (4 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/mime-types/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "mime-types",
    3   "description": "The ultimate javascript content-type utility.",
    4   "version": "2.1.35",
     2  "_from": "mime-types@^2.1.12",
     3  "_id": "mime-types@2.1.35",
     4  "_inBundle": false,
     5  "_integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
     6  "_location": "/mime-types",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "mime-types@^2.1.12",
     12    "name": "mime-types",
     13    "escapedName": "mime-types",
     14    "rawSpec": "^2.1.12",
     15    "saveSpec": null,
     16    "fetchSpec": "^2.1.12"
     17  },
     18  "_requiredBy": [
     19    "/form-data"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
     22  "_shasum": "381a871b62a734450660ae3deee44813f70d959a",
     23  "_spec": "mime-types@^2.1.12",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/form-data",
     25  "bugs": {
     26    "url": "https://github.com/jshttp/mime-types/issues"
     27  },
     28  "bundleDependencies": false,
    529  "contributors": [
    6     "Douglas Christopher Wilson <doug@somethingdoug.com>",
    7     "Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)",
    8     "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
     30    {
     31      "name": "Douglas Christopher Wilson",
     32      "email": "doug@somethingdoug.com"
     33    },
     34    {
     35      "name": "Jeremiah Senkpiel",
     36      "email": "fishrock123@rocketmail.com",
     37      "url": "https://searchbeam.jit.su"
     38    },
     39    {
     40      "name": "Jonathan Ong",
     41      "email": "me@jongleberry.com",
     42      "url": "http://jongleberry.com"
     43    }
    944  ],
    10   "license": "MIT",
    11   "keywords": [
    12     "mime",
    13     "types"
    14   ],
    15   "repository": "jshttp/mime-types",
    1645  "dependencies": {
    1746    "mime-db": "1.52.0"
    1847  },
     48  "deprecated": false,
     49  "description": "The ultimate javascript content-type utility.",
    1950  "devDependencies": {
    2051    "eslint": "7.32.0",
     
    2859    "nyc": "15.1.0"
    2960  },
     61  "engines": {
     62    "node": ">= 0.6"
     63  },
    3064  "files": [
    3165    "HISTORY.md",
     
    3367    "index.js"
    3468  ],
    35   "engines": {
    36     "node": ">= 0.6"
     69  "homepage": "https://github.com/jshttp/mime-types#readme",
     70  "keywords": [
     71    "mime",
     72    "types"
     73  ],
     74  "license": "MIT",
     75  "name": "mime-types",
     76  "repository": {
     77    "type": "git",
     78    "url": "git+https://github.com/jshttp/mime-types.git"
    3779  },
    3880  "scripts": {
     
    4183    "test-ci": "nyc --reporter=lcov --reporter=text npm test",
    4284    "test-cov": "nyc --reporter=html --reporter=text npm test"
    43   }
     85  },
     86  "version": "2.1.35"
    4487}
Note: See TracChangeset for help on using the changeset viewer.