package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "killable@1.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "killable@1.0.1",
  10. "_id": "killable@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-TIzkQRh6Bhx0dPuHygjipjgZSJI=",
  13. "_location": "/killable",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "killable@1.0.1",
  19. "name": "killable",
  20. "escapedName": "killable",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/killable/download/killable-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Marten de Vries"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/marten-de-vries/killable/issues"
  36. },
  37. "description": "Keeps track of a server's open sockets so they can be destroyed at a moment's notice.",
  38. "homepage": "https://github.com/marten-de-vries/killable#readme",
  39. "keywords": [
  40. "express",
  41. "http",
  42. "server",
  43. "socket",
  44. "kill",
  45. "truncate",
  46. "destroy",
  47. "restart",
  48. "shutdown",
  49. "immeadiately"
  50. ],
  51. "license": "ISC",
  52. "main": "index.js",
  53. "name": "killable",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/marten-de-vries/killable.git"
  57. },
  58. "version": "1.0.1"
  59. }