Newer
Older
ez-indexation / app / node_modules / type-is / package.json
@kieffer kieffer on 7 Mar 2017 3 KB v0.0.0
{
  "_args": [
    [
      {
        "raw": "type-is@~1.6.14",
        "scope": null,
        "escapedName": "type-is",
        "name": "type-is",
        "rawSpec": "~1.6.14",
        "spec": ">=1.6.14 <1.7.0",
        "type": "range"
      },
      "/home/kieffer/tdm/ez-indexation/node_modules/express"
    ]
  ],
  "_from": "type-is@>=1.6.14 <1.7.0",
  "_id": "type-is@1.6.14",
  "_inCache": true,
  "_location": "/type-is",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/type-is-1.6.14.tgz_1479517858770_0.4908413903322071"
  },
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "raw": "type-is@~1.6.14",
    "scope": null,
    "escapedName": "type-is",
    "name": "type-is",
    "rawSpec": "~1.6.14",
    "spec": ">=1.6.14 <1.7.0",
    "type": "range"
  },
  "_requiredBy": [
    "/express"
  ],
  "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.14.tgz",
  "_shasum": "e219639c17ded1ca0789092dd54a03826b817cb2",
  "_shrinkwrap": null,
  "_spec": "type-is@~1.6.14",
  "_where": "/home/kieffer/tdm/ez-indexation/node_modules/express",
  "bugs": {
    "url": "https://github.com/jshttp/type-is/issues"
  },
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Jonathan Ong",
      "email": "me@jongleberry.com",
      "url": "http://jongleberry.com"
    }
  ],
  "dependencies": {
    "media-typer": "0.3.0",
    "mime-types": "~2.1.13"
  },
  "description": "Infer the content-type of a request.",
  "devDependencies": {
    "eslint": "2.10.2",
    "eslint-config-standard": "5.3.1",
    "eslint-plugin-promise": "1.1.0",
    "eslint-plugin-standard": "1.3.2",
    "istanbul": "0.4.5",
    "mocha": "1.21.5"
  },
  "directories": {},
  "dist": {
    "shasum": "e219639c17ded1ca0789092dd54a03826b817cb2",
    "tarball": "https://registry.npmjs.org/type-is/-/type-is-1.6.14.tgz"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "LICENSE",
    "HISTORY.md",
    "index.js"
  ],
  "gitHead": "f88151e69d91c5ed42e29dea78f5566403a5a7ad",
  "homepage": "https://github.com/jshttp/type-is",
  "keywords": [
    "content",
    "type",
    "checking"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    }
  ],
  "name": "type-is",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshttp/type-is.git"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "mocha --reporter spec --check-leaks --bail test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  },
  "version": "1.6.14"
}