package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "@redis/json@1.0.7",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "@redis/json@1.0.7",
  9. "_id": "@redis/json@1.0.7",
  10. "_inBundle": false,
  11. "_integrity": "sha512-6UyXfjVaTBTJtKNG4/9Z8PSpKE6XgSyEb8iwaqDcy+uKrd/DGYHTWkUdnQDyzm727V7p21WUMhsqz5oy65kPcQ==",
  12. "_location": "/@redis/json",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@redis/json@1.0.7",
  18. "name": "@redis/json",
  19. "escapedName": "@redis%2fjson",
  20. "scope": "@redis",
  21. "rawSpec": "1.0.7",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.7"
  24. },
  25. "_requiredBy": [
  26. "/redis"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/@redis/json/-/json-1.0.7.tgz",
  29. "_spec": "1.0.7",
  30. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  31. "bugs": {
  32. "url": "https://github.com/redis/node-redis/issues"
  33. },
  34. "description": "This package provides support for the [RedisJSON](https://redis.io/docs/stack/json/) module, which adds JSON as a native data type to Redis. It extends the [Node Redis client](https://github.com/redis/node-redis) to include functions for each of the RedisJSON commands.",
  35. "devDependencies": {
  36. "@istanbuljs/nyc-config-typescript": "^1.0.2",
  37. "@redis/test-utils": "*",
  38. "@types/node": "^20.6.2",
  39. "nyc": "^15.1.0",
  40. "release-it": "^16.1.5",
  41. "source-map-support": "^0.5.21",
  42. "ts-node": "^10.9.1",
  43. "typedoc": "^0.25.1",
  44. "typescript": "^5.2.2"
  45. },
  46. "files": [
  47. "dist/"
  48. ],
  49. "homepage": "https://github.com/redis/node-redis/tree/master/packages/json",
  50. "keywords": [
  51. "redis",
  52. "RedisJSON"
  53. ],
  54. "license": "MIT",
  55. "main": "./dist/index.js",
  56. "name": "@redis/json",
  57. "peerDependencies": {
  58. "@redis/client": "^1.0.0"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/redis/node-redis.git"
  63. },
  64. "scripts": {
  65. "build": "tsc",
  66. "documentation": "typedoc",
  67. "test": "nyc -r text-summary -r lcov mocha -r source-map-support/register -r ts-node/register './lib/**/*.spec.ts'"
  68. },
  69. "types": "./dist/index.d.ts",
  70. "version": "1.0.7"
  71. }