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.

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "console-browserify@^1.1.0",
  3. "_id": "console-browserify@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=",
  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.1.0.tgz",
  22. "_shasum": "f0241c45730a9fc6323b206dbf38edc741d0bb10",
  23. "_spec": "console-browserify@^1.1.0",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/node-libs-browser",
  25. "author": {
  26. "name": "Raynos",
  27. "email": "raynos2@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Raynos/console-browserify/issues",
  31. "email": "raynos2@gmail.com"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Raynos"
  37. }
  38. ],
  39. "dependencies": {
  40. "date-now": "^0.1.4"
  41. },
  42. "deprecated": false,
  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/Raynos/console-browserify",
  52. "keywords": [],
  53. "licenses": [
  54. {
  55. "type": "MIT",
  56. "url": "http://github.com/Raynos/console-browserify/raw/master/LICENSE"
  57. }
  58. ],
  59. "main": "index",
  60. "name": "console-browserify",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/Raynos/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.1.0"
  93. }