package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. "/markdown-it",
  20. "/posthtml-parser/htmlparser2"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/entities/-/entities-1.1.2.tgz",
  23. "_shasum": "bdfa735299664dfafd34529ed4f8522a275fea56",
  24. "_spec": "entities@~1.1.1",
  25. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\markdown-it",
  26. "author": {
  27. "name": "Felix Boehm",
  28. "email": "me@feedic.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/fb55/entities/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Encode & decode XML/HTML entities with ease",
  36. "devDependencies": {
  37. "coveralls": "*",
  38. "istanbul": "*",
  39. "jshint": "2",
  40. "mocha": "^5.0.1",
  41. "mocha-lcov-reporter": "*"
  42. },
  43. "directories": {
  44. "test": "test"
  45. },
  46. "homepage": "https://github.com/fb55/entities#readme",
  47. "jshintConfig": {
  48. "eqeqeq": true,
  49. "freeze": true,
  50. "latedef": "nofunc",
  51. "noarg": true,
  52. "nonbsp": true,
  53. "quotmark": "double",
  54. "undef": true,
  55. "unused": true,
  56. "trailing": true,
  57. "eqnull": true,
  58. "proto": true,
  59. "smarttabs": true,
  60. "node": true,
  61. "globals": {
  62. "describe": true,
  63. "it": true
  64. }
  65. },
  66. "keywords": [
  67. "html",
  68. "xml",
  69. "entity",
  70. "decoding",
  71. "encoding"
  72. ],
  73. "license": "BSD-2-Clause",
  74. "main": "./index.js",
  75. "name": "entities",
  76. "prettier": {
  77. "tabWidth": 4
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/fb55/entities.git"
  82. },
  83. "scripts": {
  84. "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
  85. "lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
  86. "lint": "jshint index.js lib/*.js test/*.js",
  87. "test": "mocha && npm run lint"
  88. },
  89. "version": "1.1.2"
  90. }