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

    rceaed42 r59329aa  
    11{
    2   "name": "ajv-errors",
    3   "version": "1.0.1",
    4   "description": "Custom error messages in JSON-Schema for Ajv validator",
    5   "main": "index.js",
    6   "files": [
    7     "lib"
     2  "_args": [
     3    [
     4      "ajv-errors@1.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    87  ],
    9   "scripts": {
    10     "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib lib",
    11     "eslint": "eslint *.js spec",
    12     "test-spec": "mocha spec/*.spec.js -R spec",
    13     "test-cov": "nyc npm run test-spec",
    14     "test": "npm run eslint && npm run build && npm run test-cov",
    15     "prepublish": "npm run build"
     8  "_development": true,
     9  "_from": "ajv-errors@1.0.1",
     10  "_id": "ajv-errors@1.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==",
     13  "_location": "/ajv-errors",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ajv-errors@1.0.1",
     19    "name": "ajv-errors",
     20    "escapedName": "ajv-errors",
     21    "rawSpec": "1.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.1"
    1624  },
    17   "repository": {
    18     "type": "git",
    19     "url": "git+https://github.com/epoberezkin/ajv-errors.git"
    20   },
    21   "keywords": [
    22     "ajv",
    23     "json-schema",
    24     "validator",
    25     "error",
    26     "messages"
     25  "_requiredBy": [
     26    "/webpack-dev-server/schema-utils"
    2727  ],
     28  "_resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
     29  "_spec": "1.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    2831  "author": "",
    29   "license": "MIT",
    3032  "bugs": {
    3133    "url": "https://github.com/epoberezkin/ajv-errors/issues"
    3234  },
    33   "homepage": "https://github.com/epoberezkin/ajv-errors#readme",
    34   "peerDependencies": {
    35     "ajv": ">=5.0.0"
    36   },
     35  "description": "Custom error messages in JSON-Schema for Ajv validator",
    3736  "devDependencies": {
    3837    "ajv": "^5.0.0",
     
    4645    "pre-commit": "^1.2.2"
    4746  },
     47  "files": [
     48    "lib"
     49  ],
     50  "homepage": "https://github.com/epoberezkin/ajv-errors#readme",
     51  "keywords": [
     52    "ajv",
     53    "json-schema",
     54    "validator",
     55    "error",
     56    "messages"
     57  ],
     58  "license": "MIT",
     59  "main": "index.js",
     60  "name": "ajv-errors",
    4861  "nyc": {
    4962    "exclude": [
     
    5568      "text-summary"
    5669    ]
    57   }
     70  },
     71  "peerDependencies": {
     72    "ajv": ">=5.0.0"
     73  },
     74  "repository": {
     75    "type": "git",
     76    "url": "git+https://github.com/epoberezkin/ajv-errors.git"
     77  },
     78  "scripts": {
     79    "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib lib",
     80    "eslint": "eslint *.js spec",
     81    "prepublish": "npm run build",
     82    "test": "npm run eslint && npm run build && npm run test-cov",
     83    "test-cov": "nyc npm run test-spec",
     84    "test-spec": "mocha spec/*.spec.js -R spec"
     85  },
     86  "version": "1.0.1"
    5887}
Note: See TracChangeset for help on using the changeset viewer.