source: trip-planner-front/node_modules/dns-packet/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "dns-packet@1.3.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "dns-packet@1.3.4",
10 "_id": "dns-packet@1.3.4",
11 "_inBundle": false,
12 "_integrity": "sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==",
13 "_location": "/dns-packet",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "dns-packet@1.3.4",
19 "name": "dns-packet",
20 "escapedName": "dns-packet",
21 "rawSpec": "1.3.4",
22 "saveSpec": null,
23 "fetchSpec": "1.3.4"
24 },
25 "_requiredBy": [
26 "/multicast-dns"
27 ],
28 "_resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.4.tgz",
29 "_spec": "1.3.4",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Mathias Buus"
33 },
34 "bugs": {
35 "url": "https://github.com/mafintosh/dns-packet/issues"
36 },
37 "dependencies": {
38 "ip": "^1.1.0",
39 "safe-buffer": "^5.0.1"
40 },
41 "description": "An abstract-encoding compliant module for encoding / decoding DNS packets",
42 "devDependencies": {
43 "eslint": "^4.15.0",
44 "standard": "^6.0.5",
45 "tape": "^4.4.0"
46 },
47 "files": [
48 "index.js",
49 "types.js",
50 "rcodes.js",
51 "opcodes.js"
52 ],
53 "homepage": "https://github.com/mafintosh/dns-packet",
54 "keywords": [
55 "dns",
56 "packet",
57 "encodings",
58 "encoding",
59 "encoder",
60 "abstract-encoding"
61 ],
62 "license": "MIT",
63 "main": "index.js",
64 "name": "dns-packet",
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/mafintosh/dns-packet.git"
68 },
69 "scripts": {
70 "test": "standard && eslint --color *.js && tape test.js"
71 },
72 "version": "1.3.4"
73}
Note: See TracBrowser for help on using the repository browser.