mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
updated cordova-common dependnecy to 1.1.0
This commit is contained in:
+127
@@ -0,0 +1,127 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"xmldom@0.1.x",
|
||||
"/Users/steveng/repo/cordova/cordova-android/node_modules/plist"
|
||||
]
|
||||
],
|
||||
"_from": "xmldom@>=0.1.0 <0.2.0",
|
||||
"_id": "xmldom@0.1.22",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/xmldom",
|
||||
"_nodeVersion": "5.5.0",
|
||||
"_npmUser": {
|
||||
"email": "jindw@xidea.org",
|
||||
"name": "jindw"
|
||||
},
|
||||
"_npmVersion": "3.3.12",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "xmldom",
|
||||
"raw": "xmldom@0.1.x",
|
||||
"rawSpec": "0.1.x",
|
||||
"scope": null,
|
||||
"spec": ">=0.1.0 <0.2.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/plist"
|
||||
],
|
||||
"_resolved": "http://registry.npmjs.org/xmldom/-/xmldom-0.1.22.tgz",
|
||||
"_shasum": "10de4e5e964981f03c8cc72fadc08d14b6c3aa26",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "xmldom@0.1.x",
|
||||
"_where": "/Users/steveng/repo/cordova/cordova-android/node_modules/plist",
|
||||
"author": {
|
||||
"email": "jindw@xidea.org",
|
||||
"name": "jindw",
|
||||
"url": "http://www.xidea.org"
|
||||
},
|
||||
"bugs": {
|
||||
"email": "jindw@xidea.org",
|
||||
"url": "http://github.com/jindw/xmldom/issues"
|
||||
},
|
||||
"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": {},
|
||||
"description": "A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).",
|
||||
"devDependencies": {
|
||||
"proof": "0.0.28"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "10de4e5e964981f03c8cc72fadc08d14b6c3aa26",
|
||||
"tarball": "http://registry.npmjs.org/xmldom/-/xmldom-0.1.22.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.1"
|
||||
},
|
||||
"gitHead": "29a83b315aef56c156602286b2d884a3b4c2521f",
|
||||
"homepage": "https://github.com/jindw/xmldom",
|
||||
"keywords": [
|
||||
"DOMParser",
|
||||
"XMLSerializer",
|
||||
"dom",
|
||||
"javascript",
|
||||
"parser",
|
||||
"w3c",
|
||||
"xml"
|
||||
],
|
||||
"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": "jindw@xidea.org"
|
||||
},
|
||||
{
|
||||
"name": "yaron",
|
||||
"email": "yaronn01@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "bigeasy",
|
||||
"email": "alan@prettyrobots.com"
|
||||
},
|
||||
{
|
||||
"name": "kethinov",
|
||||
"email": "kethinov@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "jinjinyun",
|
||||
"email": "jinyun.jin@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "xmldom",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jindw/xmldom.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "proof platform win32 && proof test */*/*.t.js || t/test"
|
||||
},
|
||||
"version": "0.1.22"
|
||||
}
|
||||
Reference in New Issue
Block a user