{ "_args": [ [ "vod-js-sdk-v6@1.4.12", "D:\\WWW\\git\\DSMall_uniapp\\DSMall_Store_uniapp" ] ], "_from": "vod-js-sdk-v6@1.4.12", "_id": "vod-js-sdk-v6@1.4.12", "_inBundle": false, "_integrity": "sha512-JxUPuKWJI7nh6KZX333Q0rCljOpqi4Gp1NSGiR/vvV/CYGn+DIBuN0SiSvpHraOAdlABvlD+swPZYOeSXbCabA==", "_location": "/vod-js-sdk-v6", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "vod-js-sdk-v6@1.4.12", "name": "vod-js-sdk-v6", "escapedName": "vod-js-sdk-v6", "rawSpec": "1.4.12", "saveSpec": null, "fetchSpec": "1.4.12" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/vod-js-sdk-v6/-/vod-js-sdk-v6-1.4.12.tgz", "_spec": "1.4.12", "_where": "D:\\WWW\\git\\DSMall_uniapp\\DSMall_Store_uniapp", "author": { "name": "alsotang", "email": "alsotang@gmail.com" }, "bugs": { "url": "https://github.com/tencentyun/vod-js-sdk-v6/issues" }, "dependencies": { "axios": "^0.21.1", "cos-js-sdk-v5": "0.5.27", "eventemitter3": "^4.0.7", "js-sha1": "^0.6.0", "uuid": "^3.3.2" }, "description": "tencent cloud vod js sdk v6", "devDependencies": { "@types/mocha": "^5.2.5", "@types/semver": "^6.0.0", "@types/sha1": "^1.1.1", "@types/uuid": "^3.4.4", "@typescript-eslint/eslint-plugin": "^1.9.0", "@typescript-eslint/parser": "^1.9.0", "cross-env": "^6.0.3", "eslint": "^5.16.0", "eslint-config-prettier": "^4.3.0", "eslint-plugin-prettier": "^3.1.0", "espower-typescript": "^9.0.1", "jsdom": "^13.1.0", "jsdom-global": "^3.0.2", "mm": "^2.4.1", "mocha": "^5.2.0", "nyc": "^13.1.0", "power-assert": "^1.6.1", "prettier": "^1.17.1", "semver": "^6.1.1", "ts-loader": "^5.3.3", "typescript": "^3.5.3", "webpack": "^4.28.1", "webpack-cli": "^3.2.1" }, "homepage": "https://github.com/tencentyun/vod-js-sdk-v6#readme", "keywords": [ "tencentcloud", "sdk", "vod" ], "license": "MIT", "main": "lib/src/tc_vod.js", "name": "vod-js-sdk-v6", "nyc": { "extension": [ ".ts", ".tsx" ], "include": [ "src" ], "reporter": [ "html" ], "all": true }, "repository": { "type": "git", "url": "git+https://github.com/tencentyun/vod-js-sdk-v6.git" }, "scripts": { "build": "npm run test && npm run dist && npm run compile", "compile": "tsc -p tsconfig.json", "cover": "cross-env NODE_ENV=test nyc mocha -r espower-typescript/guess -r jsdom-global/register -r test/env test/**/*.test.ts", "dev": "webpack --config webpack.dev.config.js --watch", "dist": "webpack --config webpack.config.js", "lint": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}' --quiet --fix", "prepublish": "npm run build", "test": "cross-env NODE_ENV=test mocha -r espower-typescript/guess -r jsdom-global/register -r test/env test/**/*.test.ts" }, "typings": "lib/src/tc_vod.d.ts", "unpkg": "dist/vod-js-sdk-v6.js", "version": "1.4.12" }