package.json 2.5 KB

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