Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

package.json 2.7 KiB

3 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "console-browserify@1.2.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "console-browserify@1.2.0",
  9. "_id": "console-browserify@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==",
  12. "_location": "/console-browserify",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "console-browserify@1.2.0",
  18. "name": "console-browserify",
  19. "escapedName": "console-browserify",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/node-libs-browser"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz",
  28. "_spec": "1.2.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Raynos",
  32. "email": "raynos2@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/browserify/console-browserify/issues",
  36. "email": "raynos2@gmail.com"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Raynos"
  41. }
  42. ],
  43. "description": "Emulate console for all the browsers",
  44. "devDependencies": {
  45. "jsonify": "0.0.0",
  46. "run-browser": "^1.3.0",
  47. "tap-dot": "^0.2.1",
  48. "tap-spec": "^0.1.8",
  49. "tape": "^2.12.3"
  50. },
  51. "homepage": "https://github.com/browserify/console-browserify",
  52. "keywords": [],
  53. "licenses": [
  54. {
  55. "type": "MIT",
  56. "url": "http://github.com/browserify/console-browserify/raw/master/LICENSE"
  57. }
  58. ],
  59. "main": "index",
  60. "name": "console-browserify",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/browserify/console-browserify.git"
  64. },
  65. "scripts": {
  66. "browser": "run-browser test/index.js",
  67. "build": "browserify test/index.js -o test/static/bundle.js",
  68. "cover": "istanbul cover --report none --print detail ./test/index.js",
  69. "dot": "node ./test/index.js | tap-dot",
  70. "phantom": "run-browser test/index.js -b | tap-spec",
  71. "start": "node ./index.js",
  72. "test": "node ./test/index.js | tap-spec",
  73. "testem": "testem",
  74. "view-cover": "istanbul report html && google-chrome ./coverage/index.html"
  75. },
  76. "testling": {
  77. "files": "test/index.js",
  78. "browsers": [
  79. "ie/8..latest",
  80. "firefox/16..latest",
  81. "firefox/nightly",
  82. "chrome/22..latest",
  83. "chrome/canary",
  84. "opera/12..latest",
  85. "opera/next",
  86. "safari/5.1..latest",
  87. "ipad/6.0..latest",
  88. "iphone/6.0..latest",
  89. "android-browser/4.2..latest"
  90. ]
  91. },
  92. "version": "1.2.0"
  93. }