package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "lodash@~1.0.1",
  3. "_id": "lodash@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-j1dWDIO1n8JwvT1WG2kAQ0MOJVE=",
  6. "_location": "/lodash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash@~1.0.1",
  12. "name": "lodash",
  13. "escapedName": "lodash",
  14. "rawSpec": "~1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/globule"
  20. ],
  21. "_resolved": "http://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz",
  22. "_shasum": "8f57560c83b59fc270bd3d561b690043430e2551",
  23. "_spec": "lodash@~1.0.1",
  24. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/globule",
  25. "author": {
  26. "name": "John-David Dalton",
  27. "email": "john.david.dalton@gmail.com",
  28. "url": "http://allyoucanleet.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. "url": "http://allyoucanleet.com/"
  39. },
  40. {
  41. "name": "Blaine Bublitz",
  42. "email": "blaine@iceddev.com",
  43. "url": "http://iceddev.com/"
  44. },
  45. {
  46. "name": "Kit Cambridge",
  47. "email": "github@kitcambridge.be",
  48. "url": "http://kitcambridge.be/"
  49. },
  50. {
  51. "name": "Mathias Bynens",
  52. "email": "mathias@qiwi.be",
  53. "url": "http://mathiasbynens.be/"
  54. }
  55. ],
  56. "deprecated": false,
  57. "description": "A utility library delivering consistency, customization, performance, and extras.",
  58. "engines": [
  59. "node",
  60. "rhino"
  61. ],
  62. "homepage": "https://lodash.com/",
  63. "jam": {
  64. "main": "./dist/lodash.compat.js"
  65. },
  66. "keywords": [
  67. "browser",
  68. "client",
  69. "functional",
  70. "performance",
  71. "server",
  72. "speed",
  73. "util"
  74. ],
  75. "license": "MIT",
  76. "main": "./dist/lodash.js",
  77. "name": "lodash",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/lodash/lodash.git"
  81. },
  82. "version": "1.0.2"
  83. }