123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "miniprogram-ts-less-quickstart",
- "version": "1.0.0",
- "lockfileVersion": 2,
- "requires": true,
- "packages": {
- "node_modules/fast-deep-equal": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz",
- "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w=="
- },
- "node_modules/miniprogram-api-typings": {
- "version": "2.12.0",
- "resolved": "https://registry.npmmirror.com/miniprogram-api-typings/-/miniprogram-api-typings-2.12.0.tgz",
- "integrity": "sha512-ibvbqeslVFur0IAvTxLMvsbtvVcMo6gwvOnj0YZHV7aeDLu091VQRrETT2QuiG9P6aZWRcxeNGJChRKVPCp9VQ==",
- "dev": true
- },
- "node_modules/miniprogram-computed": {
- "version": "4.3.8",
- "resolved": "https://registry.npmmirror.com/miniprogram-computed/-/miniprogram-computed-4.3.8.tgz",
- "integrity": "sha512-37MqgVPpU7Z2Iy9Y9vYlhDUDQw7ae5VWf+3NyURwEn2e7FOJUVop9JXysUWgA2SgPZawNizGHSghfMqYYJjG6g==",
- "dependencies": {
- "fast-deep-equal": "^2.0.1",
- "rfdc": "^1.1.4"
- }
- },
- "node_modules/rfdc": {
- "version": "1.3.0",
- "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.3.0.tgz",
- "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA=="
- }
- }
- }
|