package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "nice-try@1.0.5",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "nice-try@1.0.5",
  10. "_id": "nice-try@1.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ozeKdpbOfSI+iPybdkvX7xCJ42Y=",
  13. "_location": "/nice-try",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "nice-try@1.0.5",
  19. "name": "nice-try",
  20. "escapedName": "nice-try",
  21. "rawSpec": "1.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.5"
  24. },
  25. "_requiredBy": [
  26. "/cross-spawn"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/nice-try/download/nice-try-1.0.5.tgz",
  29. "_spec": "1.0.5",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "authors": [
  32. "Tobias Reich <tobias@electerious.com>"
  33. ],
  34. "bugs": {
  35. "url": "https://github.com/electerious/nice-try/issues"
  36. },
  37. "description": "Tries to execute a function and discards any error that occurs",
  38. "devDependencies": {
  39. "chai": "^4.1.2",
  40. "coveralls": "^3.0.0",
  41. "mocha": "^5.1.1",
  42. "nyc": "^12.0.1"
  43. },
  44. "files": [
  45. "src"
  46. ],
  47. "homepage": "https://github.com/electerious/nice-try",
  48. "keywords": [
  49. "try",
  50. "catch",
  51. "error"
  52. ],
  53. "license": "MIT",
  54. "main": "src/index.js",
  55. "name": "nice-try",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/electerious/nice-try.git"
  59. },
  60. "scripts": {
  61. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  62. "test": "nyc node_modules/mocha/bin/_mocha"
  63. },
  64. "version": "1.0.5"
  65. }