package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "xmlbuilder@8.2.2",
  3. "_id": "xmlbuilder@8.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-aSSGc0ELS6QuGmE2VR0pIjNap3M=",
  6. "_location": "/xmlbuilder",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "xmlbuilder@8.2.2",
  12. "name": "xmlbuilder",
  13. "escapedName": "xmlbuilder",
  14. "rawSpec": "8.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "8.2.2"
  17. },
  18. "_requiredBy": [
  19. "/plist"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-8.2.2.tgz",
  22. "_shasum": "69248673410b4ba42e1a6136551d2922335aa773",
  23. "_spec": "xmlbuilder@8.2.2",
  24. "_where": "E:\\vscode\\UseStudio.Desktop\\node_modules\\plist",
  25. "author": {
  26. "name": "Ozgur Ozcitak",
  27. "email": "oozcitak@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/oozcitak/xmlbuilder-js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [],
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "An XML builder for node.js",
  37. "devDependencies": {
  38. "coffee-coverage": "*",
  39. "coffee-script": "*",
  40. "coveralls": "*",
  41. "istanbul": "*",
  42. "mocha": "*"
  43. },
  44. "engines": {
  45. "node": ">=4.0"
  46. },
  47. "homepage": "http://github.com/oozcitak/xmlbuilder-js",
  48. "keywords": [
  49. "xml",
  50. "xmlbuilder"
  51. ],
  52. "license": "MIT",
  53. "main": "./lib/index",
  54. "name": "xmlbuilder",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/oozcitak/xmlbuilder-js.git"
  58. },
  59. "scripts": {
  60. "postpublish": "rm -rf lib",
  61. "prepublish": "coffee -co lib src",
  62. "test": "mocha && istanbul report text lcov"
  63. },
  64. "version": "8.2.2"
  65. }