package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "destroy@1.2.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "destroy@1.2.0",
  9. "_id": "destroy@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  12. "_location": "/destroy",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "destroy@1.2.0",
  18. "name": "destroy",
  19. "escapedName": "destroy",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/koa"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
  28. "_spec": "1.2.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Jonathan Ong",
  32. "email": "me@jongleberry.com",
  33. "url": "http://jongleberry.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/stream-utils/destroy/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Douglas Christopher Wilson",
  41. "email": "doug@somethingdoug.com"
  42. }
  43. ],
  44. "description": "destroy a stream if possible",
  45. "devDependencies": {
  46. "eslint": "7.32.0",
  47. "eslint-config-standard": "14.1.1",
  48. "eslint-plugin-import": "2.25.4",
  49. "eslint-plugin-node": "11.1.0",
  50. "eslint-plugin-promise": "5.2.0",
  51. "eslint-plugin-standard": "4.1.0",
  52. "mocha": "9.2.2",
  53. "nyc": "15.1.0"
  54. },
  55. "engines": {
  56. "node": ">= 0.8",
  57. "npm": "1.2.8000 || >= 1.4.16"
  58. },
  59. "files": [
  60. "index.js",
  61. "LICENSE"
  62. ],
  63. "homepage": "https://github.com/stream-utils/destroy#readme",
  64. "keywords": [
  65. "stream",
  66. "streams",
  67. "destroy",
  68. "cleanup",
  69. "leak",
  70. "fd"
  71. ],
  72. "license": "MIT",
  73. "name": "destroy",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/stream-utils/destroy.git"
  77. },
  78. "scripts": {
  79. "lint": "eslint .",
  80. "test": "mocha --reporter spec",
  81. "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
  82. "test-cov": "nyc --reporter=html --reporter=text npm test"
  83. },
  84. "version": "1.2.0"
  85. }