Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « json-schema « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c5c81f7cff6f2e15c0ce45d443df528c2ffeebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
  "_from": "json-schema@0.2.3",
  "_id": "json-schema@0.2.3",
  "_inBundle": false,
  "_integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=",
  "_location": "/json-schema",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "json-schema@0.2.3",
    "name": "json-schema",
    "escapedName": "json-schema",
    "rawSpec": "0.2.3",
    "saveSpec": null,
    "fetchSpec": "0.2.3"
  },
  "_requiredBy": [
    "/jsprim"
  ],
  "_resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
  "_shasum": "b480c892e59a2f05954ce727bd3f2a4e882f9e13",
  "_spec": "json-schema@0.2.3",
  "_where": "/Users/gebauer/ws/themes/ag/node_modules/jsprim",
  "author": {
    "name": "Kris Zyp"
  },
  "bugs": {
    "url": "https://github.com/kriszyp/json-schema/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "JSON Schema validation and specifications",
  "devDependencies": {
    "vows": "*"
  },
  "directories": {
    "lib": "./lib"
  },
  "homepage": "https://github.com/kriszyp/json-schema#readme",
  "keywords": [
    "json",
    "schema"
  ],
  "licenses": [
    {
      "type": "AFLv2.1",
      "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
    },
    {
      "type": "BSD",
      "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
    }
  ],
  "main": "./lib/validate.js",
  "maintainers": [
    {
      "name": "Kris Zyp",
      "email": "kriszyp@gmail.com"
    }
  ],
  "name": "json-schema",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kriszyp/json-schema.git"
  },
  "scripts": {
    "test": "echo TESTS DISABLED vows --spec test/*.js"
  },
  "version": "0.2.3"
}