package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "debug@4.2.0",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "debug@4.2.0",
  10. "_id": "debug@4.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-fxUPk5IOlMWPVXTC/QGjEQ7/5/E=",
  13. "_location": "/eslint/debug",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "debug@4.2.0",
  19. "name": "debug",
  20. "escapedName": "debug",
  21. "rawSpec": "4.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.2.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/debug/download/debug-4.2.0.tgz?cache=0&sync_timestamp=1600502826356&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-4.2.0.tgz",
  29. "_spec": "4.2.0",
  30. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  31. "author": {
  32. "name": "TJ Holowaychuk",
  33. "email": "tj@vision-media.ca"
  34. },
  35. "browser": "./src/browser.js",
  36. "bugs": {
  37. "url": "https://github.com/visionmedia/debug/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Nathan Rajlich",
  42. "email": "nathan@tootallnate.net",
  43. "url": "http://n8.io"
  44. },
  45. {
  46. "name": "Andrew Rhyne",
  47. "email": "rhyneandrew@gmail.com"
  48. },
  49. {
  50. "name": "Josh Junon",
  51. "email": "josh@junon.me"
  52. }
  53. ],
  54. "dependencies": {
  55. "ms": "2.1.2"
  56. },
  57. "description": "small debugging utility",
  58. "devDependencies": {
  59. "brfs": "^2.0.1",
  60. "browserify": "^16.2.3",
  61. "coveralls": "^3.0.2",
  62. "istanbul": "^0.4.5",
  63. "karma": "^3.1.4",
  64. "karma-browserify": "^6.0.0",
  65. "karma-chrome-launcher": "^2.2.0",
  66. "karma-mocha": "^1.3.0",
  67. "mocha": "^5.2.0",
  68. "mocha-lcov-reporter": "^1.2.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/visionmedia/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/visionmedia/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"
  103. },
  104. "version": "4.2.0"
  105. }