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.

67 lines
1.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "signal-exit@3.0.5",
  5. "E:\\work\\code\\tis-cli"
  6. ]
  7. ],
  8. "_from": "signal-exit@3.0.5",
  9. "_id": "signal-exit@3.0.5",
  10. "_inBundle": false,
  11. "_integrity": "sha1-nj6MwMdamUcrRDIQM6dwLnc4JS8=",
  12. "_location": "/signal-exit",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "signal-exit@3.0.5",
  18. "name": "signal-exit",
  19. "escapedName": "signal-exit",
  20. "rawSpec": "3.0.5",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.5"
  23. },
  24. "_requiredBy": [
  25. "/restore-cursor"
  26. ],
  27. "_resolved": "https://r.cnpmjs.org/signal-exit/download/signal-exit-3.0.5.tgz",
  28. "_spec": "3.0.5",
  29. "_where": "E:\\work\\code\\tis-cli",
  30. "author": {
  31. "name": "Ben Coe",
  32. "email": "ben@npmjs.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/tapjs/signal-exit/issues"
  36. },
  37. "description": "when you want to fire an event no matter how a process exits.",
  38. "devDependencies": {
  39. "chai": "^3.5.0",
  40. "coveralls": "^3.1.1",
  41. "nyc": "^15.1.0",
  42. "standard-version": "^9.3.1",
  43. "tap": "^15.0.10"
  44. },
  45. "files": [
  46. "index.js",
  47. "signals.js"
  48. ],
  49. "homepage": "https://github.com/tapjs/signal-exit",
  50. "keywords": [
  51. "signal",
  52. "exit"
  53. ],
  54. "license": "ISC",
  55. "main": "index.js",
  56. "name": "signal-exit",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/tapjs/signal-exit.git"
  60. },
  61. "scripts": {
  62. "coverage": "nyc report --reporter=text-lcov | coveralls",
  63. "release": "standard-version",
  64. "test": "tap --timeout=240 ./test/*.js --cov"
  65. },
  66. "version": "3.0.5"
  67. }