package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. ],
  21. "_resolved": "http://registry.npm.taobao.org/double-ended-queue/download/double-ended-queue-2.1.0-0.tgz",
  22. "_shasum": "103d3527fd31528f40188130c841efdd78264e5c",
  23. "_spec": "double-ended-queue@^2.1.0-0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\redis",
  25. "author": {
  26. "name": "Petka Antonov",
  27. "email": "petka_antonov@hotmail.com",
  28. "url": "http://github.com/petkaantonov/"
  29. },
  30. "bugs": {
  31. "url": "http://github.com/petkaantonov/deque/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Extremely fast double-ended queue implementation",
  36. "devDependencies": {
  37. "acorn": "~0.3.1",
  38. "benchmark": "~1.0.0",
  39. "bluebird": "~0.11",
  40. "deque": "0.0.4",
  41. "grunt": "~0.4.1",
  42. "grunt-cli": "~0.1.9",
  43. "grunt-contrib-jshint": "~0.6.4",
  44. "jshint-stylish": "latest",
  45. "mocha": "~1.12.1",
  46. "q": "~0.9.7",
  47. "semver-utils": "~1.1.0"
  48. },
  49. "homepage": "https://github.com/petkaantonov/deque",
  50. "keywords": [
  51. "data-structure",
  52. "data-structures",
  53. "queue",
  54. "deque",
  55. "double-ended-queue"
  56. ],
  57. "license": "MIT",
  58. "main": "./js/deque.js",
  59. "name": "double-ended-queue",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/petkaantonov/deque.git"
  63. },
  64. "scripts": {
  65. "test": "grunt test"
  66. },
  67. "version": "2.1.0-0"
  68. }