package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "double-ended-queue@^2.1.0-0",
  3. "_id": "double-ended-queue@2.1.0-0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ED01J/0xUo9AGIEwyEHv3XgmTlw=",
  6. "_location": "/double-ended-queue",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "double-ended-queue@^2.1.0-0",
  12. "name": "double-ended-queue",
  13. "escapedName": "double-ended-queue",
  14. "rawSpec": "^2.1.0-0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0-0"
  17. },
  18. "_requiredBy": [
  19. "/redis",
  20. "/socket.io-redis/redis"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/double-ended-queue/-/double-ended-queue-2.1.0-0.tgz",
  23. "_shasum": "103d3527fd31528f40188130c841efdd78264e5c",
  24. "_spec": "double-ended-queue@^2.1.0-0",
  25. "_where": "/data/wwwroot/zbsc.yunbaozb.com/node/node_modules/redis",
  26. "author": {
  27. "name": "Petka Antonov",
  28. "email": "petka_antonov@hotmail.com",
  29. "url": "http://github.com/petkaantonov/"
  30. },
  31. "bugs": {
  32. "url": "http://github.com/petkaantonov/deque/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Extremely fast double-ended queue implementation",
  37. "devDependencies": {
  38. "acorn": "~0.3.1",
  39. "benchmark": "~1.0.0",
  40. "bluebird": "~0.11",
  41. "deque": "0.0.4",
  42. "grunt": "~0.4.1",
  43. "grunt-cli": "~0.1.9",
  44. "grunt-contrib-jshint": "~0.6.4",
  45. "jshint-stylish": "latest",
  46. "mocha": "~1.12.1",
  47. "q": "~0.9.7",
  48. "semver-utils": "~1.1.0"
  49. },
  50. "homepage": "https://github.com/petkaantonov/deque",
  51. "keywords": [
  52. "data-structure",
  53. "data-structures",
  54. "queue",
  55. "deque",
  56. "double-ended-queue"
  57. ],
  58. "license": "MIT",
  59. "main": "./js/deque.js",
  60. "name": "double-ended-queue",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/petkaantonov/deque.git"
  64. },
  65. "scripts": {
  66. "test": "grunt test"
  67. },
  68. "version": "2.1.0-0"
  69. }