package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "is-interactive@^1.0.0",
  3. "_id": "is-interactive@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
  6. "_location": "/is-interactive",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-interactive@^1.0.0",
  12. "name": "is-interactive",
  13. "escapedName": "is-interactive",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/ora"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/is-interactive/-/is-interactive-1.0.0.tgz",
  22. "_shasum": "cea6e6ae5c870a7b0a0004070b7b587e0252912e",
  23. "_spec": "is-interactive@^1.0.0",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\ora",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/is-interactive/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if stdout or stderr is interactive",
  36. "devDependencies": {
  37. "@types/node": "^12.0.12",
  38. "ava": "^2.1.0",
  39. "tsd": "^0.7.3",
  40. "xo": "^0.24.0"
  41. },
  42. "engines": {
  43. "node": ">=8"
  44. },
  45. "files": [
  46. "index.js",
  47. "index.d.ts"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/is-interactive#readme",
  50. "keywords": [
  51. "interactive",
  52. "stdout",
  53. "stderr",
  54. "detect",
  55. "is",
  56. "terminal",
  57. "shell",
  58. "tty"
  59. ],
  60. "license": "MIT",
  61. "name": "is-interactive",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sindresorhus/is-interactive.git"
  65. },
  66. "scripts": {
  67. "test": "xo && ava && tsd"
  68. },
  69. "version": "1.0.0"
  70. }