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/request/node_modules/qs/package.json

    rceaed42 r59329aa  
    11{
     2  "_args": [
     3    [
     4      "qs@6.5.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "qs@6.5.2",
     10  "_id": "qs@6.5.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==",
     13  "_location": "/request/qs",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "qs@6.5.2",
    219    "name": "qs",
    3     "description": "A querystring parser that supports nesting and arrays, with a depth limit",
    4     "homepage": "https://github.com/ljharb/qs",
    5     "version": "6.5.2",
    6     "repository": {
    7         "type": "git",
    8         "url": "https://github.com/ljharb/qs.git"
    9     },
    10     "main": "lib/index.js",
    11     "contributors": [
    12         {
    13             "name": "Jordan Harband",
    14             "email": "ljharb@gmail.com",
    15             "url": "http://ljharb.codes"
    16         }
    17     ],
    18     "keywords": [
    19         "querystring",
    20         "qs"
    21     ],
    22     "engines": {
    23         "node": ">=0.6"
    24     },
    25     "dependencies": {},
    26     "devDependencies": {
    27         "@ljharb/eslint-config": "^12.2.1",
    28         "browserify": "^16.2.0",
    29         "covert": "^1.1.0",
    30         "editorconfig-tools": "^0.1.1",
    31         "eslint": "^4.19.1",
    32         "evalmd": "^0.0.17",
    33         "iconv-lite": "^0.4.21",
    34         "mkdirp": "^0.5.1",
    35         "qs-iconv": "^1.0.4",
    36         "safe-publish-latest": "^1.1.1",
    37         "safer-buffer": "^2.1.2",
    38         "tape": "^4.9.0"
    39     },
    40     "scripts": {
    41         "prepublish": "safe-publish-latest && npm run dist",
    42         "pretest": "npm run --silent readme && npm run --silent lint",
    43         "test": "npm run --silent coverage",
    44         "tests-only": "node test",
    45         "readme": "evalmd README.md",
    46         "prelint": "editorconfig-tools check * lib/* test/*",
    47         "lint": "eslint lib/*.js test/*.js",
    48         "coverage": "covert test",
    49         "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js"
    50     },
    51     "license": "BSD-3-Clause"
     20    "escapedName": "qs",
     21    "rawSpec": "6.5.2",
     22    "saveSpec": null,
     23    "fetchSpec": "6.5.2"
     24  },
     25  "_requiredBy": [
     26    "/request"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
     29  "_spec": "6.5.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "bugs": {
     32    "url": "https://github.com/ljharb/qs/issues"
     33  },
     34  "contributors": [
     35    {
     36      "name": "Jordan Harband",
     37      "email": "ljharb@gmail.com",
     38      "url": "http://ljharb.codes"
     39    }
     40  ],
     41  "dependencies": {},
     42  "description": "A querystring parser that supports nesting and arrays, with a depth limit",
     43  "devDependencies": {
     44    "@ljharb/eslint-config": "^12.2.1",
     45    "browserify": "^16.2.0",
     46    "covert": "^1.1.0",
     47    "editorconfig-tools": "^0.1.1",
     48    "eslint": "^4.19.1",
     49    "evalmd": "^0.0.17",
     50    "iconv-lite": "^0.4.21",
     51    "mkdirp": "^0.5.1",
     52    "qs-iconv": "^1.0.4",
     53    "safe-publish-latest": "^1.1.1",
     54    "safer-buffer": "^2.1.2",
     55    "tape": "^4.9.0"
     56  },
     57  "engines": {
     58    "node": ">=0.6"
     59  },
     60  "homepage": "https://github.com/ljharb/qs",
     61  "keywords": [
     62    "querystring",
     63    "qs"
     64  ],
     65  "license": "BSD-3-Clause",
     66  "main": "lib/index.js",
     67  "name": "qs",
     68  "repository": {
     69    "type": "git",
     70    "url": "git+https://github.com/ljharb/qs.git"
     71  },
     72  "scripts": {
     73    "coverage": "covert test",
     74    "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
     75    "lint": "eslint lib/*.js test/*.js",
     76    "prelint": "editorconfig-tools check * lib/* test/*",
     77    "prepublish": "safe-publish-latest && npm run dist",
     78    "pretest": "npm run --silent readme && npm run --silent lint",
     79    "readme": "evalmd README.md",
     80    "test": "npm run --silent coverage",
     81    "tests-only": "node test"
     82  },
     83  "version": "6.5.2"
    5284}
Note: See TracChangeset for help on using the changeset viewer.