mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114 lines
2.7 KiB
114 lines
2.7 KiB
{
|
|
"_args": [
|
|
[
|
|
"tv4@^1.2.7",
|
|
"/Users/trott/io.js/tools/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/trott/io.js/tools/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": "https://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",
|
|
"validator",
|
|
"tv4"
|
|
],
|
|
"license:": [
|
|
{
|
|
"type": "Public Domain",
|
|
"url": "http://geraintluff.github.io/tv4/LICENSE.txt"
|
|
},
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://jsonary.com/LICENSE.txt"
|
|
}
|
|
],
|
|
"main": "tv4.js",
|
|
"maintainers": [
|
|
{
|
|
"email": "luffgd@gmail.com",
|
|
"name": "geraintluff"
|
|
},
|
|
{
|
|
"email": "bartvanderschoor@gmail.com",
|
|
"name": "bartvds"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
|