| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_args": [
- [
- "@redis/time-series@1.1.0",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "@redis/time-series@1.1.0",
- "_id": "@redis/time-series@1.1.0",
- "_inBundle": false,
- "_integrity": "sha512-c1Q99M5ljsIuc4YdaCwfUEXsofakb9c8+Zse2qxTadu8TalLXuAESzLvFAvNVbkmSlvlzIQOLpBCmWI9wTOt+g==",
- "_location": "/@redis/time-series",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@redis/time-series@1.1.0",
- "name": "@redis/time-series",
- "escapedName": "@redis%2ftime-series",
- "scope": "@redis",
- "rawSpec": "1.1.0",
- "saveSpec": null,
- "fetchSpec": "1.1.0"
- },
- "_requiredBy": [
- "/redis"
- ],
- "_resolved": "https://registry.npmmirror.com/@redis/time-series/-/time-series-1.1.0.tgz",
- "_spec": "1.1.0",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "bugs": {
- "url": "https://github.com/redis/node-redis/issues"
- },
- "description": "This package provides support for the [RedisTimeSeries](https://redistimeseries.io) module, which adds a time series data structure to Redis. It extends the [Node Redis client](https://github.com/redis/node-redis) to include functions for each of the RedisTimeSeries commands.",
- "devDependencies": {
- "@istanbuljs/nyc-config-typescript": "^1.0.2",
- "@redis/test-utils": "*",
- "@types/node": "^20.6.2",
- "nyc": "^15.1.0",
- "release-it": "^16.1.5",
- "source-map-support": "^0.5.21",
- "ts-node": "^10.9.1",
- "typedoc": "^0.25.1",
- "typescript": "^5.2.2"
- },
- "files": [
- "dist/"
- ],
- "homepage": "https://github.com/redis/node-redis/tree/master/packages/time-series",
- "keywords": [
- "redis",
- "RedisTimeSeries"
- ],
- "license": "MIT",
- "main": "./dist/index.js",
- "name": "@redis/time-series",
- "peerDependencies": {
- "@redis/client": "^1.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/redis/node-redis.git"
- },
- "scripts": {
- "build": "tsc",
- "documentation": "typedoc",
- "test": "nyc -r text-summary -r lcov mocha -r source-map-support/register -r ts-node/register './lib/**/*.spec.ts'"
- },
- "types": "./dist/index.d.ts",
- "version": "1.1.0"
- }
|