package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "exit-on-epipe@~1.0.1",
  3. "_id": "exit-on-epipe@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-h2z5mrROTxce56S+pnvAV890uu7ls7f1kEvVGJbw1OlFH3/mlJ5bkXu0KRyW94v37zzHPiUd55iLn3DA7TjWpw==",
  6. "_location": "/exit-on-epipe",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "exit-on-epipe@~1.0.1",
  12. "name": "exit-on-epipe",
  13. "escapedName": "exit-on-epipe",
  14. "rawSpec": "~1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/adler-32",
  20. "/codepage",
  21. "/xlsx"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz",
  24. "_shasum": "0bdd92e87d5285d267daa8171d0eb06159689692",
  25. "_spec": "exit-on-epipe@~1.0.1",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\xlsx",
  27. "author": {
  28. "name": "sheetjs"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/SheetJS/node-exit-on-epipe/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Cleanly exit process on EPIPE",
  37. "devDependencies": {
  38. "mocha": "~2.5.3"
  39. },
  40. "engines": {
  41. "node": ">=0.8"
  42. },
  43. "files": [
  44. "exit-on-epipe.js",
  45. "LICENSE",
  46. "README.md"
  47. ],
  48. "homepage": "https://github.com/SheetJS/node-exit-on-epipe#readme",
  49. "keywords": [
  50. "epipe",
  51. "pipe",
  52. "error",
  53. "exit"
  54. ],
  55. "license": "Apache-2.0",
  56. "main": "./exit-on-epipe",
  57. "name": "exit-on-epipe",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/SheetJS/node-exit-on-epipe.git"
  61. },
  62. "scripts": {
  63. "test": "make test"
  64. },
  65. "version": "1.0.1"
  66. }