tis-cli前端项目快速搭建命令行工具
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.

73 lines
1.8 KiB

4 years ago
  1. {
  2. "_from": "is-interactive@^2.0.0",
  3. "_id": "is-interactive@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-QMV2FFk4JtoRAK3mBZd41ZfxbpA=",
  6. "_location": "/is-interactive",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-interactive@^2.0.0",
  12. "name": "is-interactive",
  13. "escapedName": "is-interactive",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/ora"
  20. ],
  21. "_resolved": "https://r.cnpmjs.org/is-interactive/download/is-interactive-2.0.0.tgz",
  22. "_shasum": "40c57614593826da1100ade6059778d597f16e90",
  23. "_spec": "is-interactive@^2.0.0",
  24. "_where": "E:\\work\\code\\tis-cli\\node_modules\\ora",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://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": "^15.0.1",
  38. "ava": "^3.15.0",
  39. "tsd": "^0.14.0",
  40. "xo": "^0.39.1"
  41. },
  42. "engines": {
  43. "node": ">=12"
  44. },
  45. "exports": "./index.js",
  46. "files": [
  47. "index.js",
  48. "index.d.ts"
  49. ],
  50. "funding": "https://github.com/sponsors/sindresorhus",
  51. "homepage": "https://github.com/sindresorhus/is-interactive#readme",
  52. "keywords": [
  53. "interactive",
  54. "stdout",
  55. "stderr",
  56. "detect",
  57. "is",
  58. "terminal",
  59. "shell",
  60. "tty"
  61. ],
  62. "license": "MIT",
  63. "name": "is-interactive",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/is-interactive.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava && tsd"
  70. },
  71. "type": "module",
  72. "version": "2.0.0"
  73. }