|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
635 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "whatwg-encoding",
|
|---|
| 3 | "description": "Decode strings according to the WHATWG Encoding Standard",
|
|---|
| 4 | "keywords": [
|
|---|
| 5 | "encoding",
|
|---|
| 6 | "whatwg"
|
|---|
| 7 | ],
|
|---|
| 8 | "version": "1.0.5",
|
|---|
| 9 | "author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
|
|---|
| 10 | "license": "MIT",
|
|---|
| 11 | "repository": "jsdom/whatwg-encoding",
|
|---|
| 12 | "main": "lib/whatwg-encoding.js",
|
|---|
| 13 | "files": [
|
|---|
| 14 | "lib/"
|
|---|
| 15 | ],
|
|---|
| 16 | "scripts": {
|
|---|
| 17 | "test": "mocha",
|
|---|
| 18 | "lint": "eslint lib test",
|
|---|
| 19 | "prepare": "node scripts/update.js"
|
|---|
| 20 | },
|
|---|
| 21 | "dependencies": {
|
|---|
| 22 | "iconv-lite": "0.4.24"
|
|---|
| 23 | },
|
|---|
| 24 | "devDependencies": {
|
|---|
| 25 | "eslint": "^5.3.0",
|
|---|
| 26 | "got": "^9.0.0",
|
|---|
| 27 | "mocha": "^5.2.0"
|
|---|
| 28 | }
|
|---|
| 29 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.