package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "nice-try@^1.0.4",
  3. "_id": "nice-try@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
  6. "_location": "/nice-try",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nice-try@^1.0.4",
  12. "name": "nice-try",
  13. "escapedName": "nice-try",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-plugin-eslint/cross-spawn",
  20. "/@vue/cli-plugin-unit-jest/cross-spawn",
  21. "/@vue/cli-plugin-unit-mocha/cross-spawn",
  22. "/@vue/cli-service/cross-spawn",
  23. "/@vue/cli-shared-utils/cross-spawn",
  24. "/clipboardy/cross-spawn",
  25. "/internal-ip/cross-spawn",
  26. "/os-locale/cross-spawn"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/nice-try/-/nice-try-1.0.5.tgz",
  29. "_shasum": "a3378a7696ce7d223e88fc9b764bd7ef1089e366",
  30. "_spec": "nice-try@^1.0.4",
  31. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@vue\\cli-shared-utils\\node_modules\\cross-spawn",
  32. "authors": [
  33. "Tobias Reich <tobias@electerious.com>"
  34. ],
  35. "bugs": {
  36. "url": "https://github.com/electerious/nice-try/issues"
  37. },
  38. "bundleDependencies": false,
  39. "deprecated": false,
  40. "description": "Tries to execute a function and discards any error that occurs",
  41. "devDependencies": {
  42. "chai": "^4.1.2",
  43. "coveralls": "^3.0.0",
  44. "mocha": "^5.1.1",
  45. "nyc": "^12.0.1"
  46. },
  47. "files": [
  48. "src"
  49. ],
  50. "homepage": "https://github.com/electerious/nice-try",
  51. "keywords": [
  52. "try",
  53. "catch",
  54. "error"
  55. ],
  56. "license": "MIT",
  57. "main": "src/index.js",
  58. "name": "nice-try",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/electerious/nice-try.git"
  62. },
  63. "scripts": {
  64. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  65. "test": "nyc node_modules/mocha/bin/_mocha"
  66. },
  67. "version": "1.0.5"
  68. }