项目原始demo,不改动
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Tento repozitář je archivovaný. Můžete prohlížet soubory, klonovat, ale nemůžete nahrávat a vytvářet nové úkoly a požadavky na natažení.
 
 
 
 

86 řádky
2.1 KiB

  1. {
  2. "_args": [
  3. [
  4. "loglevel@1.6.1",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "loglevel@1.6.1",
  10. "_id": "loglevel@1.6.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-4PyVEztu8nbNyIh82vJKpvFW+Po=",
  13. "_location": "/loglevel",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "loglevel@1.6.1",
  19. "name": "loglevel",
  20. "escapedName": "loglevel",
  21. "rawSpec": "1.6.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.6.1"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.6.1.tgz",
  29. "_spec": "1.6.1",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "author": {
  32. "name": "Tim Perry",
  33. "email": "pimterry@gmail.com",
  34. "url": "http://tim-perry.co.uk"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/pimterry/loglevel/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods",
  41. "devDependencies": {
  42. "grunt": "~0.4.5",
  43. "grunt-cli": "~0.1.13",
  44. "grunt-contrib-clean": "^0.6.0",
  45. "grunt-contrib-concat": "~0.5.0",
  46. "grunt-contrib-connect": "~0.8.0",
  47. "grunt-contrib-jasmine": "~0.5.2",
  48. "grunt-contrib-jshint": "^1.1.0",
  49. "grunt-contrib-qunit": "~0.5.2",
  50. "grunt-contrib-uglify": "~0.5.1",
  51. "grunt-contrib-watch": "~0.6.1",
  52. "grunt-coveralls": "^1.0.0",
  53. "grunt-jasmine-node": "~0.2.1",
  54. "grunt-open": "~0.2.3",
  55. "grunt-preprocess": "^4.0.0",
  56. "grunt-saucelabs": "^8.2.0",
  57. "grunt-template-jasmine-istanbul": "~0.2.5",
  58. "grunt-template-jasmine-requirejs": "~0.1.6",
  59. "qunitjs": "1.14.0"
  60. },
  61. "engines": {
  62. "node": ">= 0.6.0"
  63. },
  64. "homepage": "https://github.com/pimterry/loglevel",
  65. "keywords": [
  66. "log",
  67. "logger",
  68. "logging",
  69. "browser"
  70. ],
  71. "license": "MIT",
  72. "main": "lib/loglevel",
  73. "name": "loglevel",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/pimterry/loglevel.git"
  77. },
  78. "scripts": {
  79. "ci": "grunt ci",
  80. "dist": "grunt dist",
  81. "test": "grunt test",
  82. "watch": "grunt watch"
  83. },
  84. "version": "1.6.1"
  85. }