package.json 2.6 KB

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