You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8 KiB

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