package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "data2xml@1.3.4",
  5. "D:\\代码\\单商户\\admin"
  6. ]
  7. ],
  8. "_from": "data2xml@1.3.4",
  9. "_id": "data2xml@1.3.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rcxNdfZPaWiPStQxEZwQZ0+TYhBit2VZNFI+qLol4cYgpkMXCs3tnIB0osEesBde07u+C+HUOB0osSsGjReHcg==",
  12. "_location": "/data2xml",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "data2xml@1.3.4",
  18. "name": "data2xml",
  19. "escapedName": "data2xml",
  20. "rawSpec": "1.3.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.4"
  23. },
  24. "_requiredBy": [
  25. "/oss"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/data2xml/-/data2xml-1.3.4.tgz",
  28. "_spec": "1.3.4",
  29. "_where": "D:\\代码\\单商户\\admin",
  30. "author": {
  31. "name": "Andrew Chilton",
  32. "email": "andychilton@gmail.com",
  33. "url": "https://chilts.org/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/chilts/data2xml/issues"
  37. },
  38. "description": "A data to XML converter with a nice interface (for NodeJS).",
  39. "devDependencies": {
  40. "tape": "^4.9.1"
  41. },
  42. "homepage": "https://github.com/chilts/data2xml",
  43. "keywords": [
  44. "data",
  45. "xml",
  46. "data2xml",
  47. "datatoxml",
  48. "js2xml",
  49. "jstoxml",
  50. "json2xml",
  51. "jsontoxml"
  52. ],
  53. "license": "MIT",
  54. "main": "data2xml.js",
  55. "name": "data2xml",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+ssh://git@github.com/chilts/data2xml.git"
  59. },
  60. "scripts": {
  61. "test": "set -e; for FILE in test/*.js; do node $FILE; done"
  62. },
  63. "version": "1.3.4"
  64. }