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.

package.json 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "entities@^1.1.1",
  3. "_id": "entities@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==",
  6. "_location": "/htmlparser2/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. "/htmlparser2"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz",
  22. "_shasum": "bdfa735299664dfafd34529ed4f8522a275fea56",
  23. "_spec": "entities@^1.1.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\htmlparser2",
  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. "coveralls": "*",
  37. "istanbul": "*",
  38. "jshint": "2",
  39. "mocha": "^5.0.1",
  40. "mocha-lcov-reporter": "*"
  41. },
  42. "directories": {
  43. "test": "test"
  44. },
  45. "homepage": "https://github.com/fb55/entities#readme",
  46. "jshintConfig": {
  47. "eqeqeq": true,
  48. "freeze": true,
  49. "latedef": "nofunc",
  50. "noarg": true,
  51. "nonbsp": true,
  52. "quotmark": "double",
  53. "undef": true,
  54. "unused": true,
  55. "trailing": true,
  56. "eqnull": true,
  57. "proto": true,
  58. "smarttabs": true,
  59. "node": true,
  60. "globals": {
  61. "describe": true,
  62. "it": true
  63. }
  64. },
  65. "keywords": [
  66. "html",
  67. "xml",
  68. "entity",
  69. "decoding",
  70. "encoding"
  71. ],
  72. "license": "BSD-2-Clause",
  73. "main": "./index.js",
  74. "name": "entities",
  75. "prettier": {
  76. "tabWidth": 4
  77. },
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/fb55/entities.git"
  81. },
  82. "scripts": {
  83. "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
  84. "lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
  85. "lint": "jshint index.js lib/*.js test/*.js",
  86. "test": "mocha && npm run lint"
  87. },
  88. "version": "1.1.2"
  89. }