package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "lodash.isarray@3.0.4",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lodash.isarray@3.0.4",
  10. "_id": "lodash.isarray@3.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-JwObCrNJuT0Nnbuecmqr5DgtuBppuCvGD9lxjFpAzwnVtdGoDQ1zig+5W8k5/6Gcn0gZ3936HDAlGd28i7sOGQ==",
  13. "_location": "/lodash.isarray",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lodash.isarray@3.0.4",
  19. "name": "lodash.isarray",
  20. "escapedName": "lodash.isarray",
  21. "rawSpec": "3.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.4"
  24. },
  25. "_requiredBy": [
  26. "/lodash._baseclone",
  27. "/lodash.keys"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
  30. "_spec": "3.0.4",
  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. "description": "The modern build of lodash’s `_.isArray` as a module.",
  68. "homepage": "https://lodash.com/",
  69. "icon": "https://lodash.com/icon.svg",
  70. "keywords": [
  71. "lodash",
  72. "lodash-modularized",
  73. "stdlib",
  74. "util"
  75. ],
  76. "license": "MIT",
  77. "name": "lodash.isarray",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/lodash/lodash.git"
  81. },
  82. "scripts": {
  83. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  84. },
  85. "version": "3.0.4"
  86. }