package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "iferr@0.1.5",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "iferr@0.1.5",
  9. "_id": "iferr@0.1.5",
  10. "_inBundle": false,
  11. "_integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=",
  12. "_location": "/iferr",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "iferr@0.1.5",
  18. "name": "iferr",
  19. "escapedName": "iferr",
  20. "rawSpec": "0.1.5",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.5"
  23. },
  24. "_requiredBy": [
  25. "/copy-concurrently",
  26. "/fs-write-stream-atomic"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz",
  29. "_spec": "0.1.5",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Nadav Ivgi"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/shesek/iferr/issues"
  36. },
  37. "description": "Higher-order functions for easier error handling",
  38. "devDependencies": {
  39. "coffee-script": "^1.7.1",
  40. "mocha": "^1.18.2"
  41. },
  42. "homepage": "https://github.com/shesek/iferr",
  43. "keywords": [
  44. "error",
  45. "errors"
  46. ],
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "iferr",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/shesek/iferr.git"
  53. },
  54. "scripts": {
  55. "prepublish": "coffee -c index.coffee",
  56. "test": "mocha"
  57. },
  58. "version": "0.1.5"
  59. }