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