{
"_from": "content-type-parser@^1.0.1", "_id": "content-type-parser@1.0.2", "_inBundle": false, "_integrity": "sha512-lM4l4CnMEwOLHAHr/P6MEZwZFPJFtAAKgL6pogbXmVZggIqXhdB6RbBtPOTsw2FcXwYhehRGERJmRrjOiIB8pQ==", "_location": "/content-type-parser", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "content-type-parser@^1.0.1", "name": "content-type-parser", "escapedName": "content-type-parser", "rawSpec": "^1.0.1", "saveSpec": null, "fetchSpec": "^1.0.1" }, "_requiredBy": [ "/jsdom" ], "_resolved": "https://registry.npmjs.org/content-type-parser/-/content-type-parser-1.0.2.tgz", "_shasum": "caabe80623e63638b2502fd4c7f12ff4ce2352e7", "_spec": "content-type-parser@^1.0.1", "_where": "/Users/flatironschool/Desktop/Curriculum/learn_create/lib/templates/javascript_lab_template/node_modules/jsdom", "author": { "name": "Domenic Denicola", "email": "d@domenic.me", "url": "https://domenic.me/" }, "bugs": { "url": "https://github.com/jsdom/content-type-parser/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Parse the value of the Content-Type header", "devDependencies": { "eslint": "^3.8.0", "mocha": "^3.1.2" }, "files": [ "lib/" ], "homepage": "https://github.com/jsdom/content-type-parser#readme", "keywords": [ "content-type", "http" ], "license": "MIT", "main": "lib/content-type-parser.js", "name": "content-type-parser", "repository": { "type": "git", "url": "git+https://github.com/jsdom/content-type-parser.git" }, "scripts": { "lint": "eslint lib test", "test": "mocha" }, "version": "1.0.2"
}