No Description

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "plist@^3.0.1",
  3. "_id": "plist@3.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ksrr8y9+nXOxQB2osVNqrgvX/XQPOXaU4BQMKjYq8PvaY1U18mo+fKgBSwzK+luSyinOuPae956lSVcBwxlAMg==",
  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.4.tgz",
  22. "_shasum": "a62df837e3aed2bb3b735899d510c4f186019cbe",
  23. "_spec": "plist@^3.0.1",
  24. "_where": "/Users/alexmanuel/MyApp/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.5.1",
  54. "xmlbuilder": "^9.0.7"
  55. },
  56. "deprecated": false,
  57. "description": "Mac OS X Plist parser/builder for Node.js and browsers",
  58. "devDependencies": {
  59. "browserify": "^16.5.2",
  60. "mocha": "^5.2.0",
  61. "multiline": "^1.0.2",
  62. "zuul": "3.10.1"
  63. },
  64. "engines": {
  65. "node": ">=6"
  66. },
  67. "homepage": "https://github.com/TooTallNate/node-plist#readme",
  68. "keywords": [
  69. "apple",
  70. "browser",
  71. "mac",
  72. "plist",
  73. "parser",
  74. "xml"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "plist",
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/TooTallNate/node-plist.git"
  82. },
  83. "scripts": {
  84. "test": "make test"
  85. },
  86. "version": "3.0.4"
  87. }