9f110914baa9da4a36a7df2a4b0f001e6c33bb3b
[vnfsdk/refrepo.git] /
1 {
2   "name": "content-type",
3   "description": "Create and parse HTTP Content-Type header",
4   "version": "1.0.2",
5   "author": {
6     "name": "Douglas Christopher Wilson",
7     "email": "doug@somethingdoug.com"
8   },
9   "license": "MIT",
10   "keywords": [
11     "content-type",
12     "http",
13     "req",
14     "res",
15     "rfc7231"
16   ],
17   "repository": {
18     "type": "git",
19     "url": "git+https://github.com/jshttp/content-type.git"
20   },
21   "devDependencies": {
22     "istanbul": "0.4.3",
23     "mocha": "~1.21.5"
24   },
25   "files": [
26     "LICENSE",
27     "HISTORY.md",
28     "README.md",
29     "index.js"
30   ],
31   "engines": {
32     "node": ">= 0.6"
33   },
34   "scripts": {
35     "test": "mocha --reporter spec --check-leaks --bail test/",
36     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
37     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
38   },
39   "gitHead": "8118763adfbbac80cf1254191889330aec8b8be7",
40   "bugs": {
41     "url": "https://github.com/jshttp/content-type/issues"
42   },
43   "homepage": "https://github.com/jshttp/content-type#readme",
44   "_id": "content-type@1.0.2",
45   "_shasum": "b7d113aee7a8dd27bd21133c4dc2529df1721eed",
46   "_from": "content-type@>=1.0.2 <1.1.0",
47   "_npmVersion": "2.15.1",
48   "_nodeVersion": "4.4.3",
49   "_npmUser": {
50     "name": "dougwilson",
51     "email": "doug@somethingdoug.com"
52   },
53   "dist": {
54     "shasum": "b7d113aee7a8dd27bd21133c4dc2529df1721eed",
55     "tarball": "https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz"
56   },
57   "maintainers": [
58     {
59       "name": "dougwilson",
60       "email": "doug@somethingdoug.com"
61     }
62   ],
63   "_npmOperationalInternal": {
64     "host": "packages-12-west.internal.npmjs.com",
65     "tmp": "tmp/content-type-1.0.2.tgz_1462852785748_0.5491233412176371"
66   },
67   "directories": {},
68   "_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz",
69   "readme": "ERROR: No README data found!"
70 }