source: trip-planner-front/node_modules/json-schema/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
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 },
37 "description": "JSON Schema validation and specifications",
38 "devDependencies": {
39 "vows": "*"
40 },
41 "directories": {
42 "lib": "./lib"
43 },
44 "homepage": "https://github.com/kriszyp/json-schema#readme",
45 "keywords": [
46 "json",
47 "schema"
48 ],
49 "licenses": [
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 }
58 ],
59 "main": "./lib/validate.js",
60 "maintainers": [
61 {
62 "name": "Kris Zyp",
63 "email": "kriszyp@gmail.com"
64 }
65 ],
66 "name": "json-schema",
67 "repository": {
68 "type": "git",
69 "url": "git+ssh://git@github.com/kriszyp/json-schema.git"
70 },
71 "scripts": {
72 "test": "echo TESTS DISABLED vows --spec test/*.js"
73 },
74 "version": "0.2.3"
75}
Note: See TracBrowser for help on using the repository browser.