Blame view

node_modules/mime/package.json 1.62 KB
2a09d1a4   liuqimichale   添加宜春 天水 宣化
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
  {
    "_from": "mime@1.3.x",
    "_id": "mime@1.3.6",
    "_inBundle": false,
    "_integrity": "sha1-WR2E02U6awtKO5343lqoEI5y5eA=",
    "_location": "/mime",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "mime@1.3.x",
      "name": "mime",
      "escapedName": "mime",
      "rawSpec": "1.3.x",
      "saveSpec": null,
      "fetchSpec": "1.3.x"
    },
    "_requiredBy": [
      "/url-loader"
    ],
    "_resolved": "http://registry.npm.taobao.org/mime/download/mime-1.3.6.tgz",
    "_shasum": "591d84d3653a6b0b4a3b9df8de5aa8108e72e5e0",
    "_spec": "mime@1.3.x",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/url-loader",
    "author": {
      "name": "Robert Kieffer",
      "email": "robert@broofa.com",
      "url": "http://github.com/broofa"
    },
    "bin": {
      "mime": "cli.js"
    },
    "bugs": {
      "url": "https://github.com/broofa/node-mime/issues"
    },
    "bundleDependencies": false,
    "contributors": [
      {
        "name": "Benjamin Thomas",
        "email": "benjamin@benjaminthomas.org",
        "url": "http://github.com/bentomas"
      }
    ],
    "dependencies": {},
    "deprecated": false,
    "description": "A comprehensive library for mime-type mapping",
    "devDependencies": {
      "mime-db": "^1.22.0"
    },
    "homepage": "https://github.com/broofa/node-mime#readme",
    "keywords": [
      "util",
      "mime"
    ],
    "license": "MIT",
    "main": "mime.js",
    "name": "mime",
    "repository": {
      "url": "git+https://github.com/broofa/node-mime.git",
      "type": "git"
    },
    "scripts": {
      "prepublish": "node build/build.js > types.json",
      "test": "node build/test.js"
    },
    "version": "1.3.6"
  }