1{ 2 "_from": "mime-db@~1.35.0", 3 "_id": "mime-db@1.35.0", 4 "_inBundle": false, 5 "_integrity": "sha512-JWT/IcCTsB0Io3AhWUMjRqucrHSPsSf2xKLaRldJVULioggvkJvggZ3VXNNSRkCddE6D+BUI4HEIZIA2OjwIvg==", 6 "_location": "/mime-db", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "mime-db@~1.35.0", 12 "name": "mime-db", 13 "escapedName": "mime-db", 14 "rawSpec": "~1.35.0", 15 "saveSpec": null, 16 "fetchSpec": "~1.35.0" 17 }, 18 "_requiredBy": [ 19 "/mime-types" 20 ], 21 "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.35.0.tgz", 22 "_shasum": "0569d657466491283709663ad379a99b90d9ab47", 23 "_spec": "mime-db@~1.35.0", 24 "_where": "/Users/zkat/Documents/code/work/npm/node_modules/mime-types", 25 "bugs": { 26 "url": "https://github.com/jshttp/mime-db/issues" 27 }, 28 "bundleDependencies": false, 29 "contributors": [ 30 { 31 "name": "Douglas Christopher Wilson", 32 "email": "doug@somethingdoug.com" 33 }, 34 { 35 "name": "Jonathan Ong", 36 "email": "me@jongleberry.com", 37 "url": "http://jongleberry.com" 38 }, 39 { 40 "name": "Robert Kieffer", 41 "email": "robert@broofa.com", 42 "url": "http://github.com/broofa" 43 } 44 ], 45 "deprecated": false, 46 "description": "Media Type Database", 47 "devDependencies": { 48 "bluebird": "3.5.1", 49 "co": "4.6.0", 50 "cogent": "1.0.1", 51 "csv-parse": "2.5.0", 52 "eslint": "4.19.1", 53 "eslint-config-standard": "11.0.0", 54 "eslint-plugin-import": "2.13.0", 55 "eslint-plugin-node": "6.0.1", 56 "eslint-plugin-promise": "3.8.0", 57 "eslint-plugin-standard": "3.1.0", 58 "gnode": "0.1.2", 59 "mocha": "1.21.5", 60 "nyc": "11.8.0", 61 "raw-body": "2.3.3", 62 "stream-to-array": "2.3.0" 63 }, 64 "engines": { 65 "node": ">= 0.6" 66 }, 67 "files": [ 68 "HISTORY.md", 69 "LICENSE", 70 "README.md", 71 "db.json", 72 "index.js" 73 ], 74 "homepage": "https://github.com/jshttp/mime-db#readme", 75 "keywords": [ 76 "mime", 77 "db", 78 "type", 79 "types", 80 "database", 81 "charset", 82 "charsets" 83 ], 84 "license": "MIT", 85 "name": "mime-db", 86 "repository": { 87 "type": "git", 88 "url": "git+https://github.com/jshttp/mime-db.git" 89 }, 90 "scripts": { 91 "build": "node scripts/build", 92 "fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx", 93 "lint": "eslint .", 94 "test": "mocha --reporter spec --bail --check-leaks test/", 95 "test-cov": "nyc --reporter=html --reporter=text npm test", 96 "test-travis": "nyc --reporter=text npm test", 97 "update": "npm run fetch && npm run build" 98 }, 99 "version": "1.35.0" 100} 101