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

    rceaed42 r59329aa  
    11{
    2   "name": "request",
    3   "description": "Simplified HTTP request client.",
    4   "keywords": [
    5     "http",
    6     "simple",
    7     "util",
    8     "utility"
     2  "_args": [
     3    [
     4      "request@2.88.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    97  ],
    10   "version": "2.88.2",
    11   "author": "Mikeal Rogers <mikeal.rogers@gmail.com>",
    12   "repository": {
    13     "type": "git",
    14     "url": "https://github.com/request/request.git"
     8  "_development": true,
     9  "_from": "request@2.88.2",
     10  "_id": "request@2.88.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
     13  "_location": "/request",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "request@2.88.2",
     19    "name": "request",
     20    "escapedName": "request",
     21    "rawSpec": "2.88.2",
     22    "saveSpec": null,
     23    "fetchSpec": "2.88.2"
     24  },
     25  "_requiredBy": [
     26    "/node-gyp"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz",
     29  "_spec": "2.88.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Mikeal Rogers",
     33    "email": "mikeal.rogers@gmail.com"
    1534  },
    1635  "bugs": {
    1736    "url": "http://github.com/request/request/issues"
    1837  },
    19   "license": "Apache-2.0",
    20   "engines": {
    21     "node": ">= 6"
    22   },
    23   "main": "index.js",
    24   "files": [
    25     "lib/",
    26     "index.js",
    27     "request.js"
    28   ],
    2938  "dependencies": {
    3039    "aws-sign2": "~0.7.0",
     
    4958    "uuid": "^3.3.2"
    5059  },
    51   "scripts": {
    52     "test": "npm run lint && npm run test-ci && npm run test-browser",
    53     "test-ci": "taper tests/test-*.js",
    54     "test-cov": "nyc --reporter=lcov tape tests/test-*.js",
    55     "test-browser": "node tests/browser/start.js",
    56     "lint": "standard"
    57   },
     60  "description": "Simplified HTTP request client.",
    5861  "devDependencies": {
    5962    "bluebird": "^3.2.1",
     
    7881    "taper": "^0.5.0"
    7982  },
     83  "engines": {
     84    "node": ">= 6"
     85  },
     86  "files": [
     87    "lib/",
     88    "index.js",
     89    "request.js"
     90  ],
    8091  "greenkeeper": {
    8192    "ignore": [
     
    8394      "har-validator"
    8495    ]
    85   }
     96  },
     97  "homepage": "https://github.com/request/request#readme",
     98  "keywords": [
     99    "http",
     100    "simple",
     101    "util",
     102    "utility"
     103  ],
     104  "license": "Apache-2.0",
     105  "main": "index.js",
     106  "name": "request",
     107  "repository": {
     108    "type": "git",
     109    "url": "git+https://github.com/request/request.git"
     110  },
     111  "scripts": {
     112    "lint": "standard",
     113    "test": "npm run lint && npm run test-ci && npm run test-browser",
     114    "test-browser": "node tests/browser/start.js",
     115    "test-ci": "taper tests/test-*.js",
     116    "test-cov": "nyc --reporter=lcov tape tests/test-*.js"
     117  },
     118  "version": "2.88.2"
    86119}
Note: See TracChangeset for help on using the changeset viewer.