用工小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

76 lines
2.1 KiB

{
"_from": "jstoxml@^2.0.0",
"_id": "jstoxml@2.2.9",
"_inBundle": false,
"_integrity": "sha512-OYWlK0j+roh+eyaMROlNbS5cd5R25Y+IUpdl7cNdB8HNrkgwQzIS7L9MegxOiWNBj9dQhA/yAxiMwCC5mwNoBw==",
"_location": "/jstoxml",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jstoxml@^2.0.0",
"name": "jstoxml",
"escapedName": "jstoxml",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/ali-oss"
],
"_resolved": "https://registry.npmmirror.com/jstoxml/-/jstoxml-2.2.9.tgz",
"_shasum": "2eebd5e55383fe66a375022ca0aa88f77bc4fb84",
"_spec": "jstoxml@^2.0.0",
"_where": "E:\\webView\\hire-wechat-uniapp\\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": "Converts JavaScript/JSON to XML (for RSS, Podcasts, AMP, etc.)",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/plugin-transform-modules-umd": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"babel-eslint": "^10.1.0",
"eslint": "^8.5.0",
"mocha": "^9.1.3",
"prettier": "^2.5.1",
"uglify-es": "^3.3.9"
},
"homepage": "http://github.com/davidcalhoun/jstoxml",
"keywords": [
"amp",
"google amp",
"json",
"podcast",
"rss",
"sitemap",
"site map",
"xml"
],
"license": "MIT",
"main": "dist/jstoxml.js",
"name": "jstoxml",
"repository": {
"type": "git",
"url": "git://github.com/davidcalhoun/jstoxml.git"
},
"scripts": {
"bump": "npm outdated & npm update && npm audit fix && npm test",
"dist": "./dist.sh",
"major": "npm version major && npm run npm-publish",
"minor": "npm version minor && npm run npm-publish",
"npm-publish": "npm publish && git push && git push --tags",
"patch": "npm version patch && npm run npm-publish",
"prepare": "./dist.sh",
"test": "rm -rf dist && ./dist.sh && mocha test.js"
},
"unpkg": "dist/jstoxml-min.js",
"version": "2.2.9"
}