{ "_from": "@alicloud/pop-core", "_id": "@alicloud/pop-core@1.7.10", "_inBundle": false, "_integrity": "sha512-9/aLWgmgaAdB1ERNTpdOvF7wueLY5CDTRxKZr93x542iuYRA1NDpcKslFqLOy5CUOa0CbopET3JGaHSAz5qv9g==", "_location": "/@alicloud/pop-core", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "@alicloud/pop-core", "name": "@alicloud/pop-core", "escapedName": "@alicloud%2fpop-core", "scope": "@alicloud", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/@alicloud/pop-core/-/pop-core-1.7.10.tgz", "_shasum": "d0e221036dbb0ccde453dd09b1cfabd8341b7a69", "_spec": "@alicloud/pop-core", "_where": "E:\\workspace\\node\\qipai_server_india", "author": { "name": "Jackson Tian" }, "bugs": { "url": "https://github.com/aliyun/openapi-core-nodejs-sdk/issues" }, "bundleDependencies": false, "dependencies": { "debug": "^3.1.0", "httpx": "^2.1.2", "json-bigint": "^1.0.0", "kitx": "^1.2.1", "xml2js": "^0.4.17" }, "deprecated": false, "description": "AliCloud POP SDK core", "devDependencies": { "codecov": "^3.0.4", "eslint": "^6.6.0", "expect.js": "^0.3.1", "mocha": "^4", "muk": "^0.5.3", "nyc": "^12.0.2", "rewire": "^4.0.1" }, "directories": { "test": "test" }, "files": [ "lib", "index.js" ], "homepage": "https://github.com/aliyun/openapi-core-nodejs-sdk#readme", "keywords": [ "Aliyun", "AliCloud", "OpenAPI", "POP", "SDK", "Core" ], "license": "MIT", "main": "index.js", "name": "@alicloud/pop-core", "repository": { "type": "git", "url": "git+https://github.com/aliyun/openapi-core-nodejs-sdk.git" }, "scripts": { "ci": "npm run lint && npm run test-cov && codecov", "lint": "eslint --fix lib test", "test": "mocha -R spec test/*.test.js", "test-cov": "nyc -r=html -r=text -r=lcov mocha -t 3000 -R spec test/*.test.js", "test-integration": "mocha -R spec test/*.integration.js" }, "types": "lib/rpc.d.ts", "version": "1.7.10" }