mirror of
https://github.com/apache/cordova-android.git
synced 2026-02-21 00:02:46 +08:00
CB-14145 remove old node_modules before patch fix
This commit is contained in:
97
node_modules/xmlbuilder/package.json
generated
vendored
97
node_modules/xmlbuilder/package.json
generated
vendored
@@ -1,97 +0,0 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"raw": "xmlbuilder@4.0.0",
|
||||
"scope": null,
|
||||
"escapedName": "xmlbuilder",
|
||||
"name": "xmlbuilder",
|
||||
"rawSpec": "4.0.0",
|
||||
"spec": "4.0.0",
|
||||
"type": "version"
|
||||
},
|
||||
"/Users/steveng/repo/cordova/cordova-android/node_modules/plist"
|
||||
]
|
||||
],
|
||||
"_from": "xmlbuilder@4.0.0",
|
||||
"_id": "xmlbuilder@4.0.0",
|
||||
"_inCache": true,
|
||||
"_location": "/xmlbuilder",
|
||||
"_npmUser": {
|
||||
"name": "oozcitak",
|
||||
"email": "oozcitak@gmail.com"
|
||||
},
|
||||
"_npmVersion": "1.4.28",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"raw": "xmlbuilder@4.0.0",
|
||||
"scope": null,
|
||||
"escapedName": "xmlbuilder",
|
||||
"name": "xmlbuilder",
|
||||
"rawSpec": "4.0.0",
|
||||
"spec": "4.0.0",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/plist"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.0.0.tgz",
|
||||
"_shasum": "98b8f651ca30aa624036f127d11cc66dc7b907a3",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "xmlbuilder@4.0.0",
|
||||
"_where": "/Users/steveng/repo/cordova/cordova-android/node_modules/plist",
|
||||
"author": {
|
||||
"name": "Ozgur Ozcitak",
|
||||
"email": "oozcitak@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/oozcitak/xmlbuilder-js/issues"
|
||||
},
|
||||
"contributors": [],
|
||||
"dependencies": {
|
||||
"lodash": "^3.5.0"
|
||||
},
|
||||
"description": "An XML builder for node.js",
|
||||
"devDependencies": {
|
||||
"coffee-coverage": "*",
|
||||
"coffee-script": "*",
|
||||
"coveralls": "*",
|
||||
"istanbul": "*",
|
||||
"mocha": "*"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "98b8f651ca30aa624036f127d11cc66dc7b907a3",
|
||||
"tarball": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.0.0.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8.0"
|
||||
},
|
||||
"gitHead": "ec17840a6705ef666b7d04c771de11df6091fff5",
|
||||
"homepage": "http://github.com/oozcitak/xmlbuilder-js",
|
||||
"keywords": [
|
||||
"xml",
|
||||
"xmlbuilder"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "oozcitak",
|
||||
"email": "oozcitak@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "xmlbuilder",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"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": "4.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user