mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 12:50:04 +02:00
packager
This commit is contained in:
65
app/node_modules/xmlbuilder/package.json
generated
vendored
Normal file
65
app/node_modules/xmlbuilder/package.json
generated
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"_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": "E:\\projects\\p\\gitlit\\app\\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"
|
||||
}
|
Reference in New Issue
Block a user