123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "_from": "jstoxml@^0.2.3",
- "_id": "jstoxml@0.2.4",
- "_inBundle": false,
- "_integrity": "sha512-E9LELsxfa2i2mjd5D2no12sIxohuxrMmbDBcXu2/mstUgAww95aYCN6TJgSKG6b1mSULjyLAcky9ZywoELmYKA==",
- "_location": "/jstoxml",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "jstoxml@^0.2.3",
- "name": "jstoxml",
- "escapedName": "jstoxml",
- "rawSpec": "^0.2.3",
- "saveSpec": null,
- "fetchSpec": "^0.2.3"
- },
- "_requiredBy": [
- "/ali-oss"
- ],
- "_resolved": "https://registry.npmjs.org/jstoxml/-/jstoxml-0.2.4.tgz",
- "_shasum": "ff3fb67856883a032953c7ce8ce7486210f48447",
- "_spec": "jstoxml@^0.2.3",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\ali-oss",
- "author": {
- "name": "David Calhoun",
- "email": "david.b.calhoun@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/davidcalhoun/jstoxml/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Convert JSON to XML (for RSS, Podcasts, etc.)",
- "engines": {
- "node": ">=0.2.0"
- },
- "homepage": "http://github.com/davidcalhoun/jstoxml",
- "keywords": [
- "xml",
- "json",
- "rss",
- "podcast",
- "sitemap",
- "site map"
- ],
- "main": "./jstoxml.js",
- "name": "jstoxml",
- "repository": {
- "type": "git",
- "url": "git://github.com/davidcalhoun/jstoxml.git"
- },
- "scripts": {
- "test": "node test.js"
- },
- "version": "0.2.4"
- }
|