| Server IP : 68.183.124.220 / Your IP : 216.73.217.137 Web Server : Apache/2.4.18 (Ubuntu) System : Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : gavin ( 1000) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/gavin/workspace/readjs/node_modules/validator/ |
Upload File : |
{
"_args": [
[
{
"raw": "validator@~6.0.0",
"scope": null,
"escapedName": "validator",
"name": "validator",
"rawSpec": "~6.0.0",
"spec": ">=6.0.0 <6.1.0",
"type": "range"
},
"/home/gavin/workspace/meanjs"
]
],
"_from": "validator@>=6.0.0 <6.1.0",
"_id": "validator@6.0.0",
"_inCache": true,
"_location": "/validator",
"_nodeVersion": "6.6.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/validator-6.0.0.tgz_1474945085555_0.011764256050810218"
},
"_npmUser": {
"name": "cohara87",
"email": "cohara87@gmail.com"
},
"_npmVersion": "3.10.7",
"_phantomChildren": {},
"_requested": {
"raw": "validator@~6.0.0",
"scope": null,
"escapedName": "validator",
"name": "validator",
"rawSpec": "~6.0.0",
"spec": ">=6.0.0 <6.1.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/validator/-/validator-6.0.0.tgz",
"_shasum": "305c296d3691cfd9d0db1b3d449036eede2f542f",
"_shrinkwrap": null,
"_spec": "validator@~6.0.0",
"_where": "/home/gavin/workspace/meanjs",
"author": {
"name": "Chris O'Hara",
"email": "cohara87@gmail.com"
},
"bugs": {
"url": "http://github.com/chriso/validator.js/issues"
},
"dependencies": {},
"description": "String validation and sanitization",
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-rollup": "^1.1.1",
"coveralls": "^2.11.9",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"istanbul": "^0.4.3",
"mocha": "^2.5.3",
"rollup": "^0.29.1",
"rollup-plugin-babel": "^2.5.1",
"uglify-js": "^2.6.2"
},
"directories": {},
"dist": {
"shasum": "305c296d3691cfd9d0db1b3d449036eede2f542f",
"tarball": "https://registry.npmjs.org/validator/-/validator-6.0.0.tgz"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"index.js",
"lib",
"README.md",
"LICENCE",
"validator.js",
"validator.min.js"
],
"gitHead": "bccf8a2322c25d06c6024aff02e2d0b9e3624471",
"homepage": "http://github.com/chriso/validator.js",
"keywords": [
"validator",
"validation",
"validate",
"sanitization",
"sanitize",
"sanitisation",
"sanitise",
"assert"
],
"license": "MIT",
"main": "index.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": {
"build": "npm run build:browser && npm run build:node",
"build:browser": "babel-node build-browser && npm run minify",
"build:node": "babel src -d . --presets es2015 --plugins add-module-exports",
"clean": "npm run clean:node && npm run clean:browser",
"clean:browser": "rm -rf validator*.js",
"clean:node": "rm -rf index.js lib",
"coveralls": "istanbul cover _mocha --report lcovonly -x validator.js -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"lint": "eslint src test",
"minify": "uglifyjs validator.js -o validator.min.js --compress --mangle --comments '/Copyright/'",
"pretest": "npm run lint && npm run build",
"test": "mocha --reporter spec"
},
"version": "6.0.0"
}