JWT Autorization / Logging in and registering
This commit is contained in:
106
node_modules/validator/package.json
generated
vendored
Normal file
106
node_modules/validator/package.json
generated
vendored
Normal file
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"_from": "validator",
|
||||
"_id": "validator@13.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-8GfPiwzzRoWTg7OV1zva1KvrSemuMkv07MA9TTl91hfhe+wKrsrgVN4H2QSFd/U/FhiU3iWPYVgvbsOGwhyFWw==",
|
||||
"_location": "/validator",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "validator",
|
||||
"name": "validator",
|
||||
"escapedName": "validator",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/validator/-/validator-13.1.1.tgz",
|
||||
"_shasum": "f8811368473d2173a9d8611572b58c5783f223bf",
|
||||
"_spec": "validator",
|
||||
"_where": "D:\\WORK\\Menui\\menui_backend",
|
||||
"author": {
|
||||
"name": "Chris O'Hara",
|
||||
"email": "cohara87@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/chriso/validator.js/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Anthony Nandaa",
|
||||
"url": "https://github.com/profnandaa"
|
||||
}
|
||||
],
|
||||
"deprecated": false,
|
||||
"description": "String validation and sanitization",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.0.0",
|
||||
"@babel/core": "^7.0.0",
|
||||
"@babel/preset-env": "^7.0.0",
|
||||
"@babel/register": "^7.0.0",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-plugin-add-module-exports": "^1.0.0",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-config-airbnb-base": "^12.1.0",
|
||||
"eslint-plugin-import": "^2.11.0",
|
||||
"mocha": "^5.1.1",
|
||||
"nyc": "^14.1.0",
|
||||
"rimraf": "^3.0.0",
|
||||
"rollup": "^0.43.0",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"uglify-js": "^3.0.19"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"es",
|
||||
"lib",
|
||||
"README.md",
|
||||
"LICENCE",
|
||||
"validator.js",
|
||||
"validator.min.js"
|
||||
],
|
||||
"homepage": "https://github.com/chriso/validator.js",
|
||||
"keywords": [
|
||||
"validator",
|
||||
"validation",
|
||||
"validate",
|
||||
"sanitization",
|
||||
"sanitize",
|
||||
"sanitisation",
|
||||
"sanitise",
|
||||
"assert"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "validator",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/chriso/validator.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run build:browser && npm run build:node && npm run build:es",
|
||||
"build:browser": "node --require @babel/register build-browser && npm run minify",
|
||||
"build:es": "babel src -d es --env-name=es",
|
||||
"build:node": "babel src -d .",
|
||||
"clean": "npm run clean:node && npm run clean:browser && npm run clean:es",
|
||||
"clean:browser": "rimraf validator*.js",
|
||||
"clean:es": "rimraf es",
|
||||
"clean:node": "rimraf index.js lib",
|
||||
"lint": "eslint src test",
|
||||
"lint:fix": "eslint --fix src test",
|
||||
"minify": "uglifyjs validator.js -o validator.min.js --compress --mangle --comments /Copyright/",
|
||||
"pretest": "npm run lint && npm run build",
|
||||
"test": "nyc mocha --require @babel/register --reporter dot"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"version": "13.1.1"
|
||||
}
|
||||
Reference in New Issue
Block a user