package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "anywhere",
  3. "_id": "anywhere@1.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YrSvwc2/+qqdL5/XBT6juSFwkWmJDHaO7j6Yl11rtjZVvdNj1a+3UT+rk9sitNOEWhFbBufc4Oct7AAPsmJq7g==",
  6. "_location": "/anywhere",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "anywhere",
  12. "name": "anywhere",
  13. "escapedName": "anywhere",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/anywhere/-/anywhere-1.5.0.tgz",
  22. "_shasum": "8e00797690708dd3142339cb9b5b3f4dd5663008",
  23. "_spec": "anywhere",
  24. "_where": "E:\\layaair_demo\\layaair-demo\\h5",
  25. "author": {
  26. "name": "Jackson Tian"
  27. },
  28. "bin": {
  29. "anywhere": "./bin/anywhere"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/JacksonTian/anywhere/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "connect": "^3.6.6",
  37. "connect-history-api-fallback": "^1.2.0",
  38. "debug": "^2.2.0",
  39. "minimist": "^1.2.0",
  40. "serve-index": "^1.9.1",
  41. "serve-static": "^1.13.2"
  42. },
  43. "deprecated": false,
  44. "description": "Run static file server anywhere",
  45. "files": [
  46. "bin",
  47. "keys"
  48. ],
  49. "homepage": "https://github.com/JacksonTian/anywhere",
  50. "keywords": [
  51. "Static",
  52. "file",
  53. "server",
  54. "Assets"
  55. ],
  56. "license": "MIT",
  57. "name": "anywhere",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/JacksonTian/anywhere.git"
  61. },
  62. "version": "1.5.0"
  63. }