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

    rceaed42 r59329aa  
    11{
    2   "name": "json-schema",
    3   "version": "0.2.3",
    4   "author": "Kris Zyp",
     2  "_args": [
     3    [
     4      "json-schema@0.2.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "json-schema@0.2.3",
     10  "_id": "json-schema@0.2.3",
     11  "_inBundle": false,
     12  "_integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=",
     13  "_location": "/json-schema",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "json-schema@0.2.3",
     19    "name": "json-schema",
     20    "escapedName": "json-schema",
     21    "rawSpec": "0.2.3",
     22    "saveSpec": null,
     23    "fetchSpec": "0.2.3"
     24  },
     25  "_requiredBy": [
     26    "/jsprim"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
     29  "_spec": "0.2.3",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Kris Zyp"
     33  },
     34  "bugs": {
     35    "url": "https://github.com/kriszyp/json-schema/issues"
     36  },
    537  "description": "JSON Schema validation and specifications",
    6   "maintainers":[
    7         {"name": "Kris Zyp", "email": "kriszyp@gmail.com"}],
     38  "devDependencies": {
     39    "vows": "*"
     40  },
     41  "directories": {
     42    "lib": "./lib"
     43  },
     44  "homepage": "https://github.com/kriszyp/json-schema#readme",
    845  "keywords": [
    946    "json",
     
    1148  ],
    1249  "licenses": [
    13      {
    14          "type": "AFLv2.1",
    15          "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
    16      },
    17      {
    18          "type": "BSD",
    19          "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
    20      }
     50    {
     51      "type": "AFLv2.1",
     52      "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
     53    },
     54    {
     55      "type": "BSD",
     56      "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
     57    }
    2158  ],
     59  "main": "./lib/validate.js",
     60  "maintainers": [
     61    {
     62      "name": "Kris Zyp",
     63      "email": "kriszyp@gmail.com"
     64    }
     65  ],
     66  "name": "json-schema",
    2267  "repository": {
    23     "type":"git",
    24     "url":"http://github.com/kriszyp/json-schema"
     68    "type": "git",
     69    "url": "git+ssh://git@github.com/kriszyp/json-schema.git"
    2570  },
    26   "directories": { "lib": "./lib" },
    27   "main": "./lib/validate.js",
    28   "devDependencies": { "vows": "*" },
    29   "scripts": { "test": "echo TESTS DISABLED vows --spec test/*.js" }
     71  "scripts": {
     72    "test": "echo TESTS DISABLED vows --spec test/*.js"
     73  },
     74  "version": "0.2.3"
    3075}
    31 
Note: See TracChangeset for help on using the changeset viewer.