package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "dns-packet@^5.2.2",
  3. "_id": "dns-packet@5.6.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==",
  6. "_location": "/dns-packet",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dns-packet@^5.2.2",
  12. "name": "dns-packet",
  13. "escapedName": "dns-packet",
  14. "rawSpec": "^5.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.2.2"
  17. },
  18. "_requiredBy": [
  19. "/multicast-dns"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/dns-packet/-/dns-packet-5.6.1.tgz",
  22. "_shasum": "ae888ad425a9d1478a0674256ab866de1012cf2f",
  23. "_spec": "dns-packet@^5.2.2",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\multicast-dns",
  25. "author": {
  26. "name": "Mathias Buus"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/mafintosh/dns-packet/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@leichtgewicht/ip-codec": "^2.0.1"
  34. },
  35. "deprecated": false,
  36. "description": "An abstract-encoding compliant module for encoding / decoding DNS packets",
  37. "devDependencies": {
  38. "eslint": "^5.14.1",
  39. "eslint-config-standard": "^12.0.0",
  40. "eslint-plugin-import": "^2.16.0",
  41. "eslint-plugin-node": "^8.0.1",
  42. "eslint-plugin-promise": "^4.0.1",
  43. "eslint-plugin-standard": "^4.0.0",
  44. "tape": "^4.10.1"
  45. },
  46. "engines": {
  47. "node": ">=6"
  48. },
  49. "files": [
  50. "index.js",
  51. "types.js",
  52. "rcodes.js",
  53. "opcodes.js",
  54. "classes.js",
  55. "optioncodes.js"
  56. ],
  57. "homepage": "https://github.com/mafintosh/dns-packet",
  58. "keywords": [
  59. "dns",
  60. "packet",
  61. "encodings",
  62. "encoding",
  63. "encoder",
  64. "abstract-encoding"
  65. ],
  66. "license": "MIT",
  67. "name": "dns-packet",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/mafintosh/dns-packet.git"
  71. },
  72. "scripts": {
  73. "clean": "rm -rf coverage .nyc_output/",
  74. "coverage": "nyc -r html npm test",
  75. "lint": "eslint --color *.js examples/*.js",
  76. "pretest": "npm run lint",
  77. "test": "tape test.js"
  78. },
  79. "version": "5.6.1"
  80. }