package.json 1.5 KB

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