UNPKG

data-provider-temporary

Version:

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

30 lines (29 loc) 635 B
{ "name": "whatwg-encoding", "description": "Decode strings according to the WHATWG Encoding Standard", "keywords": [ "encoding", "whatwg" ], "version": "1.0.3", "author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)", "license": "MIT", "repository": "jsdom/whatwg-encoding", "main": "lib/whatwg-encoding.js", "files": [ "lib/" ], "scripts": { "test": "mocha", "lint": "eslint lib test", "prepare": "node scripts/update.js" }, "dependencies": { "iconv-lite": "0.4.19" }, "devDependencies": { "eslint": "^3.8.0", "got": "^6.5.0", "mocha": "^3.1.2" } }