package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "cordova-plugin-contacts@3.0.1",
  3. "_id": "cordova-plugin-contacts@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-N6ravsk8mCwEo9zaDk8c+glqhKs=",
  6. "_location": "/cordova-plugin-contacts",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "cordova-plugin-contacts@3.0.1",
  12. "name": "cordova-plugin-contacts",
  13. "escapedName": "cordova-plugin-contacts",
  14. "rawSpec": "3.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "3.0.1"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/cordova-plugin-contacts/-/cordova-plugin-contacts-3.0.1.tgz",
  23. "_shasum": "37aadabec93c982c04a3dcda0e4f1cfa096a84ab",
  24. "_spec": "cordova-plugin-contacts@3.0.1",
  25. "_where": "/Users/wuyi/Documents/myobj/xinzheng/nxz",
  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-contacts",
  35. "platforms": [
  36. "android",
  37. "amazon-fireos",
  38. "ubuntu",
  39. "ios",
  40. "blackberry10",
  41. "wp8",
  42. "firefoxos",
  43. "windows8",
  44. "windows"
  45. ]
  46. },
  47. "deprecated": "This plugin has been deprecated",
  48. "description": "Cordova Contacts Plugin",
  49. "devDependencies": {
  50. "jshint": "^2.6.0"
  51. },
  52. "engines": {
  53. "cordovaDependencies": {
  54. "3.0.0": {
  55. "cordova-android": ">=6.3.0"
  56. },
  57. "4.0.0": {
  58. "cordova": ">100"
  59. }
  60. }
  61. },
  62. "homepage": "https://github.com/apache/cordova-plugin-contacts#readme",
  63. "keywords": [
  64. "cordova",
  65. "contacts",
  66. "ecosystem:cordova",
  67. "cordova-android",
  68. "cordova-amazon-fireos",
  69. "cordova-ubuntu",
  70. "cordova-ios",
  71. "cordova-blackberry10",
  72. "cordova-wp7",
  73. "cordova-wp8",
  74. "cordova-firefoxos",
  75. "cordova-windows8",
  76. "cordova-windows"
  77. ],
  78. "license": "Apache-2.0",
  79. "name": "cordova-plugin-contacts",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/apache/cordova-plugin-contacts.git"
  83. },
  84. "scripts": {
  85. "jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests",
  86. "test": "npm run jshint"
  87. },
  88. "types": "./types/index.d.ts",
  89. "version": "3.0.1"
  90. }