用工小程序前端代码
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.

105 lines
2.5 KiB

7 months ago
  1. {
  2. "_from": "debug@^4.3.4",
  3. "_id": "debug@4.3.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
  6. "_location": "/debug",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "debug@^4.3.4",
  12. "name": "debug",
  13. "escapedName": "debug",
  14. "rawSpec": "^4.3.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.3.4"
  17. },
  18. "_requiredBy": [
  19. "/@eslint/eslintrc",
  20. "/@humanwhocodes/config-array",
  21. "/ali-oss",
  22. "/eslint"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.7.tgz",
  25. "_shasum": "87945b4151a011d76d95a198d7111c865c360a52",
  26. "_spec": "debug@^4.3.4",
  27. "_where": "E:\\webView\\hire-wechat-uniapp\\node_modules\\ali-oss",
  28. "author": {
  29. "name": "Josh Junon",
  30. "url": "https://github.com/qix-"
  31. },
  32. "browser": "./src/browser.js",
  33. "bugs": {
  34. "url": "https://github.com/debug-js/debug/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "TJ Holowaychuk",
  40. "email": "tj@vision-media.ca"
  41. },
  42. {
  43. "name": "Nathan Rajlich",
  44. "email": "nathan@tootallnate.net",
  45. "url": "http://n8.io"
  46. },
  47. {
  48. "name": "Andrew Rhyne",
  49. "email": "rhyneandrew@gmail.com"
  50. }
  51. ],
  52. "dependencies": {
  53. "ms": "^2.1.3"
  54. },
  55. "deprecated": false,
  56. "description": "Lightweight debugging utility for Node.js and the browser",
  57. "devDependencies": {
  58. "brfs": "^2.0.1",
  59. "browserify": "^16.2.3",
  60. "coveralls": "^3.0.2",
  61. "istanbul": "^0.4.5",
  62. "karma": "^3.1.4",
  63. "karma-browserify": "^6.0.0",
  64. "karma-chrome-launcher": "^2.2.0",
  65. "karma-mocha": "^1.3.0",
  66. "mocha": "^5.2.0",
  67. "mocha-lcov-reporter": "^1.2.0",
  68. "sinon": "^14.0.0",
  69. "xo": "^0.23.0"
  70. },
  71. "engines": {
  72. "node": ">=6.0"
  73. },
  74. "files": [
  75. "src",
  76. "LICENSE",
  77. "README.md"
  78. ],
  79. "homepage": "https://github.com/debug-js/debug#readme",
  80. "keywords": [
  81. "debug",
  82. "log",
  83. "debugger"
  84. ],
  85. "license": "MIT",
  86. "main": "./src/index.js",
  87. "name": "debug",
  88. "peerDependenciesMeta": {
  89. "supports-color": {
  90. "optional": true
  91. }
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/debug-js/debug.git"
  96. },
  97. "scripts": {
  98. "lint": "xo",
  99. "test": "npm run test:node && npm run test:browser && npm run lint",
  100. "test:browser": "karma start --single-run",
  101. "test:coverage": "cat ./coverage/lcov.info | coveralls",
  102. "test:node": "istanbul cover _mocha -- test.js test.node.js"
  103. },
  104. "version": "4.3.7"
  105. }