summaryrefslogtreecommitdiffstats
path: root/node_modules/json-schema/package.json
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
commite06ec920f7a5d784e674c4c4b4e6d1da3dc7391d (patch)
tree55713f725f77b44ebfec86e4eec3ce33e71458ca /node_modules/json-schema/package.json
downloadwebsite_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.gz
website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.bz2
website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.zip
api, login, auth
Diffstat (limited to 'node_modules/json-schema/package.json')
-rw-r--r--node_modules/json-schema/package.json71
1 files changed, 71 insertions, 0 deletions
diff --git a/node_modules/json-schema/package.json b/node_modules/json-schema/package.json
new file mode 100644
index 0000000..dbba00b
--- /dev/null
+++ b/node_modules/json-schema/package.json
@@ -0,0 +1,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": "/home/pruss/Dev/3-minute-website/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"
+}