package.json 2.0 KB

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