package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "lodash@4.17.20",
  5. "J:\\Github\\CURD-TS"
  6. ]
  7. ],
  8. "_from": "lodash@4.17.20",
  9. "_id": "lodash@4.17.20",
  10. "_inBundle": false,
  11. "_integrity": "sha1-tEqbYpe8tpjxxRo1RaKzs2jVnFI=",
  12. "_location": "/lodash",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "lodash@4.17.20",
  18. "name": "lodash",
  19. "escapedName": "lodash",
  20. "rawSpec": "4.17.20",
  21. "saveSpec": null,
  22. "fetchSpec": "4.17.20"
  23. },
  24. "_requiredBy": [
  25. "/@babel/types",
  26. "/element-plus"
  27. ],
  28. "_resolved": "http://192.168.250.101:4873/lodash/-/lodash-4.17.20.tgz",
  29. "_spec": "4.17.20",
  30. "_where": "J:\\Github\\CURD-TS",
  31. "author": {
  32. "name": "John-David Dalton",
  33. "email": "john.david.dalton@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/lodash/lodash/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "John-David Dalton",
  41. "email": "john.david.dalton@gmail.com"
  42. },
  43. {
  44. "name": "Mathias Bynens",
  45. "email": "mathias@qiwi.be"
  46. }
  47. ],
  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.20"
  67. }