diff options
author | Minteck <contact@minteck.org> | 2021-12-21 16:50:49 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-21 16:50:49 +0100 |
commit | 20204baf1807825af4798ad03bfb329e4da05bc5 (patch) | |
tree | 1568515fa1e4592206ed5d2327b39e6b443cbd03 /node_modules/revalidator/package.json | |
download | bingoloto-remote-20204baf1807825af4798ad03bfb329e4da05bc5.tar.gz bingoloto-remote-20204baf1807825af4798ad03bfb329e4da05bc5.tar.bz2 bingoloto-remote-20204baf1807825af4798ad03bfb329e4da05bc5.zip |
Commit
Diffstat (limited to 'node_modules/revalidator/package.json')
-rw-r--r-- | node_modules/revalidator/package.json | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/node_modules/revalidator/package.json b/node_modules/revalidator/package.json new file mode 100644 index 0000000..ee318b9 --- /dev/null +++ b/node_modules/revalidator/package.json @@ -0,0 +1,63 @@ +{ + "_from": "revalidator@0.1.x", + "_id": "revalidator@0.1.8", + "_inBundle": false, + "_integrity": "sha1-/s5hv6DBtSoga9axgZgYS91SOjs=", + "_location": "/revalidator", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "revalidator@0.1.x", + "name": "revalidator", + "escapedName": "revalidator", + "rawSpec": "0.1.x", + "saveSpec": null, + "fetchSpec": "0.1.x" + }, + "_requiredBy": [ + "/prompt" + ], + "_resolved": "https://registry.npmjs.org/revalidator/-/revalidator-0.1.8.tgz", + "_shasum": "fece61bfa0c1b52a206bd6b18198184bdd523a3b", + "_spec": "revalidator@0.1.x", + "_where": "/data/dev/Projets/Bingoloto Remote/node_modules/prompt", + "author": { + "name": "Nodejitsu Inc.", + "email": "info@nodejitsu.com" + }, + "bugs": { + "url": "https://github.com/flatiron/revalidator/issues" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "A cross-browser / node.js validator used by resourceful", + "devDependencies": { + "vows": "0.7.0" + }, + "engines": { + "node": ">= 0.4.0" + }, + "homepage": "https://github.com/flatiron/revalidator#readme", + "license": "Apache 2.0", + "main": "./lib/revalidator", + "maintainers": [ + { + "name": "indexzero", + "email": "charlie@nodejitsu.com" + }, + { + "name": "indutny", + "email": "fedor.indutny@gmail.com" + } + ], + "name": "revalidator", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/flatiron/revalidator.git" + }, + "scripts": { + "test": "vows test/*-test.js --spec" + }, + "version": "0.1.8" +} |