UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

25 lines (24 loc) 521 B
{ "name": "content-type-parser", "description": "Parse the value of the Content-Type header", "keywords": [ "content-type", "http" ], "version": "1.0.2", "author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)", "license": "MIT", "repository": "jsdom/content-type-parser", "main": "lib/content-type-parser.js", "files": [ "lib/" ], "scripts": { "test": "mocha", "lint": "eslint lib test" }, "devDependencies": { "eslint": "^3.8.0", "mocha": "^3.1.2" } }