lilishop-uniapp/node_modules/xmldom/package.json

103 lines
2.4 KiB
JSON
Raw Normal View History

2021-05-13 11:03:32 +08:00
{
"_from": "xmldom",
"_id": "xmldom@0.3.0",
"_inBundle": false,
"_integrity": "sha512-z9s6k3wxE+aZHgXYxSTpGDo7BYOUfJsIRyoZiX6HTjwpwfS2wpQBQKa2fD+ShLyPkqDYo5ud7KitmLZ2Cd6r0g==",
"_location": "/xmldom",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "xmldom",
"name": "xmldom",
"escapedName": "xmldom",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.3.0.tgz",
"_shasum": "e625457f4300b5df9c2e1ecb776147ece47f3e5a",
"_spec": "xmldom",
"_where": "/Users/liushuai/Documents/workspace/lili-shop-uniapp",
"author": {
"name": "jindw",
"email": "jindw@xidea.org",
"url": "http://www.xidea.org"
},
"bugs": {
"url": "https://github.com/xmldom/xmldom/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "jindw",
"email": "jindw@xidea.org",
"url": "http://www.xidea.org"
},
{
"name": "Yaron Naveh",
"email": "yaronn01@gmail.com",
"url": "http://webservices20.blogspot.com/"
},
{
"name": "Harutyun Amirjanyan",
"email": "amirjanyan@gmail.com",
"url": "https://github.com/nightwing"
},
{
"name": "Alan Gutierrez",
"email": "alan@prettyrobots.com",
"url": "http://www.prettyrobots.com/"
},
{
"name": "Eric Newport",
"email": "kethinov@gmail.com",
"url": "https://github.com/kethinov"
}
],
"dependencies": {},
"deprecated": false,
"description": "A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.",
"devDependencies": {
"proof": "~7.0.9"
},
"engines": {
"node": ">=10.0.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/xmldom/xmldom",
"keywords": [
"w3c",
"dom",
"xml",
"parser",
"javascript",
"DOMParser",
"XMLSerializer"
],
"license": "(LGPL-2.0 OR MIT)",
"main": "lib/dom-parser.js",
"maintainers": [
{
"name": "brodybits",
"email": "chris@brody.consulting",
"url": "https://github.com/brodybits"
}
],
"name": "xmldom",
"repository": {
"type": "git",
"url": "git://github.com/xmldom/xmldom.git"
},
"scripts": {
"test": "proof platform win32 && proof test */*/*.t.js || t/test"
},
"version": "0.3.0"
}