package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "jstoxml@^2.0.0",
  3. "_id": "jstoxml@2.2.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OYWlK0j+roh+eyaMROlNbS5cd5R25Y+IUpdl7cNdB8HNrkgwQzIS7L9MegxOiWNBj9dQhA/yAxiMwCC5mwNoBw==",
  6. "_location": "/jstoxml",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jstoxml@^2.0.0",
  12. "name": "jstoxml",
  13. "escapedName": "jstoxml",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jstoxml/-/jstoxml-2.2.9.tgz",
  22. "_shasum": "2eebd5e55383fe66a375022ca0aa88f77bc4fb84",
  23. "_spec": "jstoxml@^2.0.0",
  24. "_where": "F:\\HBuilderProjects\\test\\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": "Converts JavaScript/JSON to XML (for RSS, Podcasts, AMP, etc.)",
  35. "devDependencies": {
  36. "@babel/cli": "^7.16.0",
  37. "@babel/core": "^7.16.5",
  38. "@babel/plugin-transform-modules-umd": "^7.16.5",
  39. "@babel/preset-env": "^7.16.5",
  40. "babel-eslint": "^10.1.0",
  41. "eslint": "^8.5.0",
  42. "mocha": "^9.1.3",
  43. "prettier": "^2.5.1",
  44. "uglify-es": "^3.3.9"
  45. },
  46. "homepage": "http://github.com/davidcalhoun/jstoxml",
  47. "keywords": [
  48. "amp",
  49. "google amp",
  50. "json",
  51. "podcast",
  52. "rss",
  53. "sitemap",
  54. "site map",
  55. "xml"
  56. ],
  57. "license": "MIT",
  58. "main": "dist/jstoxml.js",
  59. "name": "jstoxml",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/davidcalhoun/jstoxml.git"
  63. },
  64. "scripts": {
  65. "bump": "npm outdated & npm update && npm audit fix && npm test",
  66. "dist": "./dist.sh",
  67. "major": "npm version major && npm run npm-publish",
  68. "minor": "npm version minor && npm run npm-publish",
  69. "npm-publish": "npm publish && git push && git push --tags",
  70. "patch": "npm version patch && npm run npm-publish",
  71. "prepare": "./dist.sh",
  72. "test": "rm -rf dist && ./dist.sh && mocha test.js"
  73. },
  74. "unpkg": "dist/jstoxml-min.js",
  75. "version": "2.2.9"
  76. }