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.

116 lines
2.7 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "debug@4.4.0",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "debug@4.4.0",
  10. "_id": "debug@4.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
  13. "_location": "/debug",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "debug@4.4.0",
  19. "name": "debug",
  20. "escapedName": "debug",
  21. "rawSpec": "4.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.4.0"
  24. },
  25. "_requiredBy": [
  26. "/@babel/core",
  27. "/@babel/helper-define-polyfill-provider",
  28. "/@babel/traverse",
  29. "/@vue/cli-service",
  30. "/spdy",
  31. "/spdy-transport"
  32. ],
  33. "_resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz",
  34. "_spec": "4.4.0",
  35. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  36. "author": {
  37. "name": "Josh Junon",
  38. "url": "https://github.com/qix-"
  39. },
  40. "browser": "./src/browser.js",
  41. "bugs": {
  42. "url": "https://github.com/debug-js/debug/issues"
  43. },
  44. "contributors": [
  45. {
  46. "name": "TJ Holowaychuk",
  47. "email": "tj@vision-media.ca"
  48. },
  49. {
  50. "name": "Nathan Rajlich",
  51. "email": "nathan@tootallnate.net",
  52. "url": "http://n8.io"
  53. },
  54. {
  55. "name": "Andrew Rhyne",
  56. "email": "rhyneandrew@gmail.com"
  57. }
  58. ],
  59. "dependencies": {
  60. "ms": "^2.1.3"
  61. },
  62. "description": "Lightweight debugging utility for Node.js and the browser",
  63. "devDependencies": {
  64. "brfs": "^2.0.1",
  65. "browserify": "^16.2.3",
  66. "coveralls": "^3.0.2",
  67. "istanbul": "^0.4.5",
  68. "karma": "^3.1.4",
  69. "karma-browserify": "^6.0.0",
  70. "karma-chrome-launcher": "^2.2.0",
  71. "karma-mocha": "^1.3.0",
  72. "mocha": "^5.2.0",
  73. "mocha-lcov-reporter": "^1.2.0",
  74. "sinon": "^14.0.0",
  75. "xo": "^0.23.0"
  76. },
  77. "engines": {
  78. "node": ">=6.0"
  79. },
  80. "files": [
  81. "src",
  82. "LICENSE",
  83. "README.md"
  84. ],
  85. "homepage": "https://github.com/debug-js/debug#readme",
  86. "keywords": [
  87. "debug",
  88. "log",
  89. "debugger"
  90. ],
  91. "license": "MIT",
  92. "main": "./src/index.js",
  93. "name": "debug",
  94. "peerDependenciesMeta": {
  95. "supports-color": {
  96. "optional": true
  97. }
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git://github.com/debug-js/debug.git"
  102. },
  103. "scripts": {
  104. "lint": "xo",
  105. "test": "npm run test:node && npm run test:browser && npm run lint",
  106. "test:browser": "karma start --single-run",
  107. "test:coverage": "cat ./coverage/lcov.info | coveralls",
  108. "test:node": "istanbul cover _mocha -- test.js test.node.js"
  109. },
  110. "version": "4.4.0",
  111. "xo": {
  112. "rules": {
  113. "import/extensions": "off"
  114. }
  115. }
  116. }