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.

91 lines
2.2 KiB

пре 3 година
  1. {
  2. "_from": "entities@~1.1.1",
  3. "_id": "entities@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==",
  6. "_location": "/entities",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "entities@~1.1.1",
  12. "name": "entities",
  13. "escapedName": "entities",
  14. "rawSpec": "~1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/cheerio",
  20. "/dom-serializer",
  21. "/htmlparser2"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz",
  24. "_shasum": "bdfa735299664dfafd34529ed4f8522a275fea56",
  25. "_spec": "entities@~1.1.1",
  26. "_where": "/home/ubuntu/etherpad-lite/node_modules/cheerio",
  27. "author": {
  28. "name": "Felix Boehm",
  29. "email": "me@feedic.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/fb55/entities/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Encode & decode XML/HTML entities with ease",
  37. "devDependencies": {
  38. "coveralls": "*",
  39. "istanbul": "*",
  40. "jshint": "2",
  41. "mocha": "^5.0.1",
  42. "mocha-lcov-reporter": "*"
  43. },
  44. "directories": {
  45. "test": "test"
  46. },
  47. "homepage": "https://github.com/fb55/entities#readme",
  48. "jshintConfig": {
  49. "eqeqeq": true,
  50. "freeze": true,
  51. "latedef": "nofunc",
  52. "noarg": true,
  53. "nonbsp": true,
  54. "quotmark": "double",
  55. "undef": true,
  56. "unused": true,
  57. "trailing": true,
  58. "eqnull": true,
  59. "proto": true,
  60. "smarttabs": true,
  61. "node": true,
  62. "globals": {
  63. "describe": true,
  64. "it": true
  65. }
  66. },
  67. "keywords": [
  68. "html",
  69. "xml",
  70. "entity",
  71. "decoding",
  72. "encoding"
  73. ],
  74. "license": "BSD-2-Clause",
  75. "main": "./index.js",
  76. "name": "entities",
  77. "prettier": {
  78. "tabWidth": 4
  79. },
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/fb55/entities.git"
  83. },
  84. "scripts": {
  85. "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
  86. "lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
  87. "lint": "jshint index.js lib/*.js test/*.js",
  88. "test": "mocha && npm run lint"
  89. },
  90. "version": "1.1.2"
  91. }