Changeset 59329aa for trip-planner-front/node_modules/media-typer
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/media-typer/package.json
rceaed42 r59329aa 1 1 { 2 "name": "media-typer", 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 }, 3 38 "description": "Simple RFC 6838 media type parser and formatter", 4 "version": "0.3.0",5 "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",6 "license": "MIT",7 "repository": "jshttp/media-typer",8 39 "devDependencies": { 9 40 "istanbul": "0.3.2", 10 41 "mocha": "~1.21.4", 11 42 "should": "~4.0.4" 43 }, 44 "engines": { 45 "node": ">= 0.6" 12 46 }, 13 47 "files": [ … … 16 50 "index.js" 17 51 ], 18 "engines": { 19 "node": ">= 0.6" 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" 20 58 }, 21 59 "scripts": { … … 23 61 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", 24 62 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" 25 } 63 }, 64 "version": "0.3.0" 26 65 }
Note:
See TracChangeset
for help on using the changeset viewer.