package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "lodash@1.0.2",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lodash@1.0.2",
  10. "_id": "lodash@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-j1dWDIO1n8JwvT1WG2kAQ0MOJVE=",
  13. "_location": "/lodash",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lodash@1.0.2",
  19. "name": "lodash",
  20. "escapedName": "lodash",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/globule"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "John-David Dalton",
  33. "email": "john.david.dalton@gmail.com",
  34. "url": "http://allyoucanleet.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/lodash/lodash/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "John-David Dalton",
  42. "email": "john.david.dalton@gmail.com",
  43. "url": "http://allyoucanleet.com/"
  44. },
  45. {
  46. "name": "Blaine Bublitz",
  47. "email": "blaine@iceddev.com",
  48. "url": "http://iceddev.com/"
  49. },
  50. {
  51. "name": "Kit Cambridge",
  52. "email": "github@kitcambridge.be",
  53. "url": "http://kitcambridge.be/"
  54. },
  55. {
  56. "name": "Mathias Bynens",
  57. "email": "mathias@qiwi.be",
  58. "url": "http://mathiasbynens.be/"
  59. }
  60. ],
  61. "description": "A utility library delivering consistency, customization, performance, and extras.",
  62. "engines": [
  63. "node",
  64. "rhino"
  65. ],
  66. "homepage": "https://lodash.com/",
  67. "jam": {
  68. "main": "./dist/lodash.compat.js"
  69. },
  70. "keywords": [
  71. "browser",
  72. "client",
  73. "functional",
  74. "performance",
  75. "server",
  76. "speed",
  77. "util"
  78. ],
  79. "license": "MIT",
  80. "main": "./dist/lodash.js",
  81. "name": "lodash",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/lodash/lodash.git"
  85. },
  86. "version": "1.0.2"
  87. }