source: trip-planner-front/node_modules/media-typer/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "media-typer@0.3.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "media-typer@0.3.0",
10 "_id": "media-typer@0.3.0",
11 "_inBundle": false,
12 "_integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=",
13 "_location": "/media-typer",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "media-typer@0.3.0",
19 "name": "media-typer",
20 "escapedName": "media-typer",
21 "rawSpec": "0.3.0",
22 "saveSpec": null,
23 "fetchSpec": "0.3.0"
24 },
25 "_requiredBy": [
26 "/type-is"
27 ],
28 "_resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
29 "_spec": "0.3.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Douglas Christopher Wilson",
33 "email": "doug@somethingdoug.com"
34 },
35 "bugs": {
36 "url": "https://github.com/jshttp/media-typer/issues"
37 },
38 "description": "Simple RFC 6838 media type parser and formatter",
39 "devDependencies": {
40 "istanbul": "0.3.2",
41 "mocha": "~1.21.4",
42 "should": "~4.0.4"
43 },
44 "engines": {
45 "node": ">= 0.6"
46 },
47 "files": [
48 "LICENSE",
49 "HISTORY.md",
50 "index.js"
51 ],
52 "homepage": "https://github.com/jshttp/media-typer#readme",
53 "license": "MIT",
54 "name": "media-typer",
55 "repository": {
56 "type": "git",
57 "url": "git+https://github.com/jshttp/media-typer.git"
58 },
59 "scripts": {
60 "test": "mocha --reporter spec --check-leaks --bail test/",
61 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
62 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
63 },
64 "version": "0.3.0"
65}
Note: See TracBrowser for help on using the repository browser.