1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
{
"_from": "node-mime",
"_id": "node-mime@1.0.0",
"_inBundle": false,
"_integrity": "sha1-NZqR94HheWFawYorKC0MJuaB1FQ=",
"_location": "/node-mime",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "node-mime",
"name": "node-mime",
"escapedName": "node-mime",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-mime/-/node-mime-1.0.0.tgz",
"_shasum": "359a91f781e179615ac18a2b282d0c26e681d454",
"_spec": "node-mime",
"_where": "/mnt/windisk/Users/Nathan/Documents/Projets/MPWS",
"author": {
"name": "Nathan Faucett"
},
"bugs": {
"url": "https://github.com/nathanfaucett/node-mime/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "mime type/ext functions",
"homepage": "https://github.com/nathanfaucett/node-mime#readme",
"keywords": [
"mime.js",
"mime"
],
"license": "BSD",
"main": "./src/index.js",
"name": "node-mime",
"repository": {
"type": "git",
"url": "git+https://github.com/nathanfaucett/node-mime.git"
},
"version": "1.0.0"
}
|