| 123456789101112131415161718192021222324252627 | 
							- {
 
- 	"name": "text-encoding-shim",
 
- 	"version": "1.0.0",
 
- 	"main": "index.js",
 
- 	"authors": ["Till Affeldt <till.affeldt@gmail.com>"],
 
- 	"description": "Simple lightweight polyfill for the Text Encoding API, supporting UTF-8 only",
 
- 	"license": "MIT",
 
- 	"moduleType": [
 
- 		"globals",
 
- 		"amd",
 
- 		"node"
 
- 	],
 
- 	"keywords": [
 
- 		"encoding",
 
- 		"decoding",
 
- 		"w3c",
 
- 		"utf-8"
 
- 	],
 
- 	"ignore": [
 
- 		"*.log"
 
- 	],
 
- 	"repository": {
 
- 		"type": "git",
 
- 		"url": "https://gitlab.com/PseudoPsycho/text-encoding-shim"
 
- 	},
 
- 	"homepage": "https://gitlab.com/PseudoPsycho/text-encoding-shim"
 
- }
 
 
  |