1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_args": [
- [
- "validator@~3.19.0",
- "D:\\work\\im"
- ]
- ],
- "_from": "validator@>=3.19.0 <3.20.0",
- "_id": "validator@3.19.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/validator",
- "_npmUser": {
- "email": "cohara87@gmail.com",
- "name": "cohara87"
- },
- "_npmVersion": "2.0.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "validator",
- "raw": "validator@~3.19.0",
- "rawSpec": "~3.19.0",
- "scope": null,
- "spec": ">=3.19.0 <3.20.0",
- "type": "range"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/validator/-/validator-3.19.1.tgz",
- "_shasum": "8cae5ce48c5aa66ab1160094f48493568579318f",
- "_shrinkwrap": null,
- "_spec": "validator@~3.19.0",
- "_where": "D:\\work\\im",
- "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": {
- "contextify": "latest",
- "coveralls": "latest",
- "istanbul": "latest",
- "jshint": "latest",
- "mocha": "latest",
- "uglify-js": "latest"
- },
- "directories": {},
- "dist": {
- "shasum": "8cae5ce48c5aa66ab1160094f48493568579318f",
- "tarball": "https://registry.npmjs.org/validator/-/validator-3.19.1.tgz"
- },
- "engines": {
- "node": ">= 0.10"
- },
- "gitHead": "ad07ead6874a89cf4206e3d0a13ab3ff1f8dc6c8",
- "homepage": "http://github.com/chriso/validator.js",
- "keywords": [
- "validator",
- "validation",
- "validate",
- "sanitization",
- "sanitize",
- "sanitisation",
- "sanitise",
- "assert"
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "http://github.com/chriso/validator.js/raw/master/LICENSE"
- }
- ],
- "main": "validator.js",
- "maintainers": [
- {
- "email": "cohara87@gmail.com",
- "name": "cohara87"
- }
- ],
- "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": "_mocha --reporter spec"
- },
- "version": "3.19.1"
- }
|