1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "mime@1.6.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "mime@1.6.0",
|
---|
10 | "_id": "mime@1.6.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
|
---|
13 | "_location": "/less/mime",
|
---|
14 | "_optional": true,
|
---|
15 | "_phantomChildren": {},
|
---|
16 | "_requested": {
|
---|
17 | "type": "version",
|
---|
18 | "registry": true,
|
---|
19 | "raw": "mime@1.6.0",
|
---|
20 | "name": "mime",
|
---|
21 | "escapedName": "mime",
|
---|
22 | "rawSpec": "1.6.0",
|
---|
23 | "saveSpec": null,
|
---|
24 | "fetchSpec": "1.6.0"
|
---|
25 | },
|
---|
26 | "_requiredBy": [
|
---|
27 | "/less"
|
---|
28 | ],
|
---|
29 | "_resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
|
---|
30 | "_spec": "1.6.0",
|
---|
31 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
32 | "author": {
|
---|
33 | "name": "Robert Kieffer",
|
---|
34 | "email": "robert@broofa.com",
|
---|
35 | "url": "http://github.com/broofa"
|
---|
36 | },
|
---|
37 | "bin": {
|
---|
38 | "mime": "cli.js"
|
---|
39 | },
|
---|
40 | "bugs": {
|
---|
41 | "url": "https://github.com/broofa/node-mime/issues"
|
---|
42 | },
|
---|
43 | "contributors": [
|
---|
44 | {
|
---|
45 | "name": "Benjamin Thomas",
|
---|
46 | "email": "benjamin@benjaminthomas.org",
|
---|
47 | "url": "http://github.com/bentomas"
|
---|
48 | }
|
---|
49 | ],
|
---|
50 | "dependencies": {},
|
---|
51 | "description": "A comprehensive library for mime-type mapping",
|
---|
52 | "devDependencies": {
|
---|
53 | "github-release-notes": "0.13.1",
|
---|
54 | "mime-db": "1.31.0",
|
---|
55 | "mime-score": "1.1.0"
|
---|
56 | },
|
---|
57 | "engines": {
|
---|
58 | "node": ">=4"
|
---|
59 | },
|
---|
60 | "homepage": "https://github.com/broofa/node-mime#readme",
|
---|
61 | "keywords": [
|
---|
62 | "util",
|
---|
63 | "mime"
|
---|
64 | ],
|
---|
65 | "license": "MIT",
|
---|
66 | "main": "mime.js",
|
---|
67 | "name": "mime",
|
---|
68 | "repository": {
|
---|
69 | "url": "git+https://github.com/broofa/node-mime.git",
|
---|
70 | "type": "git"
|
---|
71 | },
|
---|
72 | "scripts": {
|
---|
73 | "changelog": "gren changelog --tags=all --generate --override",
|
---|
74 | "prepare": "node src/build.js",
|
---|
75 | "test": "node src/test.js"
|
---|
76 | },
|
---|
77 | "version": "1.6.0"
|
---|
78 | }
|
---|