package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "lodash.keys@3.1.2",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lodash.keys@3.1.2",
  10. "_id": "lodash.keys@3.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-CuBsapFjcubOGMn3VD+24HOAPxM79tH+V6ivJL3CHYjtrawauDJHUk//Yew9Hvc6e9rbCrURGk8z6PC+8WJBfQ==",
  13. "_location": "/lodash.keys",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lodash.keys@3.1.2",
  19. "name": "lodash.keys",
  20. "escapedName": "lodash.keys",
  21. "rawSpec": "3.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.2"
  24. },
  25. "_requiredBy": [
  26. "/lodash._baseassign",
  27. "/lodash._baseclone"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz",
  30. "_spec": "3.1.2",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "author": {
  33. "name": "John-David Dalton",
  34. "email": "john.david.dalton@gmail.com",
  35. "url": "http://allyoucanleet.com/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/lodash/lodash/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "John-David Dalton",
  43. "email": "john.david.dalton@gmail.com",
  44. "url": "http://allyoucanleet.com/"
  45. },
  46. {
  47. "name": "Benjamin Tan",
  48. "email": "demoneaux@gmail.com",
  49. "url": "https://d10.github.io/"
  50. },
  51. {
  52. "name": "Blaine Bublitz",
  53. "email": "blaine@iceddev.com",
  54. "url": "http://www.iceddev.com/"
  55. },
  56. {
  57. "name": "Kit Cambridge",
  58. "email": "github@kitcambridge.be",
  59. "url": "http://kitcambridge.be/"
  60. },
  61. {
  62. "name": "Mathias Bynens",
  63. "email": "mathias@qiwi.be",
  64. "url": "https://mathiasbynens.be/"
  65. }
  66. ],
  67. "dependencies": {
  68. "lodash._getnative": "^3.0.0",
  69. "lodash.isarguments": "^3.0.0",
  70. "lodash.isarray": "^3.0.0"
  71. },
  72. "description": "The modern build of lodash’s `_.keys` as a module.",
  73. "homepage": "https://lodash.com/",
  74. "icon": "https://lodash.com/icon.svg",
  75. "keywords": [
  76. "lodash",
  77. "lodash-modularized",
  78. "stdlib",
  79. "util"
  80. ],
  81. "license": "MIT",
  82. "name": "lodash.keys",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/lodash/lodash.git"
  86. },
  87. "scripts": {
  88. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  89. },
  90. "version": "3.1.2"
  91. }