All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.mime-types.package.json Maven / Gradle / Ivy

{
    "_args": [
        
    ],
    "_from": "mime-types@>=2.0.1 <2.1.0",
    "_id": "[email protected]",
    "_inCache": true,
    "_installable": true,
    "_location": "/mime-types",
    "_npmUser": {
        "email": "[email protected]",
        "name": "dougwilson"
    },
    "_npmVersion": "1.4.28",
    "_phantomChildren": {
        
    },
    "_requested": {
        "name": "mime-types",
        "raw": "mime-types@~2.0.1",
        "rawSpec": "~2.0.1",
        "scope": null,
        "spec": ">=2.0.1 <2.1.0",
        "type": "range"
    },
    "_requiredBy": [
        "/form-data",
        "/request"
    ],
    "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.14.tgz",
    "_shasum": "310e159db23e077f8bb22b748dabfa4957140aa6",
    "_shrinkwrap": null,
    "_spec": "mime-types@~2.0.1",
    "_where": "",
    "bugs": {
        "url": "https://github.com/jshttp/mime-types/issues"
    },
    "contributors": [
        {
            "email": "[email protected]",
            "name": "Douglas Christopher Wilson"
        },
        {
            "email": "[email protected]",
            "name": "Jeremiah Senkpiel",
            "url": "https://searchbeam.jit.su"
        },
        {
            "email": "[email protected]",
            "name": "Jonathan Ong",
            "url": "http://jongleberry.com"
        }
    ],
    "dependencies": {
        "mime-db": "~1.12.0"
    },
    "description": "The ultimate javascript content-type utility.",
    "devDependencies": {
        "istanbul": "0.3.9",
        "mocha": "~1.21.5"
    },
    "directories": {
        
    },
    "dist": {
        "shasum": "310e159db23e077f8bb22b748dabfa4957140aa6",
        "tarball": "http://registry.npmjs.org/mime-types/-/mime-types-2.0.14.tgz"
    },
    "engines": {
        "node": ">= 0.6"
    },
    "files": [
        "HISTORY.md",
        "LICENSE",
        "index.js"
    ],
    "gitHead": "7d53a3351581eb3d7ae1e846ea860037bce6fe3f",
    "homepage": "https://github.com/jshttp/mime-types",
    "keywords": [
        "mime",
        "types"
    ],
    "license": "MIT",
    "maintainers": [
        {
            "email": "[email protected]",
            "name": "jongleberry"
        },
        {
            "email": "[email protected]",
            "name": "fishrock123"
        },
        {
            "email": "[email protected]",
            "name": "dougwilson"
        }
    ],
    "name": "mime-types",
    "optionalDependencies": {
        
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/jshttp/mime-types"
    },
    "scripts": {
        "test": "mocha --reporter spec test/test.js",
        "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js",
        "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js"
    },
    "version": "2.0.14"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy