package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "entities@2.0.3",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "entities@2.0.3",
  10. "_id": "entities@2.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==",
  13. "_location": "/entities",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "entities@2.0.3",
  19. "name": "entities",
  20. "escapedName": "entities",
  21. "rawSpec": "2.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.3"
  24. },
  25. "_requiredBy": [
  26. "/dom-serializer"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz",
  29. "_spec": "2.0.3",
  30. "_where": "E:\\amr1.0\\AMR",
  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": "^25.1.4",
  41. "@types/node": "^14.0.6",
  42. "@typescript-eslint/eslint-plugin": "^2.31.0",
  43. "@typescript-eslint/parser": "^2.31.0",
  44. "coveralls": "*",
  45. "eslint": "^7.0.0",
  46. "eslint-config-prettier": "^6.0.0",
  47. "jest": "^26.0.1",
  48. "prettier": "^2.0.5",
  49. "ts-jest": "^26.1.0",
  50. "typescript": "^3.5.3"
  51. },
  52. "directories": {
  53. "lib": "lib/"
  54. },
  55. "files": [
  56. "lib/**/*"
  57. ],
  58. "homepage": "https://github.com/fb55/entities#readme",
  59. "jest": {
  60. "preset": "ts-jest",
  61. "testEnvironment": "node"
  62. },
  63. "keywords": [
  64. "entity",
  65. "decoding",
  66. "encoding",
  67. "html",
  68. "xml",
  69. "html entities"
  70. ],
  71. "license": "BSD-2-Clause",
  72. "main": "lib/index.js",
  73. "name": "entities",
  74. "prettier": {
  75. "tabWidth": 4
  76. },
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/fb55/entities.git"
  80. },
  81. "scripts": {
  82. "build": "tsc",
  83. "coverage": "cat coverage/lcov.info | coveralls",
  84. "format": "prettier --write **/*.{ts,md}",
  85. "lint": "eslint --ext=js,ts src",
  86. "prepare": "npm run build",
  87. "test": "jest --coverage && npm run lint"
  88. },
  89. "sideEffects": false,
  90. "types": "lib/index.d.ts",
  91. "version": "2.0.3"
  92. }