Initial commit
[yaffs-website] / node_modules / media-typer / package.json
1 {
2   "_args": [
3     [
4       "media-typer@0.3.0",
5       "/var/www/yaffs/node_modules/type-is"
6     ]
7   ],
8   "_from": "media-typer@0.3.0",
9   "_id": "media-typer@0.3.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/media-typer",
13   "_npmUser": {
14     "email": "doug@somethingdoug.com",
15     "name": "dougwilson"
16   },
17   "_npmVersion": "1.4.21",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "media-typer",
21     "raw": "media-typer@0.3.0",
22     "rawSpec": "0.3.0",
23     "scope": null,
24     "spec": "0.3.0",
25     "type": "version"
26   },
27   "_requiredBy": [
28     "/type-is"
29   ],
30   "_resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
31   "_shasum": "8710d7af0aa626f8fffa1ce00168545263255748",
32   "_shrinkwrap": null,
33   "_spec": "media-typer@0.3.0",
34   "_where": "/var/www/yaffs/node_modules/type-is",
35   "author": {
36     "email": "doug@somethingdoug.com",
37     "name": "Douglas Christopher Wilson"
38   },
39   "bugs": {
40     "url": "https://github.com/jshttp/media-typer/issues"
41   },
42   "dependencies": {},
43   "description": "Simple RFC 6838 media type parser and formatter",
44   "devDependencies": {
45     "istanbul": "0.3.2",
46     "mocha": "~1.21.4",
47     "should": "~4.0.4"
48   },
49   "directories": {},
50   "dist": {
51     "shasum": "8710d7af0aa626f8fffa1ce00168545263255748",
52     "tarball": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz"
53   },
54   "engines": {
55     "node": ">= 0.6"
56   },
57   "files": [
58     "HISTORY.md",
59     "LICENSE",
60     "index.js"
61   ],
62   "gitHead": "d49d41ffd0bb5a0655fa44a59df2ec0bfc835b16",
63   "homepage": "https://github.com/jshttp/media-typer",
64   "license": "MIT",
65   "maintainers": [
66     {
67       "name": "dougwilson",
68       "email": "doug@somethingdoug.com"
69     }
70   ],
71   "name": "media-typer",
72   "optionalDependencies": {},
73   "readme": "ERROR: No README data found!",
74   "repository": {
75     "type": "git",
76     "url": "git+https://github.com/jshttp/media-typer.git"
77   },
78   "scripts": {
79     "test": "mocha --reporter spec --check-leaks --bail test/",
80     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
81     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
82   },
83   "version": "0.3.0"
84 }