package.json 1.7 KB

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