package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. "/send"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
  22. "_shasum": "4803735509ad8be552934c67df614f94e66fa015",
  23. "_spec": "destroy@1.2.0",
  24. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/node_modules/send",
  25. "author": {
  26. "name": "Jonathan Ong",
  27. "email": "me@jongleberry.com",
  28. "url": "http://jongleberry.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/stream-utils/destroy/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. }
  39. ],
  40. "deprecated": false,
  41. "description": "destroy a stream if possible",
  42. "devDependencies": {
  43. "eslint": "7.32.0",
  44. "eslint-config-standard": "14.1.1",
  45. "eslint-plugin-import": "2.25.4",
  46. "eslint-plugin-node": "11.1.0",
  47. "eslint-plugin-promise": "5.2.0",
  48. "eslint-plugin-standard": "4.1.0",
  49. "mocha": "9.2.2",
  50. "nyc": "15.1.0"
  51. },
  52. "engines": {
  53. "node": ">= 0.8",
  54. "npm": "1.2.8000 || >= 1.4.16"
  55. },
  56. "files": [
  57. "index.js",
  58. "LICENSE"
  59. ],
  60. "homepage": "https://github.com/stream-utils/destroy#readme",
  61. "keywords": [
  62. "stream",
  63. "streams",
  64. "destroy",
  65. "cleanup",
  66. "leak",
  67. "fd"
  68. ],
  69. "license": "MIT",
  70. "name": "destroy",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/stream-utils/destroy.git"
  74. },
  75. "scripts": {
  76. "lint": "eslint .",
  77. "test": "mocha --reporter spec",
  78. "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
  79. "test-cov": "nyc --reporter=html --reporter=text npm test"
  80. },
  81. "version": "1.2.0"
  82. }