package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "iferr@1.0.2",
  3. "_id": "iferr@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9AfeLfji44r5TKInjhz3W9DyZI1zR1JAf2hVBMGhddAKPqBsupb89jGfbCTHIGZd6fGZl9WlHdn4AObygyMKwg==",
  6. "_location": "/iferr",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "iferr@1.0.2",
  12. "name": "iferr",
  13. "escapedName": "iferr",
  14. "rawSpec": "1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.2"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/iferr/-/iferr-1.0.2.tgz",
  23. "_shasum": "e9fde49a9da06dc4a4194c6c9ed6d08305037a6d",
  24. "_spec": "iferr@1.0.2",
  25. "_where": "/Users/zkat/Documents/code/work/npm",
  26. "author": {
  27. "name": "Nadav Ivgi"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/shesek/iferr/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Higher-order functions for easier error handling",
  35. "devDependencies": {
  36. "coffeescript": "^2.3.1",
  37. "mocha": "^4.0.1"
  38. },
  39. "engines": {
  40. "node": ">=6.0.0"
  41. },
  42. "files": [
  43. "iferr.js"
  44. ],
  45. "homepage": "https://github.com/shesek/iferr",
  46. "keywords": [
  47. "error",
  48. "errors"
  49. ],
  50. "license": "MIT",
  51. "main": "iferr.js",
  52. "name": "iferr",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/shesek/iferr.git"
  56. },
  57. "scripts": {
  58. "test": "mocha"
  59. },
  60. "version": "1.0.2"
  61. }