package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "name": "lodash",
  3. "version": "4.13.1",
  4. "description": "Lodash modular utilities.",
  5. "keywords": [
  6. "modules",
  7. "stdlib",
  8. "util"
  9. ],
  10. "homepage": "https://lodash.com/",
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/lodash/lodash.git"
  14. },
  15. "icon": "https://lodash.com/icon.svg",
  16. "license": "MIT",
  17. "main": "lodash.js",
  18. "author": {
  19. "name": "John-David Dalton",
  20. "email": "john.david.dalton@gmail.com",
  21. "url": "http://allyoucanleet.com/"
  22. },
  23. "contributors": [
  24. {
  25. "name": "John-David Dalton",
  26. "email": "john.david.dalton@gmail.com",
  27. "url": "http://allyoucanleet.com/"
  28. },
  29. {
  30. "name": "Blaine Bublitz",
  31. "email": "blaine.bublitz@gmail.com",
  32. "url": "https://github.com/phated"
  33. },
  34. {
  35. "name": "Mathias Bynens",
  36. "email": "mathias@qiwi.be",
  37. "url": "https://mathiasbynens.be/"
  38. }
  39. ],
  40. "scripts": {
  41. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  42. },
  43. "bugs": {
  44. "url": "https://github.com/lodash/lodash/issues"
  45. },
  46. "_id": "lodash@4.13.1",
  47. "_shasum": "83e4b10913f48496d4d16fec4a560af2ee744b68",
  48. "_from": "lodash@latest",
  49. "_npmVersion": "2.14.12",
  50. "_nodeVersion": "4.2.4",
  51. "_npmUser": {
  52. "name": "jdalton",
  53. "email": "john.david.dalton@gmail.com"
  54. },
  55. "dist": {
  56. "shasum": "83e4b10913f48496d4d16fec4a560af2ee744b68",
  57. "size": 296137,
  58. "noattachment": false,
  59. "tarball": "http://registry.npm.taobao.org/lodash/download/lodash-4.13.1.tgz"
  60. },
  61. "maintainers": [
  62. {
  63. "name": "jdalton",
  64. "email": "john.david.dalton@gmail.com"
  65. },
  66. {
  67. "name": "mathias",
  68. "email": "mathias@qiwi.be"
  69. },
  70. {
  71. "name": "phated",
  72. "email": "blaine.bublitz@gmail.com"
  73. }
  74. ],
  75. "_npmOperationalInternal": {
  76. "host": "packages-16-east.internal.npmjs.com",
  77. "tmp": "tmp/lodash-4.13.1.tgz_1464019142054_0.5244540225248784"
  78. },
  79. "directories": {},
  80. "publish_time": 1464019145944,
  81. "_cnpm_publish_time": 1464019145944,
  82. "_resolved": "http://registry.npm.taobao.org/lodash/download/lodash-4.13.1.tgz"
  83. }