package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "jstoxml@^0.2.3",
  3. "_id": "jstoxml@0.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-E9LELsxfa2i2mjd5D2no12sIxohuxrMmbDBcXu2/mstUgAww95aYCN6TJgSKG6b1mSULjyLAcky9ZywoELmYKA==",
  6. "_location": "/jstoxml",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jstoxml@^0.2.3",
  12. "name": "jstoxml",
  13. "escapedName": "jstoxml",
  14. "rawSpec": "^0.2.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.3"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jstoxml/-/jstoxml-0.2.4.tgz",
  22. "_shasum": "ff3fb67856883a032953c7ce8ce7486210f48447",
  23. "_spec": "jstoxml@^0.2.3",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\ali-oss",
  25. "author": {
  26. "name": "David Calhoun",
  27. "email": "david.b.calhoun@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/davidcalhoun/jstoxml/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Convert JSON to XML (for RSS, Podcasts, etc.)",
  35. "engines": {
  36. "node": ">=0.2.0"
  37. },
  38. "homepage": "http://github.com/davidcalhoun/jstoxml",
  39. "keywords": [
  40. "xml",
  41. "json",
  42. "rss",
  43. "podcast",
  44. "sitemap",
  45. "site map"
  46. ],
  47. "main": "./jstoxml.js",
  48. "name": "jstoxml",
  49. "repository": {
  50. "type": "git",
  51. "url": "git://github.com/davidcalhoun/jstoxml.git"
  52. },
  53. "scripts": {
  54. "test": "node test.js"
  55. },
  56. "version": "0.2.4"
  57. }