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

    rceaed42 r59329aa  
    11{
    2   "version": "5.1.5",
    3   "name": "har-validator",
     2  "_args": [
     3    [
     4      "har-validator@5.1.5",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "har-validator@5.1.5",
     10  "_id": "har-validator@5.1.5",
     11  "_inBundle": false,
     12  "_integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
     13  "_location": "/har-validator",
     14  "_phantomChildren": {
     15    "fast-deep-equal": "3.1.3",
     16    "fast-json-stable-stringify": "2.1.0",
     17    "uri-js": "4.4.1"
     18  },
     19  "_requested": {
     20    "type": "version",
     21    "registry": true,
     22    "raw": "har-validator@5.1.5",
     23    "name": "har-validator",
     24    "escapedName": "har-validator",
     25    "rawSpec": "5.1.5",
     26    "saveSpec": null,
     27    "fetchSpec": "5.1.5"
     28  },
     29  "_requiredBy": [
     30    "/request"
     31  ],
     32  "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
     33  "_spec": "5.1.5",
     34  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     35  "author": {
     36    "name": "Ahmad Nassri",
     37    "email": "ahmad@ahmadnassri.com",
     38    "url": "https://www.ahmadnassri.com/"
     39  },
     40  "bugs": {
     41    "url": "https://github.com/ahmadnassri/node-har-validator/issues"
     42  },
     43  "dependencies": {
     44    "ajv": "^6.12.3",
     45    "har-schema": "^2.0.0"
     46  },
    447  "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
    5   "author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)",
     48  "devDependencies": {
     49    "tap": "^14.10.8"
     50  },
     51  "engines": {
     52    "node": ">=6"
     53  },
     54  "files": [
     55    "lib"
     56  ],
    657  "homepage": "https://github.com/ahmadnassri/node-har-validator",
    7   "repository": {
    8     "type": "git",
    9     "url": "https://github.com/ahmadnassri/node-har-validator.git"
    10   },
    11   "license": "MIT",
    12   "main": "lib/promise.js",
    1358  "keywords": [
    1459    "har",
     
    2065    "validator"
    2166  ],
    22   "engines": {
    23     "node": ">=6"
    24   },
    25   "files": [
    26     "lib"
    27   ],
    28   "bugs": {
    29     "url": "https://github.com/ahmadnassri/node-har-validator/issues"
     67  "license": "MIT",
     68  "main": "lib/promise.js",
     69  "name": "har-validator",
     70  "repository": {
     71    "type": "git",
     72    "url": "git+https://github.com/ahmadnassri/node-har-validator.git"
    3073  },
    3174  "scripts": {
     
    3477    "test:coverage": "tap test --coverage-report=lcov --no-browser"
    3578  },
    36   "devDependencies": {
    37     "tap": "^14.10.8"
    38   },
    39   "dependencies": {
    40     "ajv": "^6.12.3",
    41     "har-schema": "^2.0.0"
    42   }
     79  "version": "5.1.5"
    4380}
Note: See TracChangeset for help on using the changeset viewer.