| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "name": "xmldom",
- "version": "0.1.31",
- "description": "A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).",
- "keywords": [
- "w3c",
- "dom",
- "xml",
- "parser",
- "javascript",
- "DOMParser",
- "XMLSerializer"
- ],
- "author": "jindw <jindw@xidea.org> (http://www.xidea.org)",
- "homepage": "https://github.com/xmldom/xmldom",
- "repository": {
- "type": "git",
- "url": "git://github.com/xmldom/xmldom.git"
- },
- "main": "./dom-parser.js",
- "scripts": {
- "test": "proof platform win32 && proof test */*/*.t.js || t/test"
- },
- "engines": {
- "node": ">=0.1"
- },
- "dependencies": {},
- "devDependencies": {
- "proof": "0.0.28"
- },
- "maintainers": [
- {
- "name": "jindw",
- "email": "jindw@xidea.org",
- "url": "http://www.xidea.org"
- }
- ],
- "contributors": [
- {
- "name": "Yaron Naveh",
- "email": "yaronn01@gmail.com",
- "web": "http://webservices20.blogspot.com/"
- },
- {
- "name": "Harutyun Amirjanyan",
- "email": "amirjanyan@gmail.com",
- "web": "https://github.com/nightwing"
- },
- {
- "name": "Alan Gutierrez",
- "email": "alan@prettyrobots.com",
- "web": "http://www.prettyrobots.com/"
- }
- ],
- "bugs": {
- "email": "jindw@xidea.org",
- "url": "http://github.com/jindw/xmldom/issues"
- },
- "license": "(LGPL-2.0 or MIT)",
- "__npminstall_done": "Thu Dec 24 2020 20:20:28 GMT+0800 (CST)",
- "_from": "xmldom@0.1.31",
- "_resolved": "https://registry.npm.taobao.org/xmldom/download/xmldom-0.1.31.tgz"
- }
|