You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.8 KiB
52 lines
1.8 KiB
{
|
|
"_from": "qcloud-iotexplorer-appdev-sdk",
|
|
"_id": "qcloud-iotexplorer-appdev-sdk@1.4.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-pjlqmst1A50HG+5D2R7DcO92Zx4f3pFvJIIJGCXUYKl55XvkpGYRUaoQ9bLb79O3eF71ZgMoiiitXXsciyJIvg==",
|
|
"_location": "/qcloud-iotexplorer-appdev-sdk",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "qcloud-iotexplorer-appdev-sdk",
|
|
"name": "qcloud-iotexplorer-appdev-sdk",
|
|
"escapedName": "qcloud-iotexplorer-appdev-sdk",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/qcloud-iotexplorer-appdev-sdk/-/qcloud-iotexplorer-appdev-sdk-1.4.6.tgz",
|
|
"_shasum": "5d8dad40759da5cd8e9c9922523e0e73a365a838",
|
|
"_spec": "qcloud-iotexplorer-appdev-sdk",
|
|
"_where": "D:\\git\\otherpeoplehomecode\\qcloud-iotexplorer-appdev-miniprogram-sdk-demo",
|
|
"author": {
|
|
"name": "xiaoyuze88@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tencentyun/qcloud-iotexplorer-appdev-sdk/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"event-emitter-for-miniprogram": "^0.4.6",
|
|
"js-base64": "^3.2.4",
|
|
"query-string": "^6.9.0",
|
|
"shortid-for-miniprogram": "^2.2.15",
|
|
"tslib": "^2.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "腾讯云物联网开发平台应用开发小程序端SDK",
|
|
"gitHead": "4895d79ede474478f1bc05fd88e750f5b7ec93f6",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "qcloud-iotexplorer-appdev-sdk",
|
|
"scripts": {
|
|
"build": "npm run build:lib",
|
|
"build:lib": "rm -rf lib && npx tsc -p tsconfig.json -t es5 --outDir lib && node ../../bin/minify.js -p jssdk -t lib",
|
|
"dev": "rm -rf lib && npx tsc -p tsconfig.json -t es5 --outDir lib --watch"
|
|
},
|
|
"version": "1.4.6"
|
|
}
|
|
|