package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "cordova-plugin-console",
  3. "_id": "cordova-plugin-console@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-4vusECkBeeRMtyxf28QQpTHBzW0=",
  6. "_location": "/cordova-plugin-console",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "cordova-plugin-console",
  12. "name": "cordova-plugin-console",
  13. "escapedName": "cordova-plugin-console",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npm.taobao.org/cordova-plugin-console/download/cordova-plugin-console-1.1.0.tgz",
  23. "_shasum": "e2fbac10290179e44cb72c5fdbc410a531c1cd6d",
  24. "_spec": "cordova-plugin-console",
  25. "_where": "/Users/x/Documents/twong-h5/cordova",
  26. "author": {
  27. "name": "Apache Software Foundation"
  28. },
  29. "bugs": {
  30. "url": "https://issues.apache.org/jira/browse/CB"
  31. },
  32. "bundleDependencies": false,
  33. "cordova": {
  34. "id": "cordova-plugin-console",
  35. "platforms": [
  36. "ios",
  37. "ubuntu",
  38. "wp7",
  39. "wp8",
  40. "windows8",
  41. "windows"
  42. ]
  43. },
  44. "deprecated": "This plugin has been deprecated since it is now included in the latest versions of cordova-ios",
  45. "description": "Cordova Console Plugin",
  46. "devDependencies": {
  47. "jshint": "^2.6.0"
  48. },
  49. "engines": {
  50. "cordovaDependencies": {
  51. ">=2.0.0": {
  52. "cordova-ios": "<4.5.0",
  53. "cordova-windows": "<=5.0.0"
  54. }
  55. }
  56. },
  57. "homepage": "https://github.com/apache/cordova-plugin-console#readme",
  58. "keywords": [
  59. "cordova",
  60. "console",
  61. "ecosystem:cordova",
  62. "cordova-ios",
  63. "cordova-ubuntu",
  64. "cordova-wp7",
  65. "cordova-wp8",
  66. "cordova-windows8",
  67. "cordova-windows"
  68. ],
  69. "license": "Apache-2.0",
  70. "name": "cordova-plugin-console",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/apache/cordova-plugin-console.git"
  74. },
  75. "scripts": {
  76. "jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests",
  77. "test": "npm run jshint"
  78. },
  79. "version": "1.1.0"
  80. }