package.json 2.5 KB

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