summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/tv4/package.json
blob: 74c36f57d3ebb420793e21c835a16d72abc8ea47 (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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
  "_args": [
    [
      "tv4@^1.2.7",
      "/Users/silverwind/git/node/tools/package/package/node_modules/table"
    ]
  ],
  "_from": "tv4@>=1.2.7 <2.0.0",
  "_id": "tv4@1.2.7",
  "_inCache": true,
  "_installable": true,
  "_location": "/tv4",
  "_nodeVersion": "0.12.4",
  "_npmUser": {
    "email": "luffgd@gmail.com",
    "name": "geraintluff"
  },
  "_npmVersion": "2.10.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "tv4",
    "raw": "tv4@^1.2.7",
    "rawSpec": "^1.2.7",
    "scope": null,
    "spec": ">=1.2.7 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/table"
  ],
  "_resolved": "https://registry.npmjs.org/tv4/-/tv4-1.2.7.tgz",
  "_shasum": "bd29389afc73ade49ae5f48142b5d544bf68d120",
  "_shrinkwrap": null,
  "_spec": "tv4@^1.2.7",
  "_where": "/Users/silverwind/git/node/tools/package/package/node_modules/table",
  "author": {
    "name": "Geraint Luff"
  },
  "bugs": {
    "url": "https://github.com/geraintluff/tv4/issues"
  },
  "dependencies": {},
  "description": "A public domain JSON Schema validator for JavaScript",
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-cli": "~0.1.9",
    "grunt-component-io": "~0.1.0",
    "grunt-concat-sourcemap": "~0.2",
    "grunt-contrib-clean": "~0.4.1",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-contrib-jshint": "~0.6.2",
    "grunt-contrib-uglify": "~0.2.2",
    "grunt-markdown": "~0.3.0",
    "grunt-mocha": "~0.4",
    "grunt-mocha-test": "~0.5.0",
    "grunt-push-release": "~0.1.1",
    "grunt-regex-replace": "~0.2.5",
    "jshint-path-reporter": "~0.1",
    "mocha": "~1.11.0",
    "mocha-unfunk-reporter": "~0.2",
    "proclaim": "1.4",
    "requirejs": "~2.1.11",
    "source-map-support": "~0.1"
  },
  "directories": {},
  "dist": {
    "shasum": "bd29389afc73ade49ae5f48142b5d544bf68d120",
    "tarball": "http://registry.npmjs.org/tv4/-/tv4-1.2.7.tgz"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "gitHead": "c1db91fd7a915178f4b8f66622f0e78fcb4e3ecb",
  "homepage": "https://github.com/geraintluff/tv4#readme",
  "keywords": [
    "json-schema",
    "schema",
    "tv4",
    "validator"
  ],
  "license:": [
    {
      "type": "Public Domain",
      "url": "http://geraintluff.github.io/tv4/LICENSE.txt"
    },
    {
      "type": "MIT",
      "url": "http://jsonary.com/LICENSE.txt"
    }
  ],
  "main": "tv4.js",
  "maintainers": [
    {
      "name": "geraintluff",
      "email": "luffgd@gmail.com"
    },
    {
      "name": "bartvds",
      "email": "bartvanderschoor@gmail.com"
    }
  ],
  "name": "tv4",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/geraintluff/tv4.git"
  },
  "scripts": {
    "prepublish": "grunt prepublish",
    "test": "grunt test"
  },
  "version": "1.2.7"
}