API/api.medcify.app/node_modules/tv4/package.json

94 lines
2.2 KiB
JSON
Raw Normal View History

2022-09-26 06:11:44 +00:00
{
"_from": "tv4@^1.3.0",
"_id": "tv4@1.3.0",
"_inBundle": false,
"_integrity": "sha1-0CDIRvrdUMhVq7JeuuzGj8EPeWM=",
"_location": "/tv4",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tv4@^1.3.0",
"name": "tv4",
"escapedName": "tv4",
"rawSpec": "^1.3.0",
"saveSpec": null,
"fetchSpec": "^1.3.0"
},
"_requiredBy": [
"/pm2-deploy"
],
"_resolved": "https://registry.npmjs.org/tv4/-/tv4-1.3.0.tgz",
"_shasum": "d020c846fadd50c855abb25ebaecc68fc10f7963",
"_spec": "tv4@^1.3.0",
"_where": "/var/www/api.medcify.app/node_modules/pm2-deploy",
"author": {
"name": "Geraint Luff"
},
"bugs": {
"url": "https://github.com/geraintluff/tv4/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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"
},
"engines": {
"node": ">= 0.8.0"
},
"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": [
{
"name": "Geraint Luff",
"email": "luffgd@gmail.com",
"url": "https://github.com/geraintluff/"
}
],
"name": "tv4",
"repository": {
"type": "git",
"url": "git+https://github.com/geraintluff/tv4.git"
},
"scripts": {
"prepublish": "grunt prepublish",
"test": "grunt test"
},
"version": "1.3.0"
}