package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "dequeue@1.0.3",
  3. "_id": "dequeue@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-MLj02i/CQJUaFdMbNSg+KbLeiXg=",
  6. "_location": "/dequeue",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "dequeue@1.0.3",
  12. "name": "dequeue",
  13. "escapedName": "dequeue",
  14. "rawSpec": "1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/log4js"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/dequeue/download/dequeue-1.0.3.tgz",
  22. "_shasum": "30b8f4da2fc240951a15d31b35283e29b2de8978",
  23. "_spec": "dequeue@1.0.3",
  24. "_where": "E:\\dev\\007\\node10\\node_modules\\log4js",
  25. "author": {
  26. "name": "LLeo",
  27. "email": "lleoem@gmail.com",
  28. "url": "http://lleo-blog.blogspot.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/lleo/node-dequeue/issues",
  32. "email": "lleoem@gmail.com"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "A simple double ended queue datastructure",
  38. "engines": {
  39. "node": "*"
  40. },
  41. "homepage": "https://github.com/lleo/node-dequeue",
  42. "keywords": [
  43. "datastructure",
  44. "queue",
  45. "double ended queue",
  46. "fifo",
  47. "FIFO",
  48. "linked list"
  49. ],
  50. "main": "./lib/index.js",
  51. "name": "dequeue",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/lleo/node-dequeue.git"
  55. },
  56. "version": "1.0.3"
  57. }