package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. "/crc-32",
  22. "/xlsx"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz",
  25. "_shasum": "0bdd92e87d5285d267daa8171d0eb06159689692",
  26. "_spec": "exit-on-epipe@~1.0.1",
  27. "_where": "D:\\proj\\CocosCreatorPlugins\\packages\\excel-fucker\\node_modules\\xlsx",
  28. "author": {
  29. "name": "sheetjs"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/SheetJS/node-exit-on-epipe/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "Cleanly exit process on EPIPE",
  38. "devDependencies": {
  39. "mocha": "~2.5.3"
  40. },
  41. "engines": {
  42. "node": ">=0.8"
  43. },
  44. "files": [
  45. "exit-on-epipe.js",
  46. "LICENSE",
  47. "README.md"
  48. ],
  49. "homepage": "https://github.com/SheetJS/node-exit-on-epipe#readme",
  50. "keywords": [
  51. "epipe",
  52. "pipe",
  53. "error",
  54. "exit"
  55. ],
  56. "license": "Apache-2.0",
  57. "main": "./exit-on-epipe",
  58. "name": "exit-on-epipe",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/SheetJS/node-exit-on-epipe.git"
  62. },
  63. "scripts": {
  64. "test": "make test"
  65. },
  66. "version": "1.0.1"
  67. }