package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "static-server2@1.0.5",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "static-server2@1.0.5",
  9. "_id": "static-server2@1.0.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-mZkdhKEaA/wep8CAYy/1ct4U1FfYGpATGDnAHHQY6DEh1hLfDguUbmGB01u4pFgbgHdapzULYn1EVrQOlk9q+g==",
  12. "_location": "/static-server2",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "static-server2@1.0.5",
  18. "name": "static-server2",
  19. "escapedName": "static-server2",
  20. "rawSpec": "1.0.5",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.5"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/static-server2/-/static-server2-1.0.5.tgz",
  28. "_spec": "1.0.5",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "libin"
  32. },
  33. "bin": {
  34. "server-start": "bin/www"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/alive1541/static-server/issues"
  38. },
  39. "dependencies": {
  40. "chalk": "^2.3.1",
  41. "handlebars": "^4.0.11",
  42. "mime": "^2.2.0",
  43. "multiparty": "^4.1.3",
  44. "yargs": "^11.0.0"
  45. },
  46. "description": "一个基于node的静态文件服务器",
  47. "homepage": "https://github.com/alive1541/static-server#readme",
  48. "license": "ISC",
  49. "main": "index.js",
  50. "name": "static-server2",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/alive1541/static-server.git"
  54. },
  55. "scripts": {
  56. "test": "echo \"Error: no test specified\" && exit 1"
  57. },
  58. "version": "1.0.5"
  59. }