Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. ],
  21. "_resolved": "https://registry.npmjs.org/plist/-/plist-3.0.1.tgz",
  22. "_shasum": "a9b931d17c304e8912ef0ba3bdd6182baf2e1f8c",
  23. "_spec": "plist@^3.0.1",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\cordova-common",
  25. "author": {
  26. "name": "Nathan Rajlich",
  27. "email": "nathan@tootallnate.net"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/TooTallNate/node-plist/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Hans Huebner",
  36. "email": "hans.huebner@gmail.com"
  37. },
  38. {
  39. "name": "Pierre Metrailler"
  40. },
  41. {
  42. "name": "Mike Reinstein",
  43. "email": "reinstein.mike@gmail.com"
  44. },
  45. {
  46. "name": "Vladimir Tsvang"
  47. },
  48. {
  49. "name": "Mathieu D'Amours"
  50. }
  51. ],
  52. "dependencies": {
  53. "base64-js": "^1.2.3",
  54. "xmlbuilder": "^9.0.7",
  55. "xmldom": "0.1.x"
  56. },
  57. "deprecated": false,
  58. "description": "Mac OS X Plist parser/builder for Node.js and browsers",
  59. "devDependencies": {
  60. "browserify": "^16.1.1",
  61. "mocha": "^5.0.4",
  62. "multiline": "^1.0.2",
  63. "zuul": "^3.10.1"
  64. },
  65. "engines": {
  66. "node": ">=6"
  67. },
  68. "homepage": "https://github.com/TooTallNate/node-plist#readme",
  69. "keywords": [
  70. "apple",
  71. "browser",
  72. "mac",
  73. "plist",
  74. "parser",
  75. "xml"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "plist",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/TooTallNate/node-plist.git"
  83. },
  84. "scripts": {
  85. "test": "make test"
  86. },
  87. "version": "3.0.1"
  88. }