package.json 1.6 KB

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