package.json 2.0 KB

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