Repositorio del curso CCOM4030 el semestre B91 del proyecto kilometro0

package.json 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "plist@^3.0.1",
  3. "_id": "plist@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GpgvHHocGRyQm74b6FWEZZVRroHKE1I0/BTjAmySaohK+cUn+hZpbqXkc3KWgW3gQYkqcQej35FohcT0FRlkRQ==",
  6. "_location": "/plist",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "plist@^3.0.1",
  12. "name": "plist",
  13. "escapedName": "plist",
  14. "rawSpec": "^3.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cordova-common",
  20. "/cordova-ios",
  21. "/ios-sim",
  22. "/simple-plist"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/plist/-/plist-3.0.1.tgz",
  25. "_shasum": "a9b931d17c304e8912ef0ba3bdd6182baf2e1f8c",
  26. "_spec": "plist@^3.0.1",
  27. "_where": "/Users/Luis/Documents/Universidad/Quinto Año (2019)/Software/km0/km0App/node_modules/cordova-ios",
  28. "author": {
  29. "name": "Nathan Rajlich",
  30. "email": "nathan@tootallnate.net"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/TooTallNate/node-plist/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Hans Huebner",
  39. "email": "hans.huebner@gmail.com"
  40. },
  41. {
  42. "name": "Pierre Metrailler"
  43. },
  44. {
  45. "name": "Mike Reinstein",
  46. "email": "reinstein.mike@gmail.com"
  47. },
  48. {
  49. "name": "Vladimir Tsvang"
  50. },
  51. {
  52. "name": "Mathieu D'Amours"
  53. }
  54. ],
  55. "dependencies": {
  56. "base64-js": "^1.2.3",
  57. "xmlbuilder": "^9.0.7",
  58. "xmldom": "0.1.x"
  59. },
  60. "deprecated": false,
  61. "description": "Mac OS X Plist parser/builder for Node.js and browsers",
  62. "devDependencies": {
  63. "browserify": "^16.1.1",
  64. "mocha": "^5.0.4",
  65. "multiline": "^1.0.2",
  66. "zuul": "^3.10.1"
  67. },
  68. "engines": {
  69. "node": ">=6"
  70. },
  71. "homepage": "https://github.com/TooTallNate/node-plist#readme",
  72. "keywords": [
  73. "apple",
  74. "browser",
  75. "mac",
  76. "plist",
  77. "parser",
  78. "xml"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "plist",
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/TooTallNate/node-plist.git"
  86. },
  87. "scripts": {
  88. "test": "make test"
  89. },
  90. "version": "3.0.1"
  91. }