auspice
Version:
Web app for visualizing pathogen evolution
67 lines (66 loc) • 1.73 kB
JSON
{
"_from": "xmlbuilder@^13.0.0",
"_id": "xmlbuilder@13.0.2",
"_inBundle": false,
"_integrity": "sha512-Eux0i2QdDYKbdbA6AM6xE4m6ZTZr4G4xF9kahI2ukSEMCzwce2eX9WlTI5J3s+NU7hpasFsr8hWIONae7LluAQ==",
"_location": "/xmlbuilder",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "xmlbuilder@^13.0.0",
"name": "xmlbuilder",
"escapedName": "xmlbuilder",
"rawSpec": "^13.0.0",
"saveSpec": null,
"fetchSpec": "^13.0.0"
},
"_requiredBy": [
"/sitemap"
],
"_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-13.0.2.tgz",
"_shasum": "02ae33614b6a047d1c32b5389c1fdacb2bce47a7",
"_spec": "xmlbuilder@^13.0.0",
"_where": "/Users/naboo/github/nextstrain/auspice/docs-src/node_modules/sitemap",
"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": "*",
"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"
}