package.json 2.0 KB

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