diff options
Diffstat (limited to 'cordova/node_modules/xmldom/package.json')
| -rwxr-xr-x | cordova/node_modules/xmldom/package.json | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/cordova/node_modules/xmldom/package.json b/cordova/node_modules/xmldom/package.json new file mode 100755 index 0000000..a5251ff --- /dev/null +++ b/cordova/node_modules/xmldom/package.json @@ -0,0 +1,97 @@ +{ + "_from": "[email protected]", + "_id": "[email protected]", + "_inBundle": true, + "_integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=", + "_location": "/cordova-ios/xmldom", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "[email protected]", + "name": "xmldom", + "escapedName": "xmldom", + "rawSpec": "0.1.x", + "saveSpec": null, + "fetchSpec": "0.1.x" + }, + "_requiredBy": [ + "/cordova-ios", + "/cordova-ios/plist", + "/cordova-ios/simple-plist/plist" + ], + "_resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz", + "_shasum": "d501f97b3bdb403af8ef9ecc20573187aadac0e9", + "_spec": "[email protected]", + "_where": "/Users/brodybits/Documents/cordova/cordova-ios/node_modules/plist", + "author": { + "name": "jindw", + "email": "[email protected]", + "url": "http://www.xidea.org" + }, + "bugs": { + "url": "http://github.com/jindw/xmldom/issues", + "email": "[email protected]" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Yaron Naveh", + "email": "[email protected]", + "url": "http://webservices20.blogspot.com/" + }, + { + "name": "Harutyun Amirjanyan", + "email": "[email protected]", + "url": "https://github.com/nightwing" + }, + { + "name": "Alan Gutierrez", + "email": "[email protected]", + "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", + "MIT": "http://opensource.org/licenses/MIT" + } + ], + "main": "./dom-parser.js", + "maintainers": [ + { + "name": "jindw", + "email": "[email protected]", + "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.27" +} |
