租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
2.1 KiB

3 months ago
  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. "/formstream"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
  23. "_shasum": "4803735509ad8be552934c67df614f94e66fa015",
  24. "_spec": "destroy@^1.0.4",
  25. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\ali-oss",
  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. }