package.json 1.3 KB

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