Files
biomedjs/node_modules/validator/package.json
Dobie Wollert f94ca33b9e Changes
2015-12-16 09:12:35 -08:00

93 lines
2.3 KiB
JSON

{
"_args": [
[
"validator@4.2.x",
"/Users/akira/src/biomedjs/node_modules/express-validator"
]
],
"_from": "validator@>=4.2.0 <4.3.0",
"_id": "validator@4.2.1",
"_inCache": true,
"_installable": true,
"_location": "/validator",
"_nodeVersion": "4.2.1",
"_npmUser": {
"email": "cohara87@gmail.com",
"name": "cohara87"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"name": "validator",
"raw": "validator@4.2.x",
"rawSpec": "4.2.x",
"scope": null,
"spec": ">=4.2.0 <4.3.0",
"type": "range"
},
"_requiredBy": [
"/express-validator"
],
"_resolved": "https://registry.npmjs.org/validator/-/validator-4.2.1.tgz",
"_shasum": "c4a8316242e515cd784171986296f8f81fc2ab35",
"_shrinkwrap": null,
"_spec": "validator@4.2.x",
"_where": "/Users/akira/src/biomedjs/node_modules/express-validator",
"author": {
"email": "cohara87@gmail.com",
"name": "Chris O'Hara"
},
"bugs": {
"url": "http://github.com/chriso/validator.js/issues"
},
"dependencies": {},
"description": "String validation and sanitization",
"devDependencies": {
"coveralls": "latest",
"istanbul": "latest",
"jshint": "latest",
"mocha": "latest",
"uglify-js": "latest"
},
"directories": {},
"dist": {
"shasum": "c4a8316242e515cd784171986296f8f81fc2ab35",
"tarball": "http://registry.npmjs.org/validator/-/validator-4.2.1.tgz"
},
"engines": {
"node": ">= 0.10"
},
"gitHead": "7b0c73d26decc20aa3bed3b7a15d09dc3d1b71ec",
"homepage": "http://github.com/chriso/validator.js",
"keywords": [
"assert",
"sanitisation",
"sanitise",
"sanitization",
"sanitize",
"validate",
"validation",
"validator"
],
"license": "MIT",
"main": "validator.js",
"maintainers": [
{
"name": "cohara87",
"email": "cohara87@gmail.com"
}
],
"name": "validator",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/chriso/validator.js.git"
},
"scripts": {
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"test": "node ./node_modules/.bin/_mocha --reporter spec"
},
"version": "4.2.1"
}