package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "on-finished@2.4.1",
  3. "_id": "on-finished@2.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  6. "_location": "/on-finished",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "on-finished@2.4.1",
  12. "name": "on-finished",
  13. "escapedName": "on-finished",
  14. "rawSpec": "2.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "2.4.1"
  17. },
  18. "_requiredBy": [
  19. "/send"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  22. "_shasum": "58c8c44116e54845ad57f14ab10b03533184ac3f",
  23. "_spec": "on-finished@2.4.1",
  24. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/node_modules/send",
  25. "bugs": {
  26. "url": "https://github.com/jshttp/on-finished/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. },
  34. {
  35. "name": "Jonathan Ong",
  36. "email": "me@jongleberry.com",
  37. "url": "http://jongleberry.com"
  38. }
  39. ],
  40. "dependencies": {
  41. "ee-first": "1.1.1"
  42. },
  43. "deprecated": false,
  44. "description": "Execute a callback when a request closes, finishes, or errors",
  45. "devDependencies": {
  46. "eslint": "7.32.0",
  47. "eslint-config-standard": "14.1.1",
  48. "eslint-plugin-import": "2.25.4",
  49. "eslint-plugin-markdown": "2.2.1",
  50. "eslint-plugin-node": "11.1.0",
  51. "eslint-plugin-promise": "5.2.0",
  52. "eslint-plugin-standard": "4.1.0",
  53. "mocha": "9.2.1",
  54. "nyc": "15.1.0"
  55. },
  56. "engines": {
  57. "node": ">= 0.8"
  58. },
  59. "files": [
  60. "HISTORY.md",
  61. "LICENSE",
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/jshttp/on-finished#readme",
  65. "license": "MIT",
  66. "name": "on-finished",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/jshttp/on-finished.git"
  70. },
  71. "scripts": {
  72. "lint": "eslint .",
  73. "test": "mocha --reporter spec --bail --check-leaks test/",
  74. "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
  75. "test-cov": "nyc --reporter=html --reporter=text npm test"
  76. },
  77. "version": "2.4.1"
  78. }