package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "wxml-to-canvas@^1.1.1",
  3. "_id": "wxml-to-canvas@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ZHcUc/seJRva2U+Mb/p91kKQ58o=",
  6. "_location": "/wxml-to-canvas",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "wxml-to-canvas@^1.1.1",
  12. "name": "wxml-to-canvas",
  13. "escapedName": "wxml-to-canvas",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npm.taobao.org/wxml-to-canvas/download/wxml-to-canvas-1.1.1.tgz",
  23. "_shasum": "64771473fb1e251bdad94f8c6ffa7dd64290e7ca",
  24. "_spec": "wxml-to-canvas@^1.1.1",
  25. "_where": "G:\\phpstudy_pro\\WWW\\aiyuansu\\resources\\zqxgxcx",
  26. "author": {
  27. "name": "sanfordsun"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "widget-ui": "^1.0.2"
  32. },
  33. "deprecated": false,
  34. "description": "[![](https://img.shields.io/npm/v/wxml-to-canvas)](https://www.npmjs.com/package/wxml-to-canvas) [![](https://img.shields.io/npm/l/wxml-to-canvas)](https://github.com/wechat-miniprogram/wxml-to-canvas)",
  35. "devDependencies": {
  36. "colors": "^1.3.1",
  37. "eslint": "^5.14.1",
  38. "eslint-config-airbnb-base": "13.1.0",
  39. "eslint-loader": "^2.1.2",
  40. "eslint-plugin-import": "^2.16.0",
  41. "eslint-plugin-node": "^7.0.1",
  42. "eslint-plugin-promise": "^3.8.0",
  43. "gulp": "^4.0.0",
  44. "gulp-clean": "^0.4.0",
  45. "gulp-if": "^2.0.2",
  46. "gulp-install": "^1.1.0",
  47. "gulp-less": "^4.0.1",
  48. "gulp-rename": "^1.4.0",
  49. "gulp-sourcemaps": "^2.6.5",
  50. "jest": "^23.5.0",
  51. "miniprogram-simulate": "^1.0.0",
  52. "through2": "^2.0.3",
  53. "vinyl": "^2.2.0",
  54. "webpack": "^4.29.5",
  55. "webpack-cli": "^3.3.10",
  56. "webpack-node-externals": "^1.7.2"
  57. },
  58. "jest": {
  59. "testEnvironment": "jsdom",
  60. "testURL": "https://jest.test",
  61. "collectCoverageFrom": [
  62. "src/**/*.js"
  63. ],
  64. "moduleDirectories": [
  65. "node_modules",
  66. "src"
  67. ]
  68. },
  69. "license": "MIT",
  70. "main": "miniprogram_dist/index.js",
  71. "miniprogram": "miniprogram_dist",
  72. "name": "wxml-to-canvas",
  73. "repository": {
  74. "type": "git",
  75. "url": ""
  76. },
  77. "scripts": {
  78. "build": "gulp",
  79. "clean": "gulp clean",
  80. "clean-dev": "gulp clean --develop",
  81. "coverage": "jest ./test/* --coverage --bail",
  82. "dev": "gulp dev --develop",
  83. "dist": "npm run build",
  84. "lint": "eslint \"src/**/*.js\" --fix",
  85. "lint-tools": "eslint \"tools/**/*.js\" --rule \"import/no-extraneous-dependencies: false\" --fix",
  86. "test": "jest --bail",
  87. "test-debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --bail",
  88. "watch": "gulp watch --develop --watch"
  89. },
  90. "version": "1.1.1"
  91. }