package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "name": "lodash",
  3. "version": "0.9.2",
  4. "description": "A utility library delivering consistency, customization, performance, and extras.",
  5. "homepage": "http://lodash.com",
  6. "license": "MIT",
  7. "main": "./lodash.js",
  8. "keywords": [
  9. "browser",
  10. "client",
  11. "functional",
  12. "performance",
  13. "server",
  14. "speed",
  15. "util"
  16. ],
  17. "author": {
  18. "name": "John-David Dalton",
  19. "email": "john.david.dalton@gmail.com",
  20. "url": "http://allyoucanleet.com/"
  21. },
  22. "contributors": [
  23. {
  24. "name": "John-David Dalton",
  25. "email": "john.david.dalton@gmail.com",
  26. "url": "http://allyoucanleet.com/"
  27. },
  28. {
  29. "name": "Blaine Bublitz",
  30. "email": "blaine@iceddev.com",
  31. "url": "http://iceddev.com/"
  32. },
  33. {
  34. "name": "Kit Cambridge",
  35. "email": "github@kitcambridge.be",
  36. "url": "http://kitcambridge.be/"
  37. },
  38. {
  39. "name": "Mathias Bynens",
  40. "email": "mathias@qiwi.be",
  41. "url": "http://mathiasbynens.be/"
  42. }
  43. ],
  44. "bugs": {
  45. "url": "https://github.com/lodash/lodash/issues"
  46. },
  47. "repository": {
  48. "type": "git",
  49. "url": "https://github.com/lodash/lodash.git"
  50. },
  51. "engines": [
  52. "node",
  53. "rhino"
  54. ],
  55. "jam": {
  56. "main": "./lodash.js"
  57. },
  58. "_id": "lodash@0.9.2",
  59. "dist": {
  60. "shasum": "8f3499c5245d346d682e5b0d3b40767e09f1a92c",
  61. "tarball": "http://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz"
  62. },
  63. "_from": "lodash@~0.9.2",
  64. "_npmVersion": "1.2.24",
  65. "_npmUser": {
  66. "name": "jdalton",
  67. "email": "john.david.dalton@gmail.com"
  68. },
  69. "maintainers": [
  70. {
  71. "name": "jdalton",
  72. "email": "john.david.dalton@gmail.com"
  73. }
  74. ],
  75. "directories": {},
  76. "_shasum": "8f3499c5245d346d682e5b0d3b40767e09f1a92c",
  77. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz",
  78. "readme": "ERROR: No README data found!"
  79. }