package.json 2.1 KB

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