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.

101 lines
2.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "dns-packet@^1.3.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/multicast-dns"
  6. ]
  7. ],
  8. "_from": "dns-packet@>=1.3.1 <2.0.0",
  9. "_id": "dns-packet@1.3.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/dns-packet",
  13. "_nodeVersion": "9.3.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/dns-packet-1.3.1.tgz_1515702163054_0.20508755347691476"
  17. },
  18. "_npmUser": {
  19. "email": "npm@silverwind.io",
  20. "name": "silverwind"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "dns-packet",
  26. "raw": "dns-packet@^1.3.1",
  27. "rawSpec": "^1.3.1",
  28. "scope": null,
  29. "spec": ">=1.3.1 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/multicast-dns"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz",
  36. "_shasum": "12aa426981075be500b910eedcd0b47dd7deda5a",
  37. "_shrinkwrap": null,
  38. "_spec": "dns-packet@^1.3.1",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/multicast-dns",
  40. "author": {
  41. "name": "Mathias Buus"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/mafintosh/dns-packet/issues"
  45. },
  46. "dependencies": {
  47. "ip": "^1.1.0",
  48. "safe-buffer": "^5.0.1"
  49. },
  50. "description": "An abstract-encoding compliant module for encoding / decoding DNS packets",
  51. "devDependencies": {
  52. "eslint": "^4.15.0",
  53. "standard": "^6.0.5",
  54. "tape": "^4.4.0"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==",
  59. "shasum": "12aa426981075be500b910eedcd0b47dd7deda5a",
  60. "tarball": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz"
  61. },
  62. "files": [
  63. "index.js",
  64. "opcodes.js",
  65. "rcodes.js",
  66. "types.js"
  67. ],
  68. "gitHead": "7f35bac5b4680d7bfbb34fbc475ecfdbf9d25092",
  69. "homepage": "https://github.com/mafintosh/dns-packet",
  70. "keywords": [
  71. "abstract-encoding",
  72. "dns",
  73. "encoder",
  74. "encoding",
  75. "encodings",
  76. "packet"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "maintainers": [
  81. {
  82. "name": "mafintosh",
  83. "email": "mathiasbuus@gmail.com"
  84. },
  85. {
  86. "name": "silverwind",
  87. "email": "npm@silverwind.io"
  88. }
  89. ],
  90. "name": "dns-packet",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/mafintosh/dns-packet.git"
  96. },
  97. "scripts": {
  98. "test": "standard && eslint --color *.js && tape test.js"
  99. },
  100. "version": "1.3.1"
  101. }