package.json 1.6 KB

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