package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "lodash",
  3. "_id": "lodash@4.17.21",
  4. "_inBundle": false,
  5. "_integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  6. "_location": "/lodash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "lodash",
  12. "name": "lodash",
  13. "escapedName": "lodash",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  23. "_shasum": "679591c564c3bffaae8454cf0b3df370c3d6911c",
  24. "_spec": "lodash",
  25. "_where": "/Users/liangbowen/Documents/HBuilderProjects/pda-app",
  26. "author": {
  27. "name": "John-David Dalton",
  28. "email": "john.david.dalton@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/lodash/lodash/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "John-David Dalton",
  37. "email": "john.david.dalton@gmail.com"
  38. },
  39. {
  40. "name": "Mathias Bynens",
  41. "email": "mathias@qiwi.be"
  42. }
  43. ],
  44. "deprecated": false,
  45. "description": "Lodash modular utilities.",
  46. "homepage": "https://lodash.com/",
  47. "icon": "https://lodash.com/icon.svg",
  48. "keywords": [
  49. "modules",
  50. "stdlib",
  51. "util"
  52. ],
  53. "license": "MIT",
  54. "main": "lodash.js",
  55. "name": "lodash",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/lodash/lodash.git"
  59. },
  60. "scripts": {
  61. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  62. },
  63. "version": "4.17.21"
  64. }