package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "uni-read-pages",
  3. "_id": "uni-read-pages@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GkrrZ0LX0vn9R5k6RKEi0Ez3Q3e2vUpjXQ8Z6/K/d28KudI9ajqgt8WEjQFlG5EPm1K6uTArN8LlqmZTEixDUA==",
  6. "_location": "/uni-read-pages",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "uni-read-pages",
  12. "name": "uni-read-pages",
  13. "escapedName": "uni-read-pages",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/uni-read-pages/-/uni-read-pages-1.0.5.tgz",
  23. "_shasum": "452c8dcaa8977bbaef600909be926c8d9704387c",
  24. "_spec": "uni-read-pages",
  25. "_where": "/Users/liangbowen/Documents/HBuilderProjects/hello-uniapp",
  26. "author": "",
  27. "bugs": {
  28. "url": "https://github.com/SilurianYang/uni-read-pages/issues"
  29. },
  30. "bundleDependencies": false,
  31. "deprecated": false,
  32. "description": "read `pages.json` file to generate the routes table",
  33. "directories": {
  34. "example": "examples"
  35. },
  36. "homepage": "https://github.com/SilurianYang/uni-read-pages#readme",
  37. "keywords": [],
  38. "license": "ISC",
  39. "main": "index.js",
  40. "name": "uni-read-pages",
  41. "repository": {
  42. "type": "git",
  43. "url": "git+https://github.com/SilurianYang/uni-read-pages.git"
  44. },
  45. "scripts": {
  46. "build": "webpack --progress --config webpack/webpack.prod.js",
  47. "dev": "webpack --watch --progress --config webpack/webpack.dev.js",
  48. "postinstall": "node -e \"console.log('\\x1b[91m','\\n\\n uni-simple-router 垫脚片,欢迎下载!\\n \\n 开源不易,需要鼓励。去给 uni-read-pages 项目 点个 star 吧 \\n\\n')\""
  49. },
  50. "version": "1.0.5"
  51. }