Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/dns-packet/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "dns-packet",
    3   "version": "1.3.4",
    4   "description": "An abstract-encoding compliant module for encoding / decoding DNS packets",
    5   "repository": {
    6     "type": "git",
    7     "url": "https://github.com/mafintosh/dns-packet"
     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"
    836  },
    937  "dependencies": {
     
    1139    "safe-buffer": "^5.0.1"
    1240  },
     41  "description": "An abstract-encoding compliant module for encoding / decoding DNS packets",
    1342  "devDependencies": {
    1443    "eslint": "^4.15.0",
     
    1645    "tape": "^4.4.0"
    1746  },
    18   "scripts": {
    19     "test": "standard && eslint --color *.js && tape test.js"
    20   },
    21   "bugs": {
    22     "url": "https://github.com/mafintosh/dns-packet/issues"
    23   },
     47  "files": [
     48    "index.js",
     49    "types.js",
     50    "rcodes.js",
     51    "opcodes.js"
     52  ],
    2453  "homepage": "https://github.com/mafintosh/dns-packet",
    25   "main": "index.js",
    2654  "keywords": [
    2755    "dns",
     
    3260    "abstract-encoding"
    3361  ],
    34   "files": [
    35     "index.js",
    36     "types.js",
    37     "rcodes.js",
    38     "opcodes.js"
    39   ],
    40   "author": "Mathias Buus",
    41   "license": "MIT"
     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"
    4273}
Note: See TracChangeset for help on using the changeset viewer.