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/copy-webpack-plugin/node_modules/json-schema-traverse/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "json-schema-traverse",
    3   "version": "0.4.1",
    4   "description": "Traverse JSON Schema passing each schema object to callback",
    5   "main": "index.js",
    6   "scripts": {
    7     "eslint": "eslint index.js spec",
    8     "test-spec": "mocha spec -R spec",
    9     "test": "npm run eslint && nyc npm run test-spec"
     2  "_args": [
     3    [
     4      "json-schema-traverse@0.4.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "json-schema-traverse@0.4.1",
     10  "_id": "json-schema-traverse@0.4.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
     13  "_location": "/copy-webpack-plugin/json-schema-traverse",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "json-schema-traverse@0.4.1",
     19    "name": "json-schema-traverse",
     20    "escapedName": "json-schema-traverse",
     21    "rawSpec": "0.4.1",
     22    "saveSpec": null,
     23    "fetchSpec": "0.4.1"
    1024  },
    11   "repository": {
    12     "type": "git",
    13     "url": "git+https://github.com/epoberezkin/json-schema-traverse.git"
     25  "_requiredBy": [
     26    "/copy-webpack-plugin/ajv"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
     29  "_spec": "0.4.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Evgeny Poberezkin"
    1433  },
    15   "keywords": [
    16     "JSON-Schema",
    17     "traverse",
    18     "iterate"
    19   ],
    20   "author": "Evgeny Poberezkin",
    21   "license": "MIT",
    2234  "bugs": {
    2335    "url": "https://github.com/epoberezkin/json-schema-traverse/issues"
    2436  },
    25   "homepage": "https://github.com/epoberezkin/json-schema-traverse#readme",
     37  "description": "Traverse JSON Schema passing each schema object to callback",
    2638  "devDependencies": {
    2739    "coveralls": "^2.13.1",
     
    3143    "pre-commit": "^1.2.2"
    3244  },
     45  "homepage": "https://github.com/epoberezkin/json-schema-traverse#readme",
     46  "keywords": [
     47    "JSON-Schema",
     48    "traverse",
     49    "iterate"
     50  ],
     51  "license": "MIT",
     52  "main": "index.js",
     53  "name": "json-schema-traverse",
    3354  "nyc": {
    3455    "exclude": [
     
    4061      "text-summary"
    4162    ]
    42   }
     63  },
     64  "repository": {
     65    "type": "git",
     66    "url": "git+https://github.com/epoberezkin/json-schema-traverse.git"
     67  },
     68  "scripts": {
     69    "eslint": "eslint index.js spec",
     70    "test": "npm run eslint && nyc npm run test-spec",
     71    "test-spec": "mocha spec -R spec"
     72  },
     73  "version": "0.4.1"
    4374}
Note: See TracChangeset for help on using the changeset viewer.