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.
94 lines
2.2 KiB
94 lines
2.2 KiB
{
|
|
"_from": "xmldom@0.1.16",
|
|
"_id": "xmldom@0.1.16",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-zyYCgysatcPmgT/KCP5wGWuhXow=",
|
|
"_location": "/xmldom",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "xmldom@0.1.16",
|
|
"name": "xmldom",
|
|
"escapedName": "xmldom",
|
|
"rawSpec": "0.1.16",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.1.16"
|
|
},
|
|
"_requiredBy": [
|
|
"/playlist-parser"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.16.tgz",
|
|
"_shasum": "cf2602832b1ab5c3e6813fca08fe70196ba15e8c",
|
|
"_spec": "xmldom@0.1.16",
|
|
"_where": "/home/sigonasr2/divar/server/node_modules/playlist-parser",
|
|
"author": {
|
|
"name": "jindw",
|
|
"email": "jindw@xidea.org",
|
|
"url": "http://www.xidea.org"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/jindw/xmldom/issues",
|
|
"email": "jindw@xidea.org"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"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/"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).",
|
|
"devDependencies": {
|
|
"proof": "0.0.28"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.1"
|
|
},
|
|
"homepage": "https://github.com/jindw/xmldom",
|
|
"keywords": [
|
|
"w3c",
|
|
"dom",
|
|
"xml",
|
|
"parser",
|
|
"javascript",
|
|
"DOMParser",
|
|
"XMLSerializer"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "LGPL",
|
|
"url": "http://www.gnu.org/licenses/lgpl.html"
|
|
}
|
|
],
|
|
"main": "./dom-parser.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "jindw",
|
|
"email": "jindw@xidea.org",
|
|
"url": "http://www.xidea.org"
|
|
}
|
|
],
|
|
"name": "xmldom",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jindw/xmldom.git"
|
|
},
|
|
"scripts": {
|
|
"test": "proof platform win32 && proof test */*/*.t.js || t/test"
|
|
},
|
|
"version": "0.1.16"
|
|
}
|
|
|