package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "destroy@^1.0.4",
  3. "_id": "destroy@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  6. "_location": "/destroy",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "destroy@^1.0.4",
  12. "name": "destroy",
  13. "escapedName": "destroy",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss",
  20. "/express/body-parser",
  21. "/formstream",
  22. "/send"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
  25. "_shasum": "4803735509ad8be552934c67df614f94e66fa015",
  26. "_spec": "destroy@^1.0.4",
  27. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\ali-oss",
  28. "author": {
  29. "name": "Jonathan Ong",
  30. "email": "me@jongleberry.com",
  31. "url": "http://jongleberry.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/stream-utils/destroy/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Douglas Christopher Wilson",
  40. "email": "doug@somethingdoug.com"
  41. }
  42. ],
  43. "deprecated": false,
  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. }