File: D:/HostingSpaces/RImmers2/portal.photomenu.nl/wwwroot/node_modules/validator/package.json
{
"_args": [
[
{
"raw": "validator@^6.2.0",
"scope": null,
"escapedName": "validator",
"name": "validator",
"rawSpec": "^6.2.0",
"spec": ">=6.2.0 <7.0.0",
"type": "range"
},
"D:\\HostingSpaces\\RImmers2\\portal.photomenu.nl\\wwwroot"
]
],
"_from": "validator@>=6.2.0 <7.0.0",
"_id": "validator@6.2.1",
"_inCache": true,
"_location": "/validator",
"_nodeVersion": "7.4.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/validator-6.2.1.tgz_1483684626416_0.648728511063382"
},
"_npmUser": {
"name": "cohara87",
"email": "cohara87@gmail.com"
},
"_npmVersion": "4.0.5",
"_phantomChildren": {},
"_requested": {
"raw": "validator@^6.2.0",
"scope": null,
"escapedName": "validator",
"name": "validator",
"rawSpec": "^6.2.0",
"spec": ">=6.2.0 <7.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/validator/-/validator-6.2.1.tgz",
"_shasum": "bc575b78d15beb2e338a665ba9530c7f409ef667",
"_shrinkwrap": null,
"_spec": "validator@^6.2.0",
"_where": "D:\\HostingSpaces\\RImmers2\\portal.photomenu.nl\\wwwroot",
"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.16.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2015-rollup": "^1.2.0",
"coveralls": "^2.11.9",
"eslint": "^3.8.1",
"eslint-config-airbnb-base": "^9.0.0",
"eslint-plugin-import": "^2.0.1",
"istanbul": "^0.4.3",
"mocha": "^3.1.2",
"rollup": "^0.29.1",
"rollup-plugin-babel": "^2.5.1",
"uglify-js": "^2.6.2"
},
"directories": {},
"dist": {
"shasum": "bc575b78d15beb2e338a665ba9530c7f409ef667",
"tarball": "https://registry.npmjs.org/validator/-/validator-6.2.1.tgz"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"index.js",
"lib",
"README.md",
"LICENCE",
"validator.js",
"validator.min.js"
],
"gitHead": "1ed9ee5d63d35e2616d6e780dc14c6e249d7b2fb",
"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.2.1"
}