package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "@lucky-canvas/mini@latest",
  3. "_id": "@lucky-canvas/mini@0.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4wX/481bwA3eWMfeSgVPsQYYk4KRlGH/CSmSytg6kHK/oUk2kOhnSHBCUfR8K9wyuo8fDWoQ7iBqZ523KmLoDA==",
  6. "_location": "/@lucky-canvas/mini",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "@lucky-canvas/mini@latest",
  12. "name": "@lucky-canvas/mini",
  13. "escapedName": "@lucky-canvas%2fmini",
  14. "scope": "@lucky-canvas",
  15. "rawSpec": "latest",
  16. "saveSpec": null,
  17. "fetchSpec": "latest"
  18. },
  19. "_requiredBy": [
  20. "#USER",
  21. "/"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@lucky-canvas/mini/-/mini-0.0.6.tgz",
  24. "_shasum": "7a57b8541ce4b7ff8d3ede298ef1e6032c37e2bb",
  25. "_spec": "@lucky-canvas/mini@latest",
  26. "_where": "E:\\Software\\phpstudy_pro\\WWW\\zqxg\\resources\\zqxg\\zqxgxcx",
  27. "author": {
  28. "name": "ldq"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "lucky-canvas": "~1.7.16"
  33. },
  34. "deprecated": false,
  35. "description": "<div align=\"center\"> <img src=\"https://cdn.jsdelivr.net/gh/buuing/cdn/imgs/lucky-canvas.jpg\" width=\"210\" alt=\"logo\" /> <h1>微信小程序 抽奖组件</h1> <p>一个基于微信小程序的 ( 大转盘 / 九宫格 / 老虎机 ) 抽奖插件</p> <p> <a href=\"https://github.com/buuing/lucky-canvas/stargazers\" target=\"_black\"> <img src=\"https://img.shields.io/github/stars/buuing/lucky-canvas?color=%23ffba15&logo=github&style=flat-square\" alt=\"stars\" /> </a> <a href=\"https://github.com/buuing/lucky-canvas/network/members\" target=\"_black\"> <img src=\"https://img.shields.io/github/forks/buuing/lucky-canvas?color=%23ffba15&logo=github&style=flat-square\" alt=\"forks\" /> </a> <a href=\"https://github.com/buuing\" target=\"_black\"> <img src=\"https://img.shields.io/badge/Author-%20buuing%20-7289da.svg?&logo=github&style=flat-square\" alt=\"author\" /> </a> <a href=\"https://github.com/buuing/lucky-canvas/blob/master/LICENSE\" target=\"_black\"> <img src=\"https://img.shields.io/github/license/buuing/lucky-canvas?color=%232dce89&logo=github&style=flat-square\" alt=\"license\" /> </a> </p> </div>",
  36. "devDependencies": {
  37. "@typescript-eslint/eslint-plugin": "^2.28.0",
  38. "@typescript-eslint/parser": "^2.28.0",
  39. "babel-core": "^6.26.3",
  40. "babel-loader": "^7.1.5",
  41. "babel-plugin-module-resolver": "^3.2.0",
  42. "babel-preset-env": "^1.7.0",
  43. "colors": "^1.3.1",
  44. "eslint": "^5.14.1",
  45. "eslint-config-airbnb-base": "13.1.0",
  46. "eslint-loader": "^2.1.2",
  47. "eslint-plugin-import": "^2.16.0",
  48. "eslint-plugin-node": "^7.0.1",
  49. "eslint-plugin-promise": "^3.8.0",
  50. "gulp": "^4.0.0",
  51. "gulp-clean": "^0.4.0",
  52. "gulp-if": "^2.0.2",
  53. "gulp-install": "^1.1.0",
  54. "gulp-less": "^4.0.1",
  55. "gulp-rename": "^1.4.0",
  56. "gulp-sourcemaps": "^2.6.5",
  57. "jest": "^23.5.0",
  58. "miniprogram-api-typings": "^2.10.3-1",
  59. "miniprogram-simulate": "^1.2.5",
  60. "thread-loader": "^2.1.3",
  61. "through2": "^2.0.3",
  62. "ts-loader": "^7.0.0",
  63. "typescript": "^3.8.3",
  64. "vinyl": "^2.2.0",
  65. "webpack": "^4.29.5",
  66. "webpack-node-externals": "^1.7.2"
  67. },
  68. "files": [
  69. "dist"
  70. ],
  71. "jest": {
  72. "testEnvironment": "jsdom",
  73. "testURL": "https://jest.test",
  74. "collectCoverageFrom": [
  75. "dist/**/*.js"
  76. ],
  77. "moduleDirectories": [
  78. "node_modules",
  79. "dist"
  80. ]
  81. },
  82. "license": "Apache-2.0",
  83. "main": "dist/index.js",
  84. "miniprogram": "dist",
  85. "name": "@lucky-canvas/mini",
  86. "repository": {
  87. "type": "git",
  88. "url": ""
  89. },
  90. "scripts": {
  91. "build": "gulp",
  92. "clean": "gulp clean",
  93. "clean-dev": "gulp clean --develop",
  94. "coverage": "jest ./test/* --coverage --bail",
  95. "dev": "gulp dev --develop --watch",
  96. "dist": "npm run build",
  97. "lint": "eslint \"src/**/*.js\" --fix",
  98. "lint-tools": "eslint \"tools/**/*.js\" --rule \"import/no-extraneous-dependencies: false\" --fix",
  99. "test": "jest --bail",
  100. "test-debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --bail"
  101. },
  102. "version": "0.0.6"
  103. }