package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "cordova-plugin-wkwebview-engine",
  3. "_id": "cordova-plugin-wkwebview-engine@1.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-EbnPoRTsBSXFxj5nok6rQVcDQGA=",
  6. "_location": "/cordova-plugin-wkwebview-engine",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "cordova-plugin-wkwebview-engine",
  12. "name": "cordova-plugin-wkwebview-engine",
  13. "escapedName": "cordova-plugin-wkwebview-engine",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/cordova-plugin-wkwebview-engine/-/cordova-plugin-wkwebview-engine-1.1.4.tgz",
  23. "_shasum": "11b9cfa114ec0525c5c63e67a24eab4157034060",
  24. "_spec": "cordova-plugin-wkwebview-engine",
  25. "_where": "/Users/xiongzhu/Projects/Cordova/LingXianCar",
  26. "author": {
  27. "name": "Apache Cordova"
  28. },
  29. "bugs": {
  30. "url": "https://issues.apache.org/jira/browse/CB"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "The official Apache Cordova WKWebView Engine Plugin",
  35. "devDependencies": {
  36. "eslint": "^3.19.0",
  37. "eslint-config-semistandard": "^11.0.0",
  38. "eslint-config-standard": "^10.2.1",
  39. "eslint-plugin-import": "^2.3.0",
  40. "eslint-plugin-node": "^5.0.0",
  41. "eslint-plugin-promise": "^3.5.0",
  42. "eslint-plugin-standard": "^3.0.1"
  43. },
  44. "engines": {
  45. "cordovaDependencies": {
  46. "2.0.0": {
  47. "cordova": ">100"
  48. }
  49. }
  50. },
  51. "homepage": "https://github.com/apache/cordova-plugin-wkwebview-engine#readme",
  52. "keywords": [
  53. "cordova",
  54. "wkwebview"
  55. ],
  56. "license": "Apache-2.0",
  57. "main": "index.js",
  58. "name": "cordova-plugin-wkwebview-engine",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/apache/cordova-plugin-wkwebview-engine.git"
  62. },
  63. "scripts": {
  64. "eslint": "eslint src",
  65. "objc-tests": "cd tests/ios && npm test",
  66. "preobjc-tests": "cd tests/ios && npm install",
  67. "test": "npm run eslint && npm run objc-tests"
  68. },
  69. "version": "1.1.4"
  70. }