mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-14 07:04:21 +08:00
79 lines
1.6 KiB
JSON
79 lines
1.6 KiB
JSON
{
|
|
"name": "validator",
|
|
"description": "Data validation, filtering and sanitization for node.js",
|
|
"version": "1.5.1",
|
|
"homepage": "http://github.com/chriso/node-validator",
|
|
"keywords": [
|
|
"validator",
|
|
"validation",
|
|
"assert",
|
|
"params",
|
|
"sanitization",
|
|
"xss",
|
|
"entities",
|
|
"sanitize",
|
|
"sanitisation",
|
|
"input"
|
|
],
|
|
"author": {
|
|
"name": "Chris O'Hara",
|
|
"email": "cohara87@gmail.com"
|
|
},
|
|
"main": "./lib",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/chriso/node-validator/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/chriso/node-validator.git"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "PING"
|
|
},
|
|
{
|
|
"name": "Dan VerWeire"
|
|
},
|
|
{
|
|
"name": "Branko Vukelic"
|
|
},
|
|
{
|
|
"name": "Mark Engel"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"test": "node test/run.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.2.2"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/chriso/node-validator/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"_id": "validator@1.5.1",
|
|
"dist": {
|
|
"shasum": "7ab356cbbcbbb000ab85c43b8cda12621b1344c0",
|
|
"tarball": "http://registry.npmjs.org/validator/-/validator-1.5.1.tgz"
|
|
},
|
|
"_from": "validator@>=1.5.1 <1.6.0",
|
|
"_npmVersion": "1.3.8",
|
|
"_npmUser": {
|
|
"name": "cohara87",
|
|
"email": "cohara87@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "cohara87",
|
|
"email": "cohara87@gmail.com"
|
|
}
|
|
],
|
|
"_shasum": "7ab356cbbcbbb000ab85c43b8cda12621b1344c0",
|
|
"_resolved": "https://registry.npmjs.org/validator/-/validator-1.5.1.tgz"
|
|
}
|