Initial commit
[yaffs-website] / node_modules / type-is / package.json
1 {
2   "_args": [
3     [
4       "type-is@~1.6.10",
5       "/var/www/yaffs/node_modules/body-parser"
6     ]
7   ],
8   "_from": "type-is@>=1.6.10 <1.7.0",
9   "_id": "type-is@1.6.14",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/type-is",
13   "_npmOperationalInternal": {
14     "host": "packages-12-west.internal.npmjs.com",
15     "tmp": "tmp/type-is-1.6.14.tgz_1479517858770_0.4908413903322071"
16   },
17   "_npmUser": {
18     "email": "doug@somethingdoug.com",
19     "name": "dougwilson"
20   },
21   "_npmVersion": "1.4.28",
22   "_phantomChildren": {},
23   "_requested": {
24     "name": "type-is",
25     "raw": "type-is@~1.6.10",
26     "rawSpec": "~1.6.10",
27     "scope": null,
28     "spec": ">=1.6.10 <1.7.0",
29     "type": "range"
30   },
31   "_requiredBy": [
32     "/body-parser"
33   ],
34   "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.14.tgz",
35   "_shasum": "e219639c17ded1ca0789092dd54a03826b817cb2",
36   "_shrinkwrap": null,
37   "_spec": "type-is@~1.6.10",
38   "_where": "/var/www/yaffs/node_modules/body-parser",
39   "bugs": {
40     "url": "https://github.com/jshttp/type-is/issues"
41   },
42   "contributors": [
43     {
44       "name": "Douglas Christopher Wilson",
45       "email": "doug@somethingdoug.com"
46     },
47     {
48       "name": "Jonathan Ong",
49       "email": "me@jongleberry.com",
50       "url": "http://jongleberry.com"
51     }
52   ],
53   "dependencies": {
54     "media-typer": "0.3.0",
55     "mime-types": "~2.1.13"
56   },
57   "description": "Infer the content-type of a request.",
58   "devDependencies": {
59     "eslint": "2.10.2",
60     "eslint-config-standard": "5.3.1",
61     "eslint-plugin-promise": "1.1.0",
62     "eslint-plugin-standard": "1.3.2",
63     "istanbul": "0.4.5",
64     "mocha": "1.21.5"
65   },
66   "directories": {},
67   "dist": {
68     "shasum": "e219639c17ded1ca0789092dd54a03826b817cb2",
69     "tarball": "https://registry.npmjs.org/type-is/-/type-is-1.6.14.tgz"
70   },
71   "engines": {
72     "node": ">= 0.6"
73   },
74   "files": [
75     "HISTORY.md",
76     "LICENSE",
77     "index.js"
78   ],
79   "gitHead": "f88151e69d91c5ed42e29dea78f5566403a5a7ad",
80   "homepage": "https://github.com/jshttp/type-is",
81   "keywords": [
82     "checking",
83     "content",
84     "type"
85   ],
86   "license": "MIT",
87   "maintainers": [
88     {
89       "name": "dougwilson",
90       "email": "doug@somethingdoug.com"
91     },
92     {
93       "name": "jongleberry",
94       "email": "jonathanrichardong@gmail.com"
95     }
96   ],
97   "name": "type-is",
98   "optionalDependencies": {},
99   "readme": "ERROR: No README data found!",
100   "repository": {
101     "type": "git",
102     "url": "git+https://github.com/jshttp/type-is.git"
103   },
104   "scripts": {
105     "lint": "eslint .",
106     "test": "mocha --reporter spec --check-leaks --bail test/",
107     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
108     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
109   },
110   "version": "1.6.14"
111 }