You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "entities@^2.0.0",
  3. "_id": "entities@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dmD3AvJQBUjKpcNkoqr+x+IF0SdRtPz9Vk0uTy4yWqga9ibB6s4v++QFWNohjiUGoMlF552ZvNyXDxz5iW0qmw==",
  6. "_location": "/entities",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "entities@^2.0.0",
  12. "name": "entities",
  13. "escapedName": "entities",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/dom-serializer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/entities/-/entities-2.0.2.tgz",
  22. "_shasum": "ac74db0bba8d33808bbf36809c3a5c3683531436",
  23. "_spec": "entities@^2.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\dom-serializer",
  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": "^25.1.4",
  37. "@types/node": "^13.13.4",
  38. "@typescript-eslint/eslint-plugin": "^2.31.0",
  39. "@typescript-eslint/parser": "^2.31.0",
  40. "coveralls": "*",
  41. "eslint": "^7.0.0",
  42. "eslint-config-prettier": "^6.0.0",
  43. "jest": "^26.0.1",
  44. "prettier": "^2.0.5",
  45. "ts-jest": "^25.3.1",
  46. "typescript": "^3.5.3"
  47. },
  48. "directories": {
  49. "lib": "lib/"
  50. },
  51. "files": [
  52. "lib/**/*"
  53. ],
  54. "homepage": "https://github.com/fb55/entities#readme",
  55. "jest": {
  56. "preset": "ts-jest",
  57. "testEnvironment": "node"
  58. },
  59. "keywords": [
  60. "entity",
  61. "decoding",
  62. "encoding",
  63. "html",
  64. "xml",
  65. "html entities"
  66. ],
  67. "license": "BSD-2-Clause",
  68. "main": "lib/index.js",
  69. "name": "entities",
  70. "prettier": {
  71. "tabWidth": 4
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/fb55/entities.git"
  76. },
  77. "scripts": {
  78. "build": "tsc",
  79. "coverage": "cat coverage/lcov.info | coveralls",
  80. "format": "prettier --write **/*.{ts,md}",
  81. "lint": "eslint --ext=js,ts src",
  82. "prepare": "npm run build",
  83. "test": "jest --coverage && npm run lint"
  84. },
  85. "types": "lib/index.d.ts",
  86. "version": "2.0.2"
  87. }