package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "express-validator@*",
  3. "_id": "express-validator@5.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-g8xkipBF6VxHbO1+ksC7nxUU7+pWif0+OZXjZTybKJ/V0aTVhuCoHbyhIPgSYVldwQLocGExPtB2pE0DqK4jsw==",
  6. "_location": "/express-validator",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "express-validator@*",
  12. "name": "express-validator",
  13. "escapedName": "express-validator",
  14. "rawSpec": "*",
  15. "saveSpec": null,
  16. "fetchSpec": "*"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/express-validator/-/express-validator-5.3.1.tgz",
  22. "_shasum": "6f42c6d52554441b0360c40ccfb555b1770affe2",
  23. "_spec": "express-validator@*",
  24. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register",
  25. "author": {
  26. "name": "Christoph Tavan",
  27. "email": "dev@tavan.de"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/express-validator/express-validator/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Rusty Bailey",
  36. "email": "rustylbailey@gmail.com"
  37. },
  38. {
  39. "name": "Gustavo Henke",
  40. "email": "guhenke@gmail.com"
  41. }
  42. ],
  43. "dependencies": {
  44. "lodash": "^4.17.10",
  45. "validator": "^10.4.0"
  46. },
  47. "deprecated": false,
  48. "description": "Express middleware for the validator module.",
  49. "devDependencies": {
  50. "@types/express": "^4.11.1",
  51. "chai": "^4.1.2",
  52. "coveralls": "^3.0.0",
  53. "docusaurus": "^1.5.1",
  54. "eslint": "^4.19.1",
  55. "mocha": "^5.1.1",
  56. "nyc": "^13.0.1",
  57. "typescript": "^2.8.3"
  58. },
  59. "engines": {
  60. "node": ">= 6.0.0"
  61. },
  62. "homepage": "https://express-validator.github.io",
  63. "keywords": [
  64. "express",
  65. "validator",
  66. "validation",
  67. "validate",
  68. "sanitize",
  69. "sanitization",
  70. "xss"
  71. ],
  72. "license": "MIT",
  73. "main": "./index.js",
  74. "name": "express-validator",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/express-validator/express-validator.git"
  78. },
  79. "scripts": {
  80. "docs:build": "npm --prefix ./website run build",
  81. "docs:publish": "USE_SSH=true CURRENT_BRANCH=master npm --prefix ./website run publish-gh-pages",
  82. "docs:start": "npm --prefix ./website start",
  83. "docs:version": "npm --prefix ./website run version",
  84. "lint": "eslint lib test check filter",
  85. "report-coverage": "cat coverage/lcov.info | coveralls",
  86. "test": "nyc mocha && tsc",
  87. "version": "npm run docs:version -- $npm_package_version && git add -A website"
  88. },
  89. "types": "./index.d.ts",
  90. "version": "5.3.1"
  91. }