You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.7 KiB
65 lines
1.7 KiB
{
|
|
"_from": "xmlbuilder@^10.0.0",
|
|
"_id": "xmlbuilder@10.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-OyzrcFLL/nb6fMGHbiRDuPup9ljBycsdCypwuyg5AAHvyWzGfChJpCXMG88AGTIMFhGZ9RccFN1e6lhg3hkwKg==",
|
|
"_location": "/xmlbuilder",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "xmlbuilder@^10.0.0",
|
|
"name": "xmlbuilder",
|
|
"escapedName": "xmlbuilder",
|
|
"rawSpec": "^10.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^10.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/mammoth"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-10.1.1.tgz",
|
|
"_shasum": "8cae6688cc9b38d850b7c8d3c0a4161dcaf475b0",
|
|
"_spec": "xmlbuilder@^10.0.0",
|
|
"_where": "/home/cybrosys/16odoo/custom/website_quotation_template_cybrosys/node_modules/mammoth",
|
|
"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": "2.*",
|
|
"coffeescript": "1.*",
|
|
"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",
|
|
"prepublishOnly": "coffee -co lib src",
|
|
"test": "mocha \"test/**/*.coffee\" && istanbul report text lcov"
|
|
},
|
|
"version": "10.1.1"
|
|
}
|
|
|