package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "vod-js-sdk-v6@1.4.12",
  5. "D:\\WWW\\git\\DSMall_uniapp\\DSMall_Store_uniapp"
  6. ]
  7. ],
  8. "_from": "vod-js-sdk-v6@1.4.12",
  9. "_id": "vod-js-sdk-v6@1.4.12",
  10. "_inBundle": false,
  11. "_integrity": "sha512-JxUPuKWJI7nh6KZX333Q0rCljOpqi4Gp1NSGiR/vvV/CYGn+DIBuN0SiSvpHraOAdlABvlD+swPZYOeSXbCabA==",
  12. "_location": "/vod-js-sdk-v6",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vod-js-sdk-v6@1.4.12",
  18. "name": "vod-js-sdk-v6",
  19. "escapedName": "vod-js-sdk-v6",
  20. "rawSpec": "1.4.12",
  21. "saveSpec": null,
  22. "fetchSpec": "1.4.12"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/vod-js-sdk-v6/-/vod-js-sdk-v6-1.4.12.tgz",
  28. "_spec": "1.4.12",
  29. "_where": "D:\\WWW\\git\\DSMall_uniapp\\DSMall_Store_uniapp",
  30. "author": {
  31. "name": "alsotang",
  32. "email": "alsotang@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/tencentyun/vod-js-sdk-v6/issues"
  36. },
  37. "dependencies": {
  38. "axios": "^0.21.1",
  39. "cos-js-sdk-v5": "0.5.27",
  40. "eventemitter3": "^4.0.7",
  41. "js-sha1": "^0.6.0",
  42. "uuid": "^3.3.2"
  43. },
  44. "description": "tencent cloud vod js sdk v6",
  45. "devDependencies": {
  46. "@types/mocha": "^5.2.5",
  47. "@types/semver": "^6.0.0",
  48. "@types/sha1": "^1.1.1",
  49. "@types/uuid": "^3.4.4",
  50. "@typescript-eslint/eslint-plugin": "^1.9.0",
  51. "@typescript-eslint/parser": "^1.9.0",
  52. "cross-env": "^6.0.3",
  53. "eslint": "^5.16.0",
  54. "eslint-config-prettier": "^4.3.0",
  55. "eslint-plugin-prettier": "^3.1.0",
  56. "espower-typescript": "^9.0.1",
  57. "jsdom": "^13.1.0",
  58. "jsdom-global": "^3.0.2",
  59. "mm": "^2.4.1",
  60. "mocha": "^5.2.0",
  61. "nyc": "^13.1.0",
  62. "power-assert": "^1.6.1",
  63. "prettier": "^1.17.1",
  64. "semver": "^6.1.1",
  65. "ts-loader": "^5.3.3",
  66. "typescript": "^3.5.3",
  67. "webpack": "^4.28.1",
  68. "webpack-cli": "^3.2.1"
  69. },
  70. "homepage": "https://github.com/tencentyun/vod-js-sdk-v6#readme",
  71. "keywords": [
  72. "tencentcloud",
  73. "sdk",
  74. "vod"
  75. ],
  76. "license": "MIT",
  77. "main": "lib/src/tc_vod.js",
  78. "name": "vod-js-sdk-v6",
  79. "nyc": {
  80. "extension": [
  81. ".ts",
  82. ".tsx"
  83. ],
  84. "include": [
  85. "src"
  86. ],
  87. "reporter": [
  88. "html"
  89. ],
  90. "all": true
  91. },
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/tencentyun/vod-js-sdk-v6.git"
  95. },
  96. "scripts": {
  97. "build": "npm run test && npm run dist && npm run compile",
  98. "compile": "tsc -p tsconfig.json",
  99. "cover": "cross-env NODE_ENV=test nyc mocha -r espower-typescript/guess -r jsdom-global/register -r test/env test/**/*.test.ts",
  100. "dev": "webpack --config webpack.dev.config.js --watch",
  101. "dist": "webpack --config webpack.config.js",
  102. "lint": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}' --quiet --fix",
  103. "prepublish": "npm run build",
  104. "test": "cross-env NODE_ENV=test mocha -r espower-typescript/guess -r jsdom-global/register -r test/env test/**/*.test.ts"
  105. },
  106. "typings": "lib/src/tc_vod.d.ts",
  107. "unpkg": "dist/vod-js-sdk-v6.js",
  108. "version": "1.4.12"
  109. }