康巴易测肤/伤疤uniapp小程序类
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 2.0KB

1 månad sedan
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "uni-simple-router@^2.0.8-beta.4",
  3. "_id": "uni-simple-router@2.0.8-beta.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ipTHhOaRvjV8qrt3HosX5pNMhwFYBnFOuKyV5joH0evfXubjrGI5tjdwpmwzfW5h3VBth3iAqScv+pW/QmIJXw==",
  6. "_location": "/uni-simple-router",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "uni-simple-router@^2.0.8-beta.4",
  12. "name": "uni-simple-router",
  13. "escapedName": "uni-simple-router",
  14. "rawSpec": "^2.0.8-beta.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.8-beta.4"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/uni-simple-router/-/uni-simple-router-2.0.8-beta.4.tgz",
  22. "_shasum": "2f86ef17b361c251e14361ffd860a82669770cc5",
  23. "_spec": "uni-simple-router@^2.0.8-beta.4",
  24. "_where": "C:\\Users\\14116\\Documents\\HBuilderProjects\\uniapp-template",
  25. "author": {
  26. "name": "hhyang"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/SilurianYang/uni-simple-router/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "> 一个更为简洁的[Vue-router](https://router.vuejs.org/zh/),专为 [uni-app](https://uniapp.dcloud.io/) 量身打造",
  34. "homepage": "https://github.com/SilurianYang/uni-simple-router#readme",
  35. "keywords": [
  36. "router",
  37. "uni-app-router",
  38. "interceptor",
  39. "uni-app",
  40. "uniapp"
  41. ],
  42. "license": "MIT",
  43. "main": "dist/uni-simple-router.js",
  44. "name": "uni-simple-router",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/SilurianYang/uni-simple-router.git"
  48. },
  49. "scripts": {
  50. "build": "node ./publish/build.js",
  51. "dev": "webpack --watch --progress --config webpack/webpack.dev.js",
  52. "dist": "webpack --progress --config webpack/webpack.prod.js",
  53. "dist:dts": "api-extractor run --local --verbose",
  54. "lint": "eslint --ext .js,.ts src",
  55. "lintFix": "eslint --ext .js,.ts src --fix",
  56. "publish": "node ./publish/index.js",
  57. "test": "jest test/query-toggle.spec.ts"
  58. },
  59. "types": "dist/uni-simple-router.d.ts",
  60. "version": "2.0.8-beta.4"
  61. }