package.json 2.6 KB

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