package.json 2.2 KB
{
  "_from": "entities@^2.0.0",
  "_id": "entities@2.0.3",
  "_inBundle": false,
  "_integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==",
  "_location": "/entities",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "entities@^2.0.0",
    "name": "entities",
    "escapedName": "entities",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/dom-serializer"
  ],
  "_resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz",
  "_shasum": "5c487e5742ab93c15abb5da22759b8590ec03b7f",
  "_spec": "entities@^2.0.0",
  "_where": "/Users/zhanghao/brcode/br-client/node_modules/dom-serializer",
  "author": {
    "name": "Felix Boehm",
    "email": "me@feedic.com"
  },
  "bugs": {
    "url": "https://github.com/fb55/entities/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Encode & decode XML and HTML entities with ease",
  "devDependencies": {
    "@types/jest": "^25.1.4",
    "@types/node": "^14.0.6",
    "@typescript-eslint/eslint-plugin": "^2.31.0",
    "@typescript-eslint/parser": "^2.31.0",
    "coveralls": "*",
    "eslint": "^7.0.0",
    "eslint-config-prettier": "^6.0.0",
    "jest": "^26.0.1",
    "prettier": "^2.0.5",
    "ts-jest": "^26.1.0",
    "typescript": "^3.5.3"
  },
  "directories": {
    "lib": "lib/"
  },
  "files": [
    "lib/**/*"
  ],
  "homepage": "https://github.com/fb55/entities#readme",
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node"
  },
  "keywords": [
    "entity",
    "decoding",
    "encoding",
    "html",
    "xml",
    "html entities"
  ],
  "license": "BSD-2-Clause",
  "main": "lib/index.js",
  "name": "entities",
  "prettier": {
    "tabWidth": 4
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/fb55/entities.git"
  },
  "scripts": {
    "build": "tsc",
    "coverage": "cat coverage/lcov.info | coveralls",
    "format": "prettier --write **/*.{ts,md}",
    "lint": "eslint --ext=js,ts src",
    "prepare": "npm run build",
    "test": "jest --coverage && npm run lint"
  },
  "sideEffects": false,
  "types": "lib/index.d.ts",
  "version": "2.0.3"
}