package.json 2.6 KB

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