CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
1{2  "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",3  "bugs": "https://github.com/wooorm/decode-named-character-reference/issues",4  "contributors": [5    "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"6  ],7  "dependencies": {8    "character-entities": "^2.0.0"9  },10  "description": "Decode named character references",11  "devDependencies": {12    "@types/node": "^25.0.0",13    "c8": "^10.0.0",14    "prettier": "^3.0.0",15    "remark-cli": "^12.0.0",16    "remark-preset-wooorm": "^11.0.0",17    "type-coverage": "^2.0.0",18    "typescript": "^5.0.0",19    "xo": "^1.0.0"20  },21  "exports": {22    "convex": "./index.js",23    "deno": "./index.js",24    "edge-light": "./index.js",25    "react-native": "./index.js",26    "worker": "./index.js",27    "workerd": "./index.js",28    "browser": "./index.dom.js",29    "default": "./index.js"30  },31  "files": [32    "index.d.ts.map",33    "index.d.ts",34    "index.dom.d.ts.map",35    "index.dom.d.ts",36    "index.dom.js",37    "index.js"38  ],39  "funding": {40    "type": "github",41    "url": "https://github.com/sponsors/wooorm"42  },43  "keywords": [44    "character",45    "decode",46    "named",47    "references"48  ],49  "license": "MIT",50  "main#": "to do: next major: remove field",51  "main": "index.js",52  "name": "decode-named-character-reference",53  "prettier": {54    "bracketSpacing": false,55    "semi": false,56    "singleQuote": true,57    "tabWidth": 2,58    "trailingComma": "none",59    "useTabs": false60  },61  "remarkConfig": {62    "plugins": [63      "remark-preset-wooorm"64    ]65  },66  "repository": "wooorm/decode-named-character-reference",67  "scripts": {68    "build": "tsc --build --clean && tsc --build && type-coverage",69    "format": "remark --frail --output --quiet -- . && prettier --log-level warn --write -- . && xo --fix",70    "test-api": "node --conditions development test.js",71    "test-coverage": "c8 --100 --reporter lcov -- npm run test-api",72    "test": "npm run build && npm run format && npm run test-coverage"73  },74  "sideEffects": false,75  "typeCoverage": {76    "atLeast": 100,77    "ignoreCatch": true78  },79  "types#": "to do: next major: remove field",80  "types": "index.d.ts",81  "type": "module",82  "version": "1.3.0",83  "xo": {84    "prettier": true,85    "rules": {86      "unicorn/prefer-code-point": "off"87    },88    "space": true89  }90}91