cordova-plugin-mfp
Version:
IBM MobileFirst Platform Foundation Cordova Plugin
79 lines (78 loc) • 2.01 kB
JSON
{
"_from": "xmlbuilder@2.2.1",
"_id": "xmlbuilder@2.2.1",
"_inBundle": false,
"_integrity": "sha512-/1lEQGgeVQU1a4lB8dMRTiJf9k2WDnwWSxka5via8FZxV9OE7IYidIg9895dhqWx+FVdvHod0fX+j41z7kTXew==",
"_location": "/xmlbuilder",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "xmlbuilder@2.2.1",
"name": "xmlbuilder",
"escapedName": "xmlbuilder",
"rawSpec": "2.2.1",
"saveSpec": null,
"fetchSpec": "2.2.1"
},
"_requiredBy": [
"/plist"
],
"_resolved": "http://visustar.francelab.fr.ibm.com:8081/nexus/content/groups/mobile-npm-all/xmlbuilder/-/xmlbuilder-2.2.1.tgz",
"_shasum": "9326430f130d87435d4c4086643aa2926e105a32",
"_spec": "xmlbuilder@2.2.1",
"_where": "/root/workspace/mfp-cordova-plugins-build-and-deploy/target/cordova-runtime/plugins/cordova-plugin-mfp/node_modules/plist",
"author": {
"name": "Ozgur Ozcitak",
"email": "oozcitak@gmail.com"
},
"bugs": {
"url": "http://github.com/oozcitak/xmlbuilder-js/issues"
},
"bundleDependencies": false,
"dependencies": {
"lodash-node": "~2.4.1"
},
"deprecated": false,
"description": "An XML builder for node.js",
"devDependencies": {
"coffee-script": "~1.6.3",
"memwatch": "*",
"vows": "*"
},
"engines": {
"node": "0.8.x || 0.10.x"
},
"homepage": "http://github.com/oozcitak/xmlbuilder-js",
"keywords": [
"xml",
"xmlbuilder"
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"main": "./lib/index",
"name": "xmlbuilder",
"repository": {
"type": "git",
"url": "git://github.com/oozcitak/xmlbuilder-js.git"
},
"scripts": {
"postpublish": "rm -rf lib",
"prepublish": "coffee -co lib/ src/*.coffee",
"test": "vows test/*"
},
"version": "2.2.1",
"warnings": [
{
"code": "ENOTSUP",
"required": {
"node": "0.8.x || 0.10.x"
},
"pkgid": "xmlbuilder@2.2.1"
}
]
}