| 1234567891011121314151617181920212223242526 |
- {
- "name": "jstoxml",
- "version": "0.2.4",
- "description": "Convert JSON to XML (for RSS, Podcasts, etc.)",
- "homepage": "http://github.com/davidcalhoun/jstoxml",
- "keywords": [
- "xml",
- "json",
- "rss",
- "podcast",
- "sitemap",
- "site map"
- ],
- "main": "./jstoxml.js",
- "author": "David Calhoun <david.b.calhoun@gmail.com>",
- "repository": "git://github.com/davidcalhoun/jstoxml",
- "engines": {
- "node": ">=0.2.0"
- },
- "scripts": {
- "test": "node test.js"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:36 GMT+0800 (CST)",
- "_from": "jstoxml@0.2.4",
- "_resolved": "https://registry.npm.taobao.org/jstoxml/download/jstoxml-0.2.4.tgz"
- }
|