| { |
| "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", |
| "bugs": "https://github.com/wooorm/character-entities/issues", |
| "contributors": [ |
| "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)" |
| ], |
| "dependencies": {}, |
| "description": "HTML character entity information", |
| "devDependencies": { |
| "bail": "^1.0.0", |
| "browserify": "^16.0.0", |
| "concat-stream": "^2.0.0", |
| "prettier": "^1.0.0", |
| "remark-cli": "^7.0.0", |
| "remark-preset-wooorm": "^6.0.0", |
| "tape": "^4.0.0", |
| "tinyify": "^2.0.0", |
| "xo": "^0.25.0" |
| }, |
| "files": [ |
| "index.json" |
| ], |
| "funding": { |
| "type": "github", |
| "url": "https://github.com/sponsors/wooorm" |
| }, |
| "keywords": [ |
| "html", |
| "entity", |
| "entities", |
| "character", |
| "reference", |
| "name", |
| "replacement" |
| ], |
| "license": "MIT", |
| "main": "index.json", |
| "name": "character-entities", |
| "prettier": { |
| "bracketSpacing": false, |
| "semi": false, |
| "singleQuote": true, |
| "tabWidth": 2, |
| "trailingComma": "none", |
| "useTabs": false |
| }, |
| "remarkConfig": { |
| "plugins": [ |
| "preset-wooorm" |
| ] |
| }, |
| "repository": "wooorm/character-entities", |
| "scripts": { |
| "build": "npm run build-bundle && npm run build-mangle", |
| "build-bundle": "browserify index.json -s characterEntities -o character-entities.js", |
| "build-mangle": "browserify index.json -s characterEntities -p tinyify -o character-entities.min.js", |
| "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix", |
| "generate": "node build", |
| "lint": "xo", |
| "test": "npm run generate && npm run format && npm run build && npm run test-api", |
| "test-api": "node test" |
| }, |
| "version": "1.2.4", |
| "xo": { |
| "esnext": false, |
| "ignores": [ |
| "character-entities.js" |
| ], |
| "prettier": true |
| } |
| } |