package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "cluster-key-slot@1.1.2",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "cluster-key-slot@1.1.2",
  9. "_id": "cluster-key-slot@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  12. "_location": "/cluster-key-slot",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cluster-key-slot@1.1.2",
  18. "name": "cluster-key-slot",
  19. "escapedName": "cluster-key-slot",
  20. "rawSpec": "1.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.2"
  23. },
  24. "_requiredBy": [
  25. "/@redis/client",
  26. "/ioredis"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  29. "_spec": "1.1.2",
  30. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  31. "author": {
  32. "name": "Mike Diarmid",
  33. "email": "mike.diarmid@gmail.com",
  34. "url": "http://github.com/Salakar/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/Salakar/cluster-key-slot/issues"
  38. },
  39. "description": "Generates CRC hashes for strings - for use by node redis clients to determine key slots.",
  40. "devDependencies": {
  41. "benchmark": "^2.1.0",
  42. "codeclimate-test-reporter": "^0.3.1",
  43. "coveralls": "^2.11.9",
  44. "eslint": "^3.5.0",
  45. "eslint-config-airbnb-base": "^7.1.0",
  46. "eslint-plugin-import": "^1.8.0",
  47. "istanbul": "^0.4.0",
  48. "mocha": "^3.0.2"
  49. },
  50. "directories": {
  51. "test": "test",
  52. "lib": "lib"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "homepage": "https://github.com/Salakar/cluster-key-slot#readme",
  58. "keywords": [
  59. "redis",
  60. "hash",
  61. "crc",
  62. "slot",
  63. "calc",
  64. "javascript",
  65. "node",
  66. "node_redis",
  67. "ioredis"
  68. ],
  69. "license": "Apache-2.0",
  70. "main": "lib/index.js",
  71. "name": "cluster-key-slot",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/Salakar/cluster-key-slot.git"
  75. },
  76. "scripts": {
  77. "benchmark": "node ./benchmark",
  78. "coverage:check": "node ./node_modules/istanbul/lib/cli.js check-coverage --branch 100 --statement 100",
  79. "coveralls": "cat ./coverage/lcov.info | coveralls",
  80. "posttest": "eslint ./lib && npm run coveralls",
  81. "test": "node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec"
  82. },
  83. "types": "index.d.ts",
  84. "version": "1.1.2"
  85. }