Dashboard sipadu mbip
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.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "entities@^2.0.0",
  3. "_id": "entities@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==",
  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.0.tgz",
  22. "_shasum": "68d6084cab1b079767540d80e56a39b423e4abf4",
  23. "_spec": "entities@^2.0.0",
  24. "_where": "/var/www/html/mdch.sipadu/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/HTML entities with ease",
  35. "devDependencies": {
  36. "@types/mocha": "^5.2.7",
  37. "@types/node": "^12.6.8",
  38. "@typescript-eslint/eslint-plugin": "^1.12.0",
  39. "@typescript-eslint/parser": "^1.12.0",
  40. "coveralls": "*",
  41. "eslint": "^6.0.1",
  42. "eslint-config-prettier": "^6.0.0",
  43. "mocha": "^6.1.4",
  44. "mocha-lcov-reporter": "*",
  45. "nyc": "^14.1.1",
  46. "prettier": "^1.18.2",
  47. "source-map-support": "^0.5.12",
  48. "ts-node": "^8.3.0",
  49. "typescript": "^3.5.3"
  50. },
  51. "directories": {
  52. "test": "test"
  53. },
  54. "files": [
  55. "lib/**/*"
  56. ],
  57. "homepage": "https://github.com/fb55/entities#readme",
  58. "keywords": [
  59. "html",
  60. "xml",
  61. "entity",
  62. "decoding",
  63. "encoding"
  64. ],
  65. "license": "BSD-2-Clause",
  66. "main": "lib/index.js",
  67. "name": "entities",
  68. "nyc": {
  69. "extension": [
  70. ".ts",
  71. ".tsx"
  72. ],
  73. "exclude": [
  74. "**/*.d.ts"
  75. ],
  76. "reporter": [
  77. "html",
  78. "text"
  79. ],
  80. "all": true
  81. },
  82. "prettier": {
  83. "tabWidth": 4
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/fb55/entities.git"
  88. },
  89. "scripts": {
  90. "build": "tsc",
  91. "coverage": "nyc report --reporter=text-lcov | coveralls",
  92. "eslint": "eslint '**/*.ts'",
  93. "format": "prettier --write **/*.{ts,md}",
  94. "prepare": "npm run build",
  95. "test": "nyc mocha && npm run eslint"
  96. },
  97. "version": "2.0.0"
  98. }