12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_args": [
- [
- "data2xml@1.3.4",
- "D:\\代码\\单商户\\admin"
- ]
- ],
- "_from": "data2xml@1.3.4",
- "_id": "data2xml@1.3.4",
- "_inBundle": false,
- "_integrity": "sha512-rcxNdfZPaWiPStQxEZwQZ0+TYhBit2VZNFI+qLol4cYgpkMXCs3tnIB0osEesBde07u+C+HUOB0osSsGjReHcg==",
- "_location": "/data2xml",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "data2xml@1.3.4",
- "name": "data2xml",
- "escapedName": "data2xml",
- "rawSpec": "1.3.4",
- "saveSpec": null,
- "fetchSpec": "1.3.4"
- },
- "_requiredBy": [
- "/oss"
- ],
- "_resolved": "https://registry.npmjs.org/data2xml/-/data2xml-1.3.4.tgz",
- "_spec": "1.3.4",
- "_where": "D:\\代码\\单商户\\admin",
- "author": {
- "name": "Andrew Chilton",
- "email": "andychilton@gmail.com",
- "url": "https://chilts.org/"
- },
- "bugs": {
- "url": "https://github.com/chilts/data2xml/issues"
- },
- "description": "A data to XML converter with a nice interface (for NodeJS).",
- "devDependencies": {
- "tape": "^4.9.1"
- },
- "homepage": "https://github.com/chilts/data2xml",
- "keywords": [
- "data",
- "xml",
- "data2xml",
- "datatoxml",
- "js2xml",
- "jstoxml",
- "json2xml",
- "jsontoxml"
- ],
- "license": "MIT",
- "main": "data2xml.js",
- "name": "data2xml",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/chilts/data2xml.git"
- },
- "scripts": {
- "test": "set -e; for FILE in test/*.js; do node $FILE; done"
- },
- "version": "1.3.4"
- }
|