{"_rev":"3-ded6a9a543c174bd4971b8df42578923","time":{"created":"2025-07-15T13:51:13.470Z","modified":"2025-07-15T13:51:13.944Z","1.0.0":"2025-07-14T08:15:36.749Z","1.0.1":"2025-07-15T13:51:13.650Z"},"_id":"115open","name":"115open","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.1":{"name":"115open","version":"1.0.1","description":"115开放平台 JS/TS SDK，支持 Node.js、Vue、React。中英文注释，单元测试，CI集成。115 Open Platform JS/TS SDK for Node.js, Vue, React. With Chinese/English comments, unit tests, CI integration.","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"tsc","test":"jest","lint":"eslint src --ext .ts"},"repository":{"type":"git","url":"git+https://github.com/dustink66/115open-js-sdk.git"},"author":{"name":"尘墨成","email":"dustink@qq.com","url":"dustink"},"license":"MIT","devDependencies":{"@types/jest":"^30.0.0","eslint":"^8.0.0","jest":"^29.0.0","typescript":"^5.0.0"},"packageManager":"yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e","dependencies":{"@types/axios":"^0.14.4","axios":"^1.10.0"},"_id":"115open@1.0.1","gitHead":"61c0275e75dda108e9773c37fc964477bc660d51","bugs":{"url":"https://github.com/dustink66/115open-js-sdk/issues"},"homepage":"https://github.com/dustink66/115open-js-sdk#readme","_nodeVersion":"20.19.2","_npmVersion":"10.8.2","dist":{"integrity":"sha512-MAT11LYYZBPMb+vuFOLT8MHkblvR2dHfUItM3EPMHY2pP9l/8YpKhfcVl43LcBrAr4RdHPg0B6jOMEgzaC0uEA==","shasum":"626e253e0bad7543f6a76c56e9ab01770c09a2b4","tarball":"https://registry.npmjs.org/115open/-/115open-1.0.1.tgz","fileCount":10,"unpackedSize":27974,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDBLzv3MXPd9nN3QaBVSJG4NJLcgUG9fSfFRNEWx1VZlQIhAPYCiDW8IqPq3PyRfI4LV9oAxlPOw2YHAXs3JG59s7fS"}]},"_npmUser":{"name":"dustink66","email":"dustink@qq.com"},"directories":{},"maintainers":[{"name":"dustink66","email":"dustink@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/115open_1.0.1_1752587473471_0.5395678062672957"},"_hasShrinkwrap":false}},"maintainers":[{"name":"dustink66","email":"dustink@qq.com"}],"description":"115开放平台 JS/TS SDK，支持 Node.js、Vue、React。中英文注释，单元测试，CI集成。115 Open Platform JS/TS SDK for Node.js, Vue, React. With Chinese/English comments, unit tests, CI integration.","homepage":"https://github.com/dustink66/115open-js-sdk#readme","repository":{"type":"git","url":"git+https://github.com/dustink66/115open-js-sdk.git"},"author":{"name":"尘墨成","email":"dustink@qq.com","url":"dustink"},"bugs":{"url":"https://github.com/dustink66/115open-js-sdk/issues"},"license":"MIT","readme":"[English README](./README.md)\n\n# 115开放平台 JS/TS SDK\n\n115开放平台 JS/TS SDK，支持 Node.js、Vue、React。支持设备码授权、二维码登录、Token 管理、用户信息、文件管理、离线下载等功能。基于官方开发文档实现。\n\n---\n\n## 特性\n- 设备码授权\n- 二维码登录\n- Token 获取与刷新\n- 用户信息获取\n- 文件管理\n- 离线下载\n\n---\n\n## 安装\n\n```bash\nnpm install 115open\n# 或\nyarn add 115open\n```\n\n---\n\n## 快速上手\n\n```js\nimport { Client } from '115open';\nconst client = new Client('your_client_id');\n// 设备码授权\nconst authUrl = client.auth.getDeviceCodeUrl();\n// 获取用户信息\nconst user = await client.user.getInfo();\n```\n\n---\n\n## 主要API示例\n\n```js\n// 文件列表\nconst files = await client.fileManager.list();\n\n// 离线下载\nawait client.offline.addTask(url);\n```\n\n---\n\n## 贡献\n欢迎提交 issue 和 PR！\n\n---\n\n## 许可证\nMIT ","readmeFilename":"README.zh-CN.md"}