12345678910111213141516171819 |
- {
- "name": "validator-js",
- "main": "validator.js",
- "version": "3.11.2",
- "homepage": "https://github.com/chriso/validator.js",
- "authors": [
- "Chris O'Hara <cohara87+gh@gmail.com>"
- ],
- "description": "String validation and sanitization",
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ]
- }
|