mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-08 07:32:53 +08:00
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"_from": "xmlbuilder@8.2.2",
|
|
"_id": "xmlbuilder@8.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-aSSGc0ELS6QuGmE2VR0pIjNap3M=",
|
|
"_location": "/xmlbuilder",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "xmlbuilder@8.2.2",
|
|
"name": "xmlbuilder",
|
|
"escapedName": "xmlbuilder",
|
|
"rawSpec": "8.2.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "8.2.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/plist"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-8.2.2.tgz",
|
|
"_shasum": "69248673410b4ba42e1a6136551d2922335aa773",
|
|
"_spec": "xmlbuilder@8.2.2",
|
|
"_where": "/Users/brodybits/Documents/cordova/cordova-android/node_modules/plist",
|
|
"author": {
|
|
"name": "Ozgur Ozcitak",
|
|
"email": "oozcitak@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/oozcitak/xmlbuilder-js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [],
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "An XML builder for node.js",
|
|
"devDependencies": {
|
|
"coffee-coverage": "*",
|
|
"coffee-script": "*",
|
|
"coveralls": "*",
|
|
"istanbul": "*",
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
},
|
|
"homepage": "http://github.com/oozcitak/xmlbuilder-js",
|
|
"keywords": [
|
|
"xml",
|
|
"xmlbuilder"
|
|
],
|
|
"license": "MIT",
|
|
"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",
|
|
"test": "mocha && istanbul report text lcov"
|
|
},
|
|
"version": "8.2.2"
|
|
}
|