setup-dotnet/node_modules/xmlbuilder/package.json

70 lines
1.6 KiB
JSON

{
"_args": [
[
"xmlbuilder@13.0.2",
"C:\\dev\\repos\\actions\\setup-dotnet"
]
],
"_from": "xmlbuilder@13.0.2",
"_id": "xmlbuilder@13.0.2",
"_inBundle": false,
"_integrity": "sha512-Eux0i2QdDYKbdbA6AM6xE4m6ZTZr4G4xF9kahI2ukSEMCzwce2eX9WlTI5J3s+NU7hpasFsr8hWIONae7LluAQ==",
"_location": "/xmlbuilder",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "xmlbuilder@13.0.2",
"name": "xmlbuilder",
"escapedName": "xmlbuilder",
"rawSpec": "13.0.2",
"saveSpec": null,
"fetchSpec": "13.0.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-13.0.2.tgz",
"_spec": "13.0.2",
"_where": "C:\\dev\\repos\\actions\\setup-dotnet",
"author": {
"name": "Ozgur Ozcitak",
"email": "oozcitak@gmail.com"
},
"bugs": {
"url": "http://github.com/oozcitak/xmlbuilder-js/issues"
},
"contributors": [],
"dependencies": {},
"description": "An XML builder for node.js",
"devDependencies": {
"coffee-coverage": "*",
"coffeescript": "*",
"coveralls": "*",
"mocha": "*",
"nyc": "*",
"xpath": "*"
},
"engines": {
"node": ">=6.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": {
"prepublishOnly": "coffee -co lib src",
"test": "nyc mocha \"test/**/*.coffee\""
},
"typings": "./typings/index.d.ts",
"version": "13.0.2"
}