|
@@ -1,94 +1,35 @@
|
|
|
{
|
|
|
- "_args": [
|
|
|
- [
|
|
|
- {
|
|
|
- "raw": "rongcloud-sdk@1.0.3",
|
|
|
- "scope": null,
|
|
|
- "escapedName": "rongcloud-sdk",
|
|
|
- "name": "rongcloud-sdk",
|
|
|
- "rawSpec": "1.0.3",
|
|
|
- "spec": "1.0.3",
|
|
|
- "type": "version"
|
|
|
- },
|
|
|
- "/home/ke/wd/ts/imsrv"
|
|
|
- ]
|
|
|
- ],
|
|
|
- "_from": "rongcloud-sdk@1.0.3",
|
|
|
- "_id": "rongcloud-sdk@1.0.3",
|
|
|
- "_inCache": true,
|
|
|
- "_location": "/rongcloud-sdk",
|
|
|
- "_nodeVersion": "0.12.4",
|
|
|
- "_npmUser": {
|
|
|
- "name": "crystaldust",
|
|
|
- "email": "juzhenatpku@gmail.com"
|
|
|
- },
|
|
|
- "_npmVersion": "2.10.1",
|
|
|
- "_phantomChildren": {},
|
|
|
- "_requested": {
|
|
|
- "raw": "rongcloud-sdk@1.0.3",
|
|
|
- "scope": null,
|
|
|
- "escapedName": "rongcloud-sdk",
|
|
|
- "name": "rongcloud-sdk",
|
|
|
- "rawSpec": "1.0.3",
|
|
|
- "spec": "1.0.3",
|
|
|
- "type": "version"
|
|
|
- },
|
|
|
- "_requiredBy": [
|
|
|
- "#USER"
|
|
|
- ],
|
|
|
- "_resolved": "https://registry.npmjs.org/rongcloud-sdk/-/rongcloud-sdk-1.0.3.tgz",
|
|
|
- "_shasum": "188efe8e5e8db3ca627628f1702e91d35c4da9ad",
|
|
|
- "_shrinkwrap": null,
|
|
|
- "_spec": "rongcloud-sdk@1.0.3",
|
|
|
- "_where": "/home/ke/wd/ts/imsrv",
|
|
|
- "author": {
|
|
|
- "name": "RongCloud"
|
|
|
- },
|
|
|
- "bugs": {
|
|
|
- "url": "https://github.com/rongcloud/server-sdk-nodejs/issues"
|
|
|
- },
|
|
|
- "contributors": [
|
|
|
- {
|
|
|
- "name": "crystaldust",
|
|
|
- "email": "juzhenatpku@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "dependencies": {
|
|
|
- "sha1": ">=1.1.0",
|
|
|
- "superagent": ">=0.21.0"
|
|
|
- },
|
|
|
+ "name": "rongcloud-sdk",
|
|
|
+ "version": "1.0.3",
|
|
|
"description": "The Server SDK of RongCloud",
|
|
|
- "devDependencies": {},
|
|
|
- "directories": {},
|
|
|
- "dist": {
|
|
|
- "shasum": "188efe8e5e8db3ca627628f1702e91d35c4da9ad",
|
|
|
- "tarball": "https://registry.npmjs.org/rongcloud-sdk/-/rongcloud-sdk-1.0.3.tgz"
|
|
|
+ "main": "index.js",
|
|
|
+ "scripts": {
|
|
|
+ "test": "cnpm install async@1.2.1 mocha@2.2.5 should@6.0.3 underscore@1.8.3 xml2js@0.4.9 && cd test && mocha ."
|
|
|
+ },
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/rongcloud/server-sdk-nodejs"
|
|
|
},
|
|
|
- "gitHead": "cc1762dabd6ae59e1682ded62d4b3926f0024923",
|
|
|
- "homepage": "http://rongcloud.cn",
|
|
|
"keywords": [
|
|
|
"mobile",
|
|
|
"im",
|
|
|
"server",
|
|
|
"sdk"
|
|
|
],
|
|
|
- "license": "MIT",
|
|
|
- "main": "index.js",
|
|
|
- "maintainers": [
|
|
|
+ "dependencies": {
|
|
|
+ "sha1": ">=1.1.0",
|
|
|
+ "superagent": ">=0.21.0"
|
|
|
+ },
|
|
|
+ "author": "RongCloud",
|
|
|
+ "contributors": [
|
|
|
{
|
|
|
"name": "crystaldust",
|
|
|
"email": "juzhenatpku@gmail.com"
|
|
|
}
|
|
|
],
|
|
|
- "name": "rongcloud-sdk",
|
|
|
- "optionalDependencies": {},
|
|
|
- "readme": "ERROR: No README data found!",
|
|
|
- "repository": {
|
|
|
- "type": "git",
|
|
|
- "url": "git+https://github.com/rongcloud/server-sdk-nodejs.git"
|
|
|
- },
|
|
|
- "scripts": {
|
|
|
- "test": "cnpm install async@1.2.1 mocha@2.2.5 should@6.0.3 underscore@1.8.3 xml2js@0.4.9 && cd test && mocha ."
|
|
|
+ "license": "MIT",
|
|
|
+ "bugs": {
|
|
|
+ "url": "https://github.com/rongcloud/server-sdk-nodejs/issues"
|
|
|
},
|
|
|
- "version": "1.0.3"
|
|
|
+ "homepage": "http://rongcloud.cn"
|
|
|
}
|