Repositorio del curso CCOM4030 el semestre B91 del proyecto kilometro0

package.json 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "_args": [
  3. [
  4. "cordova-plugin-contacts@3.0.1",
  5. "/home/manodg/Documents/kilometro0/km0App"
  6. ]
  7. ],
  8. "_from": "cordova-plugin-contacts@3.0.1",
  9. "_id": "cordova-plugin-contacts@3.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/cordova-plugin-contacts",
  13. "_nodeVersion": "8.9.3",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/cordova-plugin-contacts-3.0.1.tgz_1513795145012_0.4988263240084052"
  17. },
  18. "_npmUser": {
  19. "email": "stevengill97@gmail.com",
  20. "name": "stevegill"
  21. },
  22. "_npmVersion": "4.6.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "cordova-plugin-contacts",
  26. "raw": "cordova-plugin-contacts@3.0.1",
  27. "rawSpec": "3.0.1",
  28. "scope": null,
  29. "spec": "3.0.1",
  30. "type": "version"
  31. },
  32. "_requiredBy": [
  33. "/"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/cordova-plugin-contacts/-/cordova-plugin-contacts-3.0.1.tgz",
  36. "_shasum": "37aadabec93c982c04a3dcda0e4f1cfa096a84ab",
  37. "_shrinkwrap": null,
  38. "_spec": "cordova-plugin-contacts@3.0.1",
  39. "_where": "/home/manodg/Documents/kilometro0/km0App",
  40. "author": {
  41. "name": "Apache Software Foundation"
  42. },
  43. "bugs": {
  44. "url": "https://issues.apache.org/jira/browse/CB"
  45. },
  46. "cordova": {
  47. "id": "cordova-plugin-contacts",
  48. "platforms": [
  49. "amazon-fireos",
  50. "android",
  51. "blackberry10",
  52. "firefoxos",
  53. "ios",
  54. "ubuntu",
  55. "windows",
  56. "windows8",
  57. "wp8"
  58. ]
  59. },
  60. "dependencies": {},
  61. "deprecated": "This plugin has been deprecated",
  62. "description": "Cordova Contacts Plugin",
  63. "devDependencies": {
  64. "jshint": "^2.6.0"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "37aadabec93c982c04a3dcda0e4f1cfa096a84ab",
  69. "tarball": "https://registry.npmjs.org/cordova-plugin-contacts/-/cordova-plugin-contacts-3.0.1.tgz"
  70. },
  71. "engines": {
  72. "cordovaDependencies": {
  73. "3.0.0": {
  74. "cordova-android": ">=6.3.0"
  75. },
  76. "4.0.0": {
  77. "cordova": ">100"
  78. }
  79. }
  80. },
  81. "homepage": "https://github.com/apache/cordova-plugin-contacts#readme",
  82. "keywords": [
  83. "contacts",
  84. "cordova",
  85. "cordova-amazon-fireos",
  86. "cordova-android",
  87. "cordova-blackberry10",
  88. "cordova-firefoxos",
  89. "cordova-ios",
  90. "cordova-ubuntu",
  91. "cordova-windows",
  92. "cordova-windows8",
  93. "cordova-wp7",
  94. "cordova-wp8",
  95. "ecosystem:cordova"
  96. ],
  97. "license": "Apache-2.0",
  98. "maintainers": [
  99. {
  100. "name": "vishalmishra",
  101. "email": "vishalmishra0907@gmail.com"
  102. },
  103. {
  104. "name": "bowserj",
  105. "email": "bowserj@apache.org"
  106. },
  107. {
  108. "name": "purplecabbage",
  109. "email": "purplecabbage@gmail.com"
  110. },
  111. {
  112. "name": "filmaj",
  113. "email": "maj.fil@gmail.com"
  114. },
  115. {
  116. "name": "shazron",
  117. "email": "shazron@gmail.com"
  118. },
  119. {
  120. "name": "csantanapr",
  121. "email": "csantana23@gmail.com"
  122. },
  123. {
  124. "name": "stevegill",
  125. "email": "stevengill97@gmail.com"
  126. }
  127. ],
  128. "name": "cordova-plugin-contacts",
  129. "optionalDependencies": {},
  130. "readme": "ERROR: No README data found!",
  131. "repository": {
  132. "type": "git",
  133. "url": "git+https://github.com/apache/cordova-plugin-contacts.git"
  134. },
  135. "scripts": {
  136. "jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests",
  137. "test": "npm run jshint"
  138. },
  139. "types": "./types/index.d.ts",
  140. "version": "3.0.1"
  141. }