package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "lodash@~0.7.0",
  5. "D:\\work\\im\\node_modules\\redis-lua2"
  6. ]
  7. ],
  8. "_from": "lodash@>=0.7.0 <0.8.0",
  9. "_id": "lodash@0.7.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/lodash",
  13. "_npmUser": {
  14. "email": "john.david.dalton@gmail.com",
  15. "name": "jdalton"
  16. },
  17. "_npmVersion": "1.1.59",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "lodash",
  21. "raw": "lodash@~0.7.0",
  22. "rawSpec": "~0.7.0",
  23. "scope": null,
  24. "spec": ">=0.7.0 <0.8.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/redis-lua2"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-0.7.0.tgz",
  31. "_shasum": "8d0649e1fcb58a546ae9cb9f86f61d442571ae83",
  32. "_shrinkwrap": null,
  33. "_spec": "lodash@~0.7.0",
  34. "_where": "D:\\work\\im\\node_modules\\redis-lua2",
  35. "author": {
  36. "email": "john.david.dalton@gmail.com",
  37. "name": "John-David Dalton",
  38. "url": "http://allyoucanleet.com/"
  39. },
  40. "bin": {
  41. "lodash": "./build.js"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/bestiejs/lodash/issues"
  45. },
  46. "dependencies": {},
  47. "deprecated": "lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.",
  48. "description": "A drop-in replacement for Underscore.js delivering performance, bug fixes, and additional features.",
  49. "devDependencies": {},
  50. "directories": {
  51. "doc": "./doc",
  52. "test": "./test"
  53. },
  54. "dist": {
  55. "shasum": "8d0649e1fcb58a546ae9cb9f86f61d442571ae83",
  56. "tarball": "https://registry.npmjs.org/lodash/-/lodash-0.7.0.tgz"
  57. },
  58. "engines": [
  59. "node",
  60. "rhino"
  61. ],
  62. "homepage": "http://lodash.com",
  63. "jam": {
  64. "main": "./lodash.min.js"
  65. },
  66. "keywords": [
  67. "browser",
  68. "client",
  69. "functional",
  70. "performance",
  71. "server",
  72. "speed",
  73. "util"
  74. ],
  75. "licenses": [
  76. {
  77. "type": "MIT",
  78. "url": "http://lodash.com/license"
  79. }
  80. ],
  81. "main": "lodash",
  82. "maintainers": [
  83. {
  84. "email": "john@fusejs.com",
  85. "name": "jdalton"
  86. }
  87. ],
  88. "name": "lodash",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/bestiejs/lodash.git"
  94. },
  95. "scripts": {
  96. "build": "node build",
  97. "test": "node test/test"
  98. },
  99. "version": "0.7.0"
  100. }