package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "lodash@^4.17.10",
  3. "_id": "lodash@4.17.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==",
  6. "_location": "/lodash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash@^4.17.10",
  12. "name": "lodash",
  13. "escapedName": "lodash",
  14. "rawSpec": "^4.17.10",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.17.10"
  17. },
  18. "_requiredBy": [
  19. "/async",
  20. "/express-validator"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
  23. "_shasum": "b39ea6229ef607ecd89e2c8df12536891cac9b8d",
  24. "_spec": "lodash@^4.17.10",
  25. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register\\node_modules\\express-validator",
  26. "author": {
  27. "name": "John-David Dalton",
  28. "email": "john.david.dalton@gmail.com",
  29. "url": "http://allyoucanleet.com/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/lodash/lodash/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "John-David Dalton",
  38. "email": "john.david.dalton@gmail.com",
  39. "url": "http://allyoucanleet.com/"
  40. },
  41. {
  42. "name": "Mathias Bynens",
  43. "email": "mathias@qiwi.be",
  44. "url": "https://mathiasbynens.be/"
  45. }
  46. ],
  47. "deprecated": false,
  48. "description": "Lodash modular utilities.",
  49. "homepage": "https://lodash.com/",
  50. "icon": "https://lodash.com/icon.svg",
  51. "keywords": [
  52. "modules",
  53. "stdlib",
  54. "util"
  55. ],
  56. "license": "MIT",
  57. "main": "lodash.js",
  58. "name": "lodash",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/lodash/lodash.git"
  62. },
  63. "scripts": {
  64. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  65. },
  66. "version": "4.17.11"
  67. }