package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "entities@2.2.0",
  5. "F:\\cocorobo\\CocoRoboDesktop\\node"
  6. ]
  7. ],
  8. "_from": "entities@2.2.0",
  9. "_id": "entities@2.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
  12. "_location": "/entities",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "entities@2.2.0",
  18. "name": "entities",
  19. "escapedName": "entities",
  20. "rawSpec": "2.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.0"
  23. },
  24. "_requiredBy": [
  25. "/dom-serializer",
  26. "/htmlparser2"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/entities/-/entities-2.2.0.tgz",
  29. "_spec": "2.2.0",
  30. "_where": "F:\\cocorobo\\CocoRoboDesktop\\node",
  31. "author": {
  32. "name": "Felix Boehm",
  33. "email": "me@feedic.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/fb55/entities/issues"
  37. },
  38. "description": "Encode & decode XML and HTML entities with ease",
  39. "devDependencies": {
  40. "@types/jest": "^26.0.0",
  41. "@types/node": "^14.11.8",
  42. "@typescript-eslint/eslint-plugin": "^4.4.1",
  43. "@typescript-eslint/parser": "^4.4.1",
  44. "coveralls": "*",
  45. "eslint": "^7.11.0",
  46. "eslint-config-prettier": "^7.0.0",
  47. "eslint-plugin-node": "^11.1.0",
  48. "jest": "^26.5.3",
  49. "prettier": "^2.0.5",
  50. "ts-jest": "^26.1.0",
  51. "typescript": "^4.0.2"
  52. },
  53. "directories": {
  54. "lib": "lib/"
  55. },
  56. "files": [
  57. "lib/**/*"
  58. ],
  59. "funding": "https://github.com/fb55/entities?sponsor=1",
  60. "homepage": "https://github.com/fb55/entities#readme",
  61. "jest": {
  62. "preset": "ts-jest",
  63. "testEnvironment": "node"
  64. },
  65. "keywords": [
  66. "entity",
  67. "decoding",
  68. "encoding",
  69. "html",
  70. "xml",
  71. "html entities"
  72. ],
  73. "license": "BSD-2-Clause",
  74. "main": "lib/index.js",
  75. "name": "entities",
  76. "prettier": {
  77. "tabWidth": 4,
  78. "proseWrap": "always"
  79. },
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/fb55/entities.git"
  83. },
  84. "scripts": {
  85. "build": "tsc && cp -r src/maps lib",
  86. "coverage": "cat coverage/lcov.info | coveralls",
  87. "format": "npm run format:es && npm run format:prettier",
  88. "format:es": "npm run lint:es -- --fix",
  89. "format:prettier": "npm run prettier -- --write",
  90. "lint": "npm run lint:es && npm run lint:prettier",
  91. "lint:es": "eslint .",
  92. "lint:prettier": "npm run prettier -- --check",
  93. "prepare": "npm run build",
  94. "prettier": "prettier '**/*.{ts,md,json,yml}'",
  95. "test": "jest --coverage && npm run lint"
  96. },
  97. "sideEffects": false,
  98. "types": "lib/index.d.ts",
  99. "version": "2.2.0"
  100. }