package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "plist@2.1.0",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "plist@2.1.0",
  10. "_id": "plist@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-V8zbeggh3yGDEhejytVOPhRqECU=",
  13. "_location": "/plist",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "plist@2.1.0",
  19. "name": "plist",
  20. "escapedName": "plist",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/electron-osx-sign",
  27. "/electron-packager"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/plist/-/plist-2.1.0.tgz",
  30. "_spec": "2.1.0",
  31. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  32. "author": {
  33. "name": "Nathan Rajlich",
  34. "email": "nathan@tootallnate.net"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/TooTallNate/node-plist/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Hans Huebner",
  42. "email": "hans.huebner@gmail.com"
  43. },
  44. {
  45. "name": "Pierre Metrailler"
  46. },
  47. {
  48. "name": "Mike Reinstein",
  49. "email": "reinstein.mike@gmail.com"
  50. },
  51. {
  52. "name": "Vladimir Tsvang"
  53. },
  54. {
  55. "name": "Mathieu D'Amours"
  56. }
  57. ],
  58. "dependencies": {
  59. "base64-js": "1.2.0",
  60. "xmlbuilder": "8.2.2",
  61. "xmldom": "0.1.x"
  62. },
  63. "description": "Mac OS X Plist parser/builder for Node.js and browsers",
  64. "devDependencies": {
  65. "browserify": "^14.3.0",
  66. "mocha": "^3.3.0",
  67. "multiline": "^1.0.2",
  68. "zuul": "^3.10.1"
  69. },
  70. "homepage": "https://github.com/TooTallNate/node-plist#readme",
  71. "keywords": [
  72. "apple",
  73. "browser",
  74. "mac",
  75. "plist",
  76. "parser",
  77. "xml"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "plist",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/TooTallNate/node-plist.git"
  85. },
  86. "scripts": {
  87. "test": "make test"
  88. },
  89. "version": "2.1.0"
  90. }