elmo-datacite-xml-updater

Tool to update XML files in DataCite scheme

https://github.com/mcnamara84/elmo-datacite-xml-updater

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.9%) to scientific vocabulary

Keywords

datacite-metadata datacite-xml research-data-management
Last synced: 6 months ago · JSON representation ·

Repository

Tool to update XML files in DataCite scheme

Basic Info
  • Host: GitHub
  • Owner: McNamara84
  • License: gpl-3.0
  • Language: JavaScript
  • Default Branch: main
  • Homepage:
  • Size: 2.82 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 1
Topics
datacite-metadata datacite-xml research-data-management
Created 12 months ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

DataCiteMappings

This tool offers the possibility to upload XML files according to the outdated DataCite schema in version 3.1 and to transform them into XML files according to the current DataCite schema in version 4.6.

Quickstart

  1. Change directory: cd xml-transformer
  2. Start testserver: node server.js
  3. Visit http://localhost:3000/ for testing

Main Features

  • Data transformation for XML files from schema version 3.x to version 4.6
  • Optional overwriting of rights according to obsolete scheme
  • Optional enrichment of the data set with ROR IDs

Concordance Table

Show Table | **Datacite 3.1** | **Obligation 3.1** | **DataCite 4.6** | **Obligation 4.6** | **note** | |---|---|---|---|---| | resource | | resource | | Root | | identifier | M | identifier | M | | | identifier=identifierType | M | identifier=identifierType | M | | | creators | | creators | | | | creators>creator | M | creators>creator | M | | | creators>creator>creatorName | M | creators>creator>creatorName | M | The personal name format should
be: family, given. | | / | | creators>creator>creatorName=nameType | | cannot be mapped, because information is not given in 3.1 | | / | | creators>creator>creatorName=xml:lang | | cannot be mapped, because information is not given in 3.1 | | | | creators>creator>givenName | | not mandatory, but could be filled with second part of contributorName. But only for contributor Persons. Since it is not possible, to determine weather nam belongs to a person or organisation in 3.1, this will not be mapped. | | | | creators>creator>familyName | | not mandatory, but could be filled with second part of contributorName. But only for contributor Persons. Since it is not possible, to determine weather nam belongs to a person or organisation in 3.1, this will not be mapped. | | creators>creator>nameIdentifier | | creators>creator>nameIdentifier | | | | creators>creator>nameIdentifier=nameIdentiferScheme | mandatory, if nameIdentifier is given | creators>creator>nameIdentifier=nameIdentiferScheme | | mandatory, if nameIdentifier is specified | | creators>creator>nameIdentifier=schemeURI | | creators>creator>nameIdentifier=schemeURI | | | | creators>creator>affiliation | | creators>creator>affiliation | | | | / | | creators>creator>affiliation=affiliationIdentifer | | cannot be mapped, because information is not given in 3.1 | | / | | creators>creator>affiliation=affiliationIdentiferScheme | | cannot be mapped, because information is not given in 3.1 | | / | | creators>creator>affiliation=schemeURI | | cannot be mapped, because information is not given in 3.1 | | titles | | titles | | | | titles>title | M | titles>title | M | | | titles>title=titleType | | titles>title=titleType | | | | titles>title=xml:lang | | titles>title=xml:lang | | | | publisher | M | publisher | M | | | / | | publisher=publisherIdentifier | | could be mapped with constant, if publisher is always GFZ Dataservices | | / | | publisher=publisherIdentifierScheme | mandatory, if publisherIdentifier is used | could be mapped with constant, if publisher is always GFZ Dataservices | | / | | publisher=schemeURI | | could be mapped with constant, if publisher is always GFZ Dataservices | | / | | publisher=xml:lang | | probably always en? | | publicationYear | M | publicationYear | M | | | subjects | | subjects | | | | subjects>subject | R | subjects>subject | | | | subjects>subject=subjectScheme | | subjects>subject=subjectScheme | | | | subjects>subject>schemeURI | | subjects>subject>schemeURI | | | | / | | subjects>subject=valueURI | | cannot be mapped, because information is not given in 3.1 | | / | | subjects>subject=classificationCode | | cannot be mapped, because information is not given in 3.1 | | subjects>subject>xml:lang | | subjects>subject>xml:lang | | | | contributors | | contributors | | | | contributors>contributor | R | contributors>contributor | R | | | contributors>contributor=contributorType | If Contributor is used, then contributorType is mandatory. | contributors>contributor=contributorType | If Contributor is used, then contributorType is mandatory. | | | contributors>contributor>contributorName | If Contributor is used, then contributorName is mandatory. | contributors>contributor>contributorName | If Contributor is used, then contributorName is mandatory. | | | | | contributors>contributor>contributorName=nameType | | cannot be mapped, because information is not given in 3.1 | | | | contributors>contributor>contributorName=xml:lang | | cannot be mapped, because information is not given in 3.1 | | | | contributors>contributor>givenName | | not mandatory, but could be filled with second part of contributorName. But only for contributor Persons. Since it is not possible, to determine weather nam belongs to a person or organisation in 3.1, this will not be mapped. | | | | contributors>contributor>familyName | | not mandatory, but could be filled with second part of contributorName. But only for contributor Persons. Since it is not possible, to determine weather nam belongs to a person or organisation in 3.1, this will not be mapped. | | contributors>contributor>nameIdentifier | | contributors>contributor>nameIdentifier | | | | contributors>contributor>nameIdentifier=nameIdentifierScheme | If nameIdentifier is used, nameIdentifierScheme is mandatory. | contributors>contributor>nameIdentifier=nameIdentifierScheme | If nameIdentifier is used, nameIdentifierScheme is mandatory. | | | contributors>contributor>nameIdentifier=schemeURI | | contributors>contributor>nameIdentifier=schemeURI | | | | contributors>contributor>affiliation | | contributors>contributor>affiliation | | | | / | | contributors>contributor>affiliation=affiliationIdentifier | | cannot be mapped, because information is not given in 3.1 | | / | | contributors>contributor>affiliation=affiliationIdentifierScheme | If affiliationIdentifier is used, affiliationIdentifierScheme is mandatory. | cannot be mapped, because information is not given in 3.1 | | / | | contributors>contributor>affiliation=schemeURI | | cannot be mapped, because information is not given in 3.1 | | dates | | dates | | | | dates>date | R | dates>date | R | | | dates>date=dateType | If Date is used, dateType is mandatory. | dates>date=dateType | If Date is used, dateType is mandatory. | | | / | | dates>date=dateInformation | | cannot be mapped, because information is not given in 3.1 | | language | O | language | O | | | resourceType | R | resourceType | M | became mandatory with version 4.0. will be filled with "Dataset" if resourceType not given in 3.1 | | resourceType=resourceTypeGeneral | If ResourceType is used,
resourceTypeGeneral is
mandatory. | resourceType=resourceTypeGeneral | M | occurence 1 (mandatory) since scheme version 4.0,will be set to "Dataset", if not given in 3.1 | | alternateIdentifiers | O | alternateIdentifiers | O | | | alternateIdentifiers>alternateIdentifier | O | alternateIdentifiers>alternateIdentifier | O | | | alternateIdentifiers>alternateIdentifier=alternateIdentifierType | If AlternateIdentifier is used,
alternateIdentifierType is
mandatory | alternateIdentifiers>alternateIdentifier=alternateIdentifierType | If alternateIdentifier is used, alternateIdentifierType is mandatory. | | | relatedIdentifiers | | relatedIdentifiers | | | | relatedIdentifiers>relatedIdentifier | R | relatedIdentifiers>relatedIdentifier | R | | | / | | relatedIdentifiers>relatedIdentifier=resourceTypeGeneral | | optional attribute since 4.1, cannot be mapped, because information is not given in 3.1 | | relatedIdentifiers>relatedIdentifier=relatedIdentifierType | If RelatedIdentifier is used,
relatedIdentifierType is
mandatory. | relatedIdentifiers>relatedIdentifier=relatedIdentifierType | If relatedIdentifier is used, relatedIdentifierType is mandatory. | | | relatedIdentifiers>relatedIdentifier=relationType | If RelatedIdentifier is used,
relationType is mandatory. | relatedIdentifiers>relatedIdentifier=relationType | If RelatedIdentifier is used, relationType is mandatory. | | | relatedIdentifiers>relatedIdentifier=relatedMetadataScheme | | relatedIdentifiers>relatedIdentifier=relatedMetadataScheme | | | | relatedIdentifiers>relatedIdentifier=schemeURI | | relatedIdentifiers>relatedIdentifier=schemeURI | | | | relatedIdentifiers>relatedIdentifier=schemeType | | relatedIdentifiers>relatedIdentifier=schemeType | | | | sizes | | sizes | | | | sizes>size | O | sizes>size | O | | | formats | | formats | | | | formats>format | O | formats>format | O | | | version | O | version | O | | | rightsList | | rightsList | | | | rightsList>rights | O | rightsList>rights | O | Free text in both scheme versions | | rightsList>rights=rightsURI | | rightsList>rights=rightsURI | | | | / | | rightsList>rights=rightsIdentifier | | cannot be mapped, because information is not given in 3.1 | | / | | rightsList>rights=rightsIdentifierScheme | | cannot be mapped, because information is not given in 3.1 | | / | | rightsList>rights=schemeURI | | cannot be mapped, because information is not given in 3.1 | | / | | rightsList>rights=xml:lang | | cannot be mapped, because information is not given in 3.1 (might always be en?) | | descriptions | | descriptions | | | | descriptions>description | R | descriptions>description | R | | | descriptions>description=descriptionType | If Description is used,
descriptionType is mandatory. | descriptions>description=descriptionType | If Description is used, descriptionType is mandatory. | | | descriptions>description=xml:lang | | descriptions>description=xml:lang | | | | descriptions>description>br | | descriptions>description>br | | | | geoLocations | | geoLocations | | | | geoLocations>geoLocation | R | geoLocations>geoLocation | R | | | geoLocations>geoLocation>geoLocationPoint | | geoLocations>geoLocation>geoLocationPoint | | | | geoLocationPoint substring after whitespace | | geoLocations>geoLocation>geoLocationPoint>pointLongitude | If geoLocationPoint is used, pointLongitude is mandatory. | geoLocationPoint substring after whitespace | | geoLocationPoint substring before whitespace | | geoLocations>geoLocation>geoLocationPoint>pointLatitude | If geoLocationPoint is used, pointLatitude is mandatory. | geoLocationPoint substring after whitespace | | geoLocations>geoLocation>geoLocationBox | | geoLocations>geoLocation>geoLocationBox | | | | substring of geoLocationBox | | geoLocations>geoLocation>geoLocationBox>westBoundLongitude | If geoLocationBox is used, westBoundLongitude is mandatory | | | substring of geoLocationBox | | geoLocations>geoLocation>geoLocationBox>eastBoundLongitude | If geoLocationBox is used, eastBoundLongitude is mandatory | | | substring of geoLocationBox | | geoLocations>geoLocation>geoLocationBox>southBoundLatitude | If geoLocationBox is used, southBoundLatitude is mandatory | | | substring of geoLocationBox | | geoLocations>geoLocation>geoLocationBox>northBoundLatitude | If geoLocationBox is used, northBoundLatitude is mandatory | | | geoLocations>geoLocation>geoLocationPlace | | geoLocations>geoLocation>geoLocationPlace | | | | / | | geoLocations>geoLocation>geoLocationPolygon | | cannot be mapped, because information is not given in 3.1 | | / | | geoLocations>geoLocation>geoLocationPolygon>PolygonPoint | | cannot be mapped, because information is not given in 3.1 | | / | | geoLocations>geoLocation>geoLocationPolygon>PolygonPoint>pointLongitude | | cannot be mapped, because information is not given in 3.1 | | / | | geoLocations>geoLocation>geoLocationPolygon>PolygonPoint>pointLatitude | | cannot be mapped, because information is not given in 3.1 | | / | | geoLocations>geoLocation>geoLocationPolygon>inPolygonPoint | | cannot be mapped, because information is not given in 3.1 | | / | | geoLocations>geoLocation>geoLocationPolygon>inPolygonPoint>pointLongitude | | cannot be mapped, because information is not given in 3.1 | | / | | geoLocations>geoLocation>geoLocationPolygon>inPolygonPoint>pointLatitude | | cannot be mapped, because information is not given in 3.1 | | | | fundingReferences | | | | | | fundingReferences>fundingReference | O | | | contributorName IF contributorType="Funder" | | fundingReferences>fundingReference>funderName | If FundingReference is used, then funderName is mandatory. | Contributor with contributorType "Funder" | | contributors>contributor>nameIdentifier IF contributorType="Funder" | | fundingReferences>fundingReference>funderIdentifier | | contributor>nameIdentifier IF Type ist Funder | | contributors>contributor>nameIdentifier=nameIdentifierType IF contributorType="Funder" | | fundingReferences>fundingReference>funderIdentifier=funderIdentifierType | If funderIdentifier is used, funderIdentifierType is mandatory. | for contributor with tpye "Funder, mapping value of nameIdentifierScheme to contolled List for funderIdentifierType in 4.6; i.e. ORCID is not in the controlled list, so it is mapped to "Other" | | contributors>contributor>nameIdentifier=schemeURI IF contributorType="Funder" | | fundingReferences>fundingReference>funderIdentifier=schemeURI | | IF Type is Funder | | / | | fundingReferences>fundingReference>awardNumber | | cannot be mapped, because information is not given in 3.1 | | / | | fundingReferences>fundingReference>awardNumber=awardURI | | cannot be mapped, because information is not given in 3.1 | | / | | fundingReferences>fundingReference>awardTitle | | cannot be mapped, because information is not given in 3.1 | | / | | relatedItems | | cannot be mapped, because information is not given in 3.1 | | / | | relatedItems>relatedItem | O | cannot be mapped, because information is not given in 3.1 | | / | | relatedItems>relatedItem=relatedItemType | | cannot be mapped, because information is not given in 3.1 | | / | | relatedItems>relatedItem=relationType | | cannot be mapped, because information is not given in 3.1 | | / | | relatedItems>relatedItem>relatedItemIdentifier | | cannot be mapped, because information is not given in 3.1 | | / | | relatedItems>relatedItem>creators | | cannot be mapped, because information is not given in 3.1 | | / | | … | | cannot be mapped, because information is not given in 3.1 | | / | | relatedItems>relatedItem>titles | | cannot be mapped, because information is not given in 3.1 | | / | | …. | | cannot be mapped, because information is not given in 3.1 | | / | | relatedItems>relatedItem>publicationYear | | cannot be mapped, because information is not given in 3.1 | | / | | relatedItems>relatedItem>volume | | cannot be mapped, because information is not given in 3.1 | | / | | … | | cannot be mapped, because information is not given in 3.1 | | / | | relatedItems>relatedItem>issue | | cannot be mapped, because information is not given in 3.1 | | / | | relatedItems>relatedItem>number | | cannot be mapped, because information is not given in 3.1 | | / | | … | | cannot be mapped, because information is not given in 3.1 | | / | | relatedItems>relatedItem>firstPage | | cannot be mapped, because information is not given in 3.1 | | / | | relatedItems>relatedItem>lastPage | | cannot be mapped, because information is not given in 3.1 | | / | | relatedItems>relatedItem>publisher | | cannot be mapped, because information is not given in 3.1 | | / | | … | | cannot be mapped, because information is not given in 3.1 | | / | | relatedItems>relatedItem>edition | | cannot be mapped, because information is not given in 3.1 | | / | | … | | cannot be mapped, because information is not given in 3.1 | | / | | relatedItems>relatedItem>contributors | | cannot be mapped, because information is not given in 3.1 |

Owner

  • Name: McNamara
  • Login: McNamara84
  • Kind: user
  • Location: Potsdam

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: "Ehrmann"
    given-names: "Holger"
    orcid: "https://orcid.org/0009-0000-1235-6950"
  - family-names: "Franz"
    given-names: "Jana"
    orcid: "https://orcid.org/0009-0003-7219-9514"
title: "ELMO DataCite XML Updater"
version: 1.0.0
#doi: 10.5880/GFZ.XXXXXX
date-released: 2025-04-04
url: "https://github.com/McNamara84/ELMO-DataCite-XML-Updater"

GitHub Events

Total
  • Create event: 7
  • Release event: 1
  • Issues event: 10
  • Watch event: 1
  • Delete event: 2
  • Issue comment event: 8
  • Member event: 1
  • Push event: 32
  • Public event: 1
  • Pull request review event: 4
  • Pull request review comment event: 1
  • Pull request event: 9
Last Year
  • Create event: 7
  • Release event: 1
  • Issues event: 10
  • Watch event: 1
  • Delete event: 2
  • Issue comment event: 8
  • Member event: 1
  • Push event: 32
  • Public event: 1
  • Pull request review event: 4
  • Pull request review comment event: 1
  • Pull request event: 9

Dependencies

xml-transformer/node_modules/accepts/package.json npm
  • deep-equal 1.0.1 development
  • eslint 7.32.0 development
  • eslint-config-standard 14.1.1 development
  • eslint-plugin-import 2.25.4 development
  • eslint-plugin-markdown 2.2.1 development
  • eslint-plugin-node 11.1.0 development
  • eslint-plugin-promise 4.3.1 development
  • eslint-plugin-standard 4.1.0 development
  • mocha 9.2.0 development
  • nyc 15.1.0 development
  • mime-types ~2.1.34
  • negotiator 0.6.3
xml-transformer/node_modules/anymatch/package.json npm
  • mocha ^6.1.3 development
  • nyc ^14.0.0 development
  • normalize-path ^3.0.0
  • picomatch ^2.0.4
xml-transformer/node_modules/append-field/package.json npm
  • mocha ^2.2.4 development
  • standard ^6.0.5 development
  • testdata-w3c-json-form ^0.2.0 development
xml-transformer/node_modules/array-flatten/package.json npm
  • istanbul ^0.3.13 development
  • mocha ^2.2.4 development
  • pre-commit ^1.0.7 development
  • standard ^3.7.3 development
xml-transformer/node_modules/asynckit/package.json npm
  • browserify ^13.0.0 development
  • browserify-istanbul ^2.0.0 development
  • coveralls ^2.11.9 development
  • eslint ^2.9.0 development
  • istanbul ^0.4.3 development
  • obake ^0.1.2 development
  • phantomjs-prebuilt ^2.1.7 development
  • pre-commit ^1.1.3 development
  • reamde ^1.1.0 development
  • rimraf ^2.5.2 development
  • size-table ^0.2.0 development
  • tap-spec ^4.1.1 development
  • tape ^4.5.1 development
xml-transformer/node_modules/axios/package.json npm
  • @babel/core ^7.23.9 development
  • @babel/preset-env ^7.23.9 development
  • @commitlint/cli ^17.8.1 development
  • @commitlint/config-conventional ^17.8.1 development
  • @release-it/conventional-changelog ^5.1.1 development
  • @rollup/plugin-alias ^5.1.0 development
  • @rollup/plugin-babel ^5.3.1 development
  • @rollup/plugin-commonjs ^15.1.0 development
  • @rollup/plugin-json ^4.1.0 development
  • @rollup/plugin-multi-entry ^4.1.0 development
  • @rollup/plugin-node-resolve ^9.0.0 development
  • abortcontroller-polyfill ^1.7.5 development
  • auto-changelog ^2.4.0 development
  • body-parser ^1.20.2 development
  • chalk ^5.3.0 development
  • coveralls ^3.1.1 development
  • cross-env ^7.0.3 development
  • dev-null ^0.1.1 development
  • dtslint ^4.2.1 development
  • es6-promise ^4.2.8 development
  • eslint ^8.56.0 development
  • express ^4.18.2 development
  • formdata-node ^5.0.1 development
  • formidable ^2.1.2 development
  • fs-extra ^10.1.0 development
  • get-stream ^3.0.0 development
  • gulp ^4.0.2 development
  • gzip-size ^7.0.0 development
  • handlebars ^4.7.8 development
  • husky ^8.0.3 development
  • istanbul-instrumenter-loader ^3.0.1 development
  • jasmine-core ^2.99.1 development
  • karma ^6.3.17 development
  • karma-chrome-launcher ^3.2.0 development
  • karma-firefox-launcher ^2.1.2 development
  • karma-jasmine ^1.1.2 development
  • karma-jasmine-ajax ^0.1.13 development
  • karma-rollup-preprocessor ^7.0.8 development
  • karma-safari-launcher ^1.0.0 development
  • karma-sauce-launcher ^4.3.6 development
  • karma-sinon ^1.0.5 development
  • karma-sourcemap-loader ^0.3.8 development
  • memoizee ^0.4.15 development
  • minimist ^1.2.8 development
  • mocha ^10.3.0 development
  • multer ^1.4.4 development
  • pretty-bytes ^6.1.1 development
  • release-it ^15.11.0 development
  • rollup ^2.79.1 development
  • rollup-plugin-auto-external ^2.0.0 development
  • rollup-plugin-bundle-size ^1.0.3 development
  • rollup-plugin-terser ^7.0.2 development
  • sinon ^4.5.0 development
  • stream-throttle ^0.1.3 development
  • string-replace-async ^3.0.2 development
  • terser-webpack-plugin ^4.2.3 development
  • typescript ^4.9.5 development
  • follow-redirects ^1.15.6
  • form-data ^4.0.0
  • proxy-from-env ^1.1.0
xml-transformer/node_modules/balanced-match/package.json npm
  • matcha ^0.7.0 development
  • tape ^4.6.0 development
xml-transformer/node_modules/binary-extensions/package.json npm
  • ava ^1.4.1 development
  • tsd ^0.7.2 development
  • xo ^0.24.0 development
xml-transformer/node_modules/body-parser/package.json npm
  • eslint 8.34.0 development
  • eslint-config-standard 14.1.1 development
  • eslint-plugin-import 2.27.5 development
  • eslint-plugin-markdown 3.0.0 development
  • eslint-plugin-node 11.1.0 development
  • eslint-plugin-promise 6.1.1 development
  • eslint-plugin-standard 4.1.0 development
  • methods 1.1.2 development
  • mocha 10.2.0 development
  • nyc 15.1.0 development
  • safe-buffer 5.2.1 development
  • supertest 6.3.3 development
  • bytes 3.1.2
  • content-type ~1.0.5
  • debug 2.6.9
  • depd 2.0.0
  • destroy 1.2.0
  • http-errors 2.0.0
  • iconv-lite 0.4.24
  • on-finished 2.4.1
  • qs 6.13.0
  • raw-body 2.5.2
  • type-is ~1.6.18
  • unpipe 1.0.0
xml-transformer/node_modules/brace-expansion/package.json npm
  • matcha ^0.7.0 development
  • tape ^4.6.0 development
  • balanced-match ^1.0.0
  • concat-map 0.0.1
xml-transformer/node_modules/braces/package.json npm
  • ansi-colors ^3.2.4 development
  • bash-path ^2.0.1 development
  • gulp-format-md ^2.0.0 development
  • mocha ^6.1.1 development
  • fill-range ^7.1.1
xml-transformer/node_modules/buffer-from/package.json npm
  • standard ^12.0.1 development
xml-transformer/node_modules/busboy/package.json npm
  • @mscdex/eslint-config ^1.1.0 development
  • eslint ^7.32.0 development
  • streamsearch ^1.1.0
xml-transformer/node_modules/bytes/package.json npm
  • eslint 7.32.0 development
  • eslint-plugin-markdown 2.2.1 development
  • mocha 9.2.0 development
  • nyc 15.1.0 development
xml-transformer/node_modules/call-bind-apply-helpers/package.json npm
  • @arethetypeswrong/cli ^0.17.3 development
  • @ljharb/eslint-config ^21.1.1 development
  • @ljharb/tsconfig ^0.2.3 development
  • @types/for-each ^0.3.3 development
  • @types/function-bind ^1.1.10 development
  • @types/object-inspect ^1.13.0 development
  • @types/tape ^5.8.1 development
  • auto-changelog ^2.5.0 development
  • encoding ^0.1.13 development
  • es-value-fixtures ^1.7.1 development
  • eslint =8.8.0 development
  • evalmd ^0.0.19 development
  • for-each ^0.3.5 development
  • has-strict-mode ^1.1.0 development
  • in-publish ^2.0.1 development
  • npmignore ^0.3.1 development
  • nyc ^10.3.2 development
  • object-inspect ^1.13.4 development
  • safe-publish-latest ^2.0.0 development
  • tape ^5.9.0 development
  • typescript next development
  • es-errors ^1.3.0
  • function-bind ^1.1.2
xml-transformer/node_modules/call-bound/package.json npm
  • @arethetypeswrong/cli ^0.17.4 development
  • @ljharb/eslint-config ^21.1.1 development
  • @ljharb/tsconfig ^0.3.0 development
  • @types/call-bind ^1.0.5 development
  • @types/get-intrinsic ^1.2.3 development
  • @types/tape ^5.8.1 development
  • auto-changelog ^2.5.0 development
  • encoding ^0.1.13 development
  • es-value-fixtures ^1.7.1 development
  • eslint =8.8.0 development
  • evalmd ^0.0.19 development
  • for-each ^0.3.5 development
  • gopd ^1.2.0 development
  • has-strict-mode ^1.1.0 development
  • in-publish ^2.0.1 development
  • npmignore ^0.3.1 development
  • nyc ^10.3.2 development
  • object-inspect ^1.13.4 development
  • safe-publish-latest ^2.0.0 development
  • tape ^5.9.0 development
  • typescript next development
  • call-bind-apply-helpers ^1.0.2
  • get-intrinsic ^1.3.0
xml-transformer/node_modules/chokidar/package.json npm
  • @types/node ^14 development
  • chai ^4.3 development
  • dtslint ^3.3.0 development
  • eslint ^7.0.0 development
  • mocha ^7.0.0 development
  • rimraf ^3.0.0 development
  • sinon ^9.0.1 development
  • sinon-chai ^3.3.0 development
  • typescript ^4.4.3 development
  • upath ^1.2.0 development
  • anymatch ~3.1.2
  • braces ~3.0.2
  • glob-parent ~5.1.2
  • is-binary-path ~2.1.0
  • is-glob ~4.0.1
  • normalize-path ~3.0.0
  • readdirp ~3.6.0
xml-transformer/node_modules/combined-stream/package.json npm
  • far ~0.0.7 development
  • delayed-stream ~1.0.0
xml-transformer/node_modules/combined-stream/yarn.lock npm
  • delayed-stream 1.0.0
  • far 0.0.7
  • oop 0.0.3
xml-transformer/node_modules/concat-map/package.json npm
  • tape ~2.4.0 development
xml-transformer/node_modules/concat-stream/package.json npm
  • tape ^4.6.3 development
  • buffer-from ^1.0.0
  • inherits ^2.0.3
  • readable-stream ^2.2.2
  • typedarray ^0.0.6
xml-transformer/node_modules/content-disposition/package.json npm
  • deep-equal 1.0.1 development
  • eslint 7.32.0 development
  • eslint-config-standard 13.0.1 development
  • eslint-plugin-import 2.25.3 development
  • eslint-plugin-markdown 2.2.1 development
  • eslint-plugin-node 11.1.0 development
  • eslint-plugin-promise 5.2.0 development
  • eslint-plugin-standard 4.1.0 development
  • istanbul 0.4.5 development
  • mocha 9.1.3 development
  • safe-buffer 5.2.1
xml-transformer/node_modules/content-type/package.json npm
  • deep-equal 1.0.1 development
  • eslint 8.32.0 development
  • eslint-config-standard 15.0.1 development
  • eslint-plugin-import 2.27.5 development
  • eslint-plugin-node 11.1.0 development
  • eslint-plugin-promise 6.1.1 development
  • eslint-plugin-standard 4.1.0 development
  • mocha 10.2.0 development
  • nyc 15.1.0 development
xml-transformer/node_modules/cookie/package.json npm
  • beautify-benchmark 0.2.4 development
  • benchmark 2.1.4 development
  • eslint 8.53.0 development
  • eslint-plugin-markdown 3.0.1 development
  • mocha 10.2.0 development
  • nyc 15.1.0 development
  • safe-buffer 5.2.1 development
  • top-sites 1.1.194 development
xml-transformer/node_modules/cookie-signature/package.json npm
  • mocha * development
  • should * development
xml-transformer/node_modules/core-util-is/package.json npm
  • tap ^15.0.9 development
xml-transformer/node_modules/debug/package.json npm
  • browserify 9.0.3 development
  • chai ^3.5.0 development
  • concurrently ^3.1.0 development
  • coveralls ^2.11.15 development
  • eslint ^3.12.1 development
  • istanbul ^0.4.5 development
  • karma ^1.3.0 development
  • karma-chai ^0.1.0 development
  • karma-mocha ^1.3.0 development
  • karma-phantomjs-launcher ^1.0.2 development
  • karma-sinon ^1.0.5 development
  • mocha ^3.2.0 development
  • mocha-lcov-reporter ^1.2.0 development
  • rimraf ^2.5.4 development
  • sinon ^1.17.6 development
  • sinon-chai ^2.8.0 development
  • ms 2.0.0
xml-transformer/node_modules/delayed-stream/package.json npm
  • fake 0.2.0 development
  • far 0.0.1 development
xml-transformer/node_modules/depd/package.json npm
  • beautify-benchmark 0.2.4 development
  • benchmark 2.1.4 development
  • eslint 5.7.0 development
  • eslint-config-standard 12.0.0 development
  • eslint-plugin-import 2.14.0 development
  • eslint-plugin-markdown 1.0.0-beta.7 development
  • eslint-plugin-node 7.0.1 development
  • eslint-plugin-promise 4.0.1 development
  • eslint-plugin-standard 4.0.0 development
  • istanbul 0.4.5 development
  • mocha 5.2.0 development
  • safe-buffer 5.1.2 development
  • uid-safe 2.1.5 development
xml-transformer/node_modules/destroy/package.json npm
  • eslint 7.32.0 development
  • eslint-config-standard 14.1.1 development
  • eslint-plugin-import 2.25.4 development
  • eslint-plugin-node 11.1.0 development
  • eslint-plugin-promise 5.2.0 development
  • eslint-plugin-standard 4.1.0 development
  • mocha 9.2.2 development
  • nyc 15.1.0 development
xml-transformer/node_modules/dunder-proto/package.json npm
  • @arethetypeswrong/cli ^0.17.1 development
  • @ljharb/eslint-config ^21.1.1 development
  • @ljharb/tsconfig ^0.2.2 development
  • @types/tape ^5.7.0 development
  • auto-changelog ^2.5.0 development
  • encoding ^0.1.13 development
  • eslint =8.8.0 development
  • evalmd ^0.0.19 development
  • in-publish ^2.0.1 development
  • npmignore ^0.3.1 development
  • nyc ^10.3.2 development
  • safe-publish-latest ^2.0.0 development
  • tape ^5.9.0 development
  • typescript next development
  • call-bind-apply-helpers ^1.0.1
  • es-errors ^1.3.0
  • gopd ^1.2.0
xml-transformer/node_modules/ee-first/package.json npm
  • istanbul 0.3.9 development
  • mocha 2.2.5 development
xml-transformer/node_modules/encodeurl/package.json npm
  • eslint 5.11.1 development
  • eslint-config-standard 12.0.0 development
  • eslint-plugin-import 2.14.0 development
  • eslint-plugin-node 7.0.1 development
  • eslint-plugin-promise 4.0.1 development
  • eslint-plugin-standard 4.0.0 development
  • istanbul 0.4.5 development
  • mocha 2.5.3 development
xml-transformer/node_modules/es-define-property/package.json npm
  • @ljharb/eslint-config ^21.1.1 development
  • @ljharb/tsconfig ^0.2.2 development
  • @types/gopd ^1.0.3 development
  • @types/tape ^5.6.5 development
  • auto-changelog ^2.5.0 development
  • encoding ^0.1.13 development
  • eslint ^8.8.0 development
  • evalmd ^0.0.19 development
  • gopd ^1.2.0 development
  • in-publish ^2.0.1 development
  • npmignore ^0.3.1 development
  • nyc ^10.3.2 development
  • safe-publish-latest ^2.0.0 development
  • tape ^5.9.0 development
  • typescript next development
xml-transformer/node_modules/es-errors/package.json npm
  • @ljharb/eslint-config ^21.1.0 development
  • @types/tape ^5.6.4 development
  • aud ^2.0.4 development
  • auto-changelog ^2.4.0 development
  • eclint ^2.8.1 development
  • eslint ^8.8.0 development
  • evalmd ^0.0.19 development
  • in-publish ^2.0.1 development
  • npmignore ^0.3.1 development
  • nyc ^10.3.2 development
  • safe-publish-latest ^2.0.0 development
  • tape ^5.7.4 development
  • typescript next development
xml-transformer/node_modules/es-object-atoms/package.json npm
  • @ljharb/eslint-config ^21.1.1 development
  • @ljharb/tsconfig ^0.2.3 development
  • @types/tape ^5.8.1 development
  • auto-changelog ^2.5.0 development
  • eclint ^2.8.1 development
  • encoding ^0.1.13 development
  • eslint ^8.8.0 development
  • evalmd ^0.0.19 development
  • in-publish ^2.0.1 development
  • npmignore ^0.3.1 development
  • nyc ^10.3.2 development
  • safe-publish-latest ^2.0.0 development
  • tape ^5.9.0 development
  • typescript next development
  • es-errors ^1.3.0
xml-transformer/node_modules/es-set-tostringtag/package.json npm
  • @arethetypeswrong/cli ^0.17.2 development
  • @ljharb/eslint-config ^21.1.1 development
  • @ljharb/tsconfig ^0.2.3 development
  • @types/get-intrinsic ^1.2.3 development
  • @types/has-symbols ^1.0.2 development
  • @types/tape ^5.8.0 development
  • auto-changelog ^2.5.0 development
  • encoding ^0.1.13 development
  • eslint =8.8.0 development
  • evalmd ^0.0.19 development
  • in-publish ^2.0.1 development
  • npmignore ^0.3.1 development
  • nyc ^10.3.2 development
  • safe-publish-latest ^2.0.0 development
  • tape ^5.9.0 development
  • typescript next development
  • es-errors ^1.3.0
  • get-intrinsic ^1.2.6
  • has-tostringtag ^1.0.2
  • hasown ^2.0.2
xml-transformer/node_modules/escape-html/package.json npm
  • beautify-benchmark 0.2.4 development
  • benchmark 1.0.0 development
xml-transformer/node_modules/etag/package.json npm
  • beautify-benchmark 0.2.4 development
  • benchmark 2.1.4 development
  • eslint 3.19.0 development
  • eslint-config-standard 10.2.1 development
  • eslint-plugin-import 2.7.0 development
  • eslint-plugin-markdown 1.0.0-beta.6 development
  • eslint-plugin-node 5.1.1 development
  • eslint-plugin-promise 3.5.0 development
  • eslint-plugin-standard 3.0.1 development
  • istanbul 0.4.5 development
  • mocha 1.21.5 development
  • safe-buffer 5.1.1 development
  • seedrandom 2.4.3 development
xml-transformer/node_modules/express/package.json npm
  • after 0.8.2 development
  • connect-redis 3.4.2 development
  • cookie-parser 1.4.6 development
  • cookie-session 2.0.0 development
  • ejs 3.1.9 development
  • eslint 8.47.0 development
  • express-session 1.17.2 development
  • hbs 4.2.0 development
  • marked 0.7.0 development
  • method-override 3.0.0 development
  • mocha 10.2.0 development
  • morgan 1.10.0 development
  • nyc 15.1.0 development
  • pbkdf2-password 1.2.1 development
  • supertest 6.3.0 development
  • vhost ~3.0.2 development
  • accepts ~1.3.8
  • array-flatten 1.1.1
  • body-parser 1.20.3
  • content-disposition 0.5.4
  • content-type ~1.0.4
  • cookie 0.7.1
  • cookie-signature 1.0.6
  • debug 2.6.9
  • depd 2.0.0
  • encodeurl ~2.0.0
  • escape-html ~1.0.3
  • etag ~1.8.1
  • finalhandler 1.3.1
  • fresh 0.5.2
  • http-errors 2.0.0
  • merge-descriptors 1.0.3
  • methods ~1.1.2
  • on-finished 2.4.1
  • parseurl ~1.3.3
  • path-to-regexp 0.1.12
  • proxy-addr ~2.0.7
  • qs 6.13.0
  • range-parser ~1.2.1
  • safe-buffer 5.2.1
  • send 0.19.0
  • serve-static 1.16.2
  • setprototypeof 1.2.0
  • statuses 2.0.1
  • type-is ~1.6.18
  • utils-merge 1.0.1
  • vary ~1.1.2
xml-transformer/node_modules/fill-range/package.json npm
  • gulp-format-md ^2.0.0 development
  • mocha ^6.1.1 development
  • nyc ^15.1.0 development
  • to-regex-range ^5.0.1
xml-transformer/node_modules/finalhandler/package.json npm
  • eslint 7.32.0 development
  • eslint-config-standard 14.1.1 development
  • eslint-plugin-import 2.26.0 development
  • eslint-plugin-markdown 2.2.1 development
  • eslint-plugin-node 11.1.0 development
  • eslint-plugin-promise 5.2.0 development
  • eslint-plugin-standard 4.1.0 development
  • mocha 10.0.0 development
  • nyc 15.1.0 development
  • readable-stream 2.3.6 development
  • safe-buffer 5.2.1 development
  • supertest 6.2.4 development
  • debug 2.6.9
  • encodeurl ~2.0.0
  • escape-html ~1.0.3
  • on-finished 2.4.1
  • parseurl ~1.3.3
  • statuses 2.0.1
  • unpipe ~1.0.0
xml-transformer/node_modules/follow-redirects/package.json npm
  • concat-stream ^2.0.0 development
  • eslint ^5.16.0 development
  • express ^4.16.4 development
  • lolex ^3.1.0 development
  • mocha ^6.0.2 development
  • nyc ^14.1.1 development
xml-transformer/node_modules/form-data/package.json npm
  • @types/combined-stream ^1.0.6 development
  • @types/mime-types ^2.1.4 development
  • @types/node ^12.20.55 development
  • browserify ^13.3.0 development
  • browserify-istanbul ^2.0.0 development
  • coveralls ^3.1.1 development
  • cross-spawn ^6.0.6 development
  • eslint ^6.8.0 development
  • fake ^0.2.2 development
  • far ^0.0.7 development
  • formidable ^1.2.6 development
  • in-publish ^2.0.1 development
  • is-node-modern ^1.0.0 development
  • istanbul ^0.4.5 development
  • obake ^0.1.2 development
  • pkgfiles ^2.3.2 development
  • pre-commit ^1.2.2 development
  • puppeteer ^1.20.0 development
  • request ~2.87.0 development
  • rimraf ^2.7.1 development
  • tape ^5.9.0 development
  • typescript ^3.9.10 development
  • asynckit ^0.4.0
  • combined-stream ^1.0.8
  • es-set-tostringtag ^2.1.0
  • mime-types ^2.1.12
xml-transformer/node_modules/forwarded/package.json npm
  • beautify-benchmark 0.2.4 development
  • benchmark 2.1.4 development
  • deep-equal 1.0.1 development
  • eslint 7.27.0 development
  • eslint-config-standard 14.1.1 development
  • eslint-plugin-import 2.23.4 development
  • eslint-plugin-node 11.1.0 development
  • eslint-plugin-promise 4.3.1 development
  • eslint-plugin-standard 4.1.0 development
  • mocha 8.4.0 development
  • nyc 15.1.0 development
xml-transformer/node_modules/fresh/package.json npm
  • beautify-benchmark 0.2.4 development
  • benchmark 2.1.4 development
  • eslint 3.19.0 development
  • eslint-config-standard 10.2.1 development
  • eslint-plugin-import 2.7.0 development
  • eslint-plugin-markdown 1.0.0-beta.6 development
  • eslint-plugin-node 5.1.1 development
  • eslint-plugin-promise 3.5.0 development
  • eslint-plugin-standard 3.0.1 development
  • istanbul 0.4.5 development
  • mocha 1.21.5 development
xml-transformer/node_modules/fs-extra/package.json npm
  • klaw ^2.1.1 development
  • klaw-sync ^3.0.2 development
  • minimist ^1.1.1 development
  • mocha ^10.1.0 development
  • nyc ^15.0.0 development
  • proxyquire ^2.0.1 development
  • read-dir-files ^0.1.1 development
  • standard ^17.0.0 development
  • graceful-fs ^4.2.0
  • jsonfile ^6.0.1
  • universalify ^2.0.0
xml-transformer/node_modules/function-bind/package.json npm
  • @ljharb/eslint-config ^21.1.0 development
  • aud ^2.0.3 development
  • auto-changelog ^2.4.0 development
  • eslint =8.8.0 development
  • in-publish ^2.0.1 development
  • npmignore ^0.3.0 development
  • nyc ^10.3.2 development
  • safe-publish-latest ^2.0.0 development
  • tape ^5.7.1 development
xml-transformer/node_modules/get-intrinsic/package.json npm
  • @ljharb/eslint-config ^21.1.1 development
  • auto-changelog ^2.5.0 development
  • call-bound ^1.0.3 development
  • encoding ^0.1.13 development
  • es-abstract ^1.23.9 development
  • es-value-fixtures ^1.7.1 development
  • eslint =8.8.0 development
  • evalmd ^0.0.19 development
  • for-each ^0.3.5 development
  • make-async-function ^1.0.0 development
  • make-async-generator-function ^1.0.0 development
  • make-generator-function ^2.0.0 development
  • mock-property ^1.1.0 development
  • npmignore ^0.3.1 development
  • nyc ^10.3.2 development
  • object-inspect ^1.13.4 development
  • safe-publish-latest ^2.0.0 development
  • tape ^5.9.0 development
  • call-bind-apply-helpers ^1.0.2
  • es-define-property ^1.0.1
  • es-errors ^1.3.0
  • es-object-atoms ^1.1.1
  • function-bind ^1.1.2
  • get-proto ^1.0.1
  • gopd ^1.2.0
  • has-symbols ^1.1.0
  • hasown ^2.0.2
  • math-intrinsics ^1.1.0
xml-transformer/node_modules/get-proto/package.json npm
  • @arethetypeswrong/cli ^0.17.2 development
  • @ljharb/eslint-config ^21.1.1 development
  • @ljharb/tsconfig ^0.2.3 development
  • @types/tape ^5.8.0 development
  • auto-changelog ^2.5.0 development
  • eslint =8.8.0 development
  • evalmd ^0.0.19 development
  • in-publish ^2.0.1 development
  • npmignore ^0.3.1 development
  • nyc ^10.3.2 development
  • safe-publish-latest ^2.0.0 development
  • tape ^5.9.0 development
  • typescript next development
  • dunder-proto ^1.0.1
  • es-object-atoms ^1.0.0
xml-transformer/node_modules/glob-parent/package.json npm
  • coveralls ^3.0.11 development
  • eslint ^2.13.1 development
  • eslint-config-gulp ^3.0.1 development
  • expect ^1.20.2 development
  • mocha ^6.0.2 development
  • nyc ^13.3.0 development
  • is-glob ^4.0.1
xml-transformer/node_modules/gopd/package.json npm
  • @arethetypeswrong/cli ^0.17.0 development
  • @ljharb/eslint-config ^21.1.1 development
  • @ljharb/tsconfig ^0.2.0 development
  • @types/tape ^5.6.5 development
  • auto-changelog ^2.5.0 development
  • encoding ^0.1.13 development
  • eslint =8.8.0 development
  • evalmd ^0.0.19 development
  • in-publish ^2.0.1 development
  • npmignore ^0.3.1 development
  • safe-publish-latest ^2.0.0 development
  • tape ^5.9.0 development
  • typescript next development
xml-transformer/node_modules/graceful-fs/package.json npm
  • import-fresh ^2.0.0 development
  • mkdirp ^0.5.0 development
  • rimraf ^2.2.8 development
  • tap ^16.3.4 development
xml-transformer/node_modules/has-flag/package.json npm
  • ava * development
  • xo * development
xml-transformer/node_modules/has-symbols/package.json npm
  • @arethetypeswrong/cli ^0.17.0 development
  • @ljharb/eslint-config ^21.1.1 development
  • @ljharb/tsconfig ^0.2.0 development
  • @types/core-js ^2.5.8 development
  • @types/tape ^5.6.5 development
  • auto-changelog ^2.5.0 development
  • core-js ^2.6.12 development
  • encoding ^0.1.13 development
  • eslint =8.8.0 development
  • get-own-property-symbols ^0.9.5 development
  • in-publish ^2.0.1 development
  • npmignore ^0.3.1 development
  • nyc ^10.3.2 development
  • safe-publish-latest ^2.0.0 development
  • tape ^5.9.0 development
  • typescript next development
xml-transformer/node_modules/has-tostringtag/package.json npm
  • @ljharb/eslint-config ^21.1.0 development
  • @types/has-symbols ^1.0.2 development
  • @types/tape ^5.6.4 development
  • aud ^2.0.4 development
  • auto-changelog ^2.4.0 development
  • core-js ^2.6.12 development
  • eslint =8.8.0 development
  • get-own-property-symbols ^0.9.5 development
  • in-publish ^2.0.1 development
  • npmignore ^0.3.1 development
  • nyc ^10.3.2 development
  • safe-publish-latest ^2.0.0 development
  • tape ^5.7.4 development
  • typescript next development
  • has-symbols ^1.0.3
xml-transformer/node_modules/hasown/package.json npm
  • @arethetypeswrong/cli ^0.15.1 development
  • @ljharb/eslint-config ^21.1.0 development
  • @ljharb/tsconfig ^0.2.0 development
  • @types/function-bind ^1.1.10 development
  • @types/mock-property ^1.0.2 development
  • @types/tape ^5.6.4 development
  • aud ^2.0.4 development
  • auto-changelog ^2.4.0 development
  • eslint =8.8.0 development
  • evalmd ^0.0.19 development
  • in-publish ^2.0.1 development
  • mock-property ^1.0.3 development
  • npmignore ^0.3.1 development
  • nyc ^10.3.2 development
  • safe-publish-latest ^2.0.0 development
  • tape ^5.7.5 development
  • typescript next development
  • function-bind ^1.1.2
xml-transformer/node_modules/http-errors/package.json npm
  • eslint 7.32.0 development
  • eslint-config-standard 14.1.1 development
  • eslint-plugin-import 2.25.3 development
  • eslint-plugin-markdown 2.2.1 development
  • eslint-plugin-node 11.1.0 development
  • eslint-plugin-promise 5.2.0 development
  • eslint-plugin-standard 4.1.0 development
  • mocha 9.1.3 development
  • nyc 15.1.0 development
  • depd 2.0.0
  • inherits 2.0.4
  • setprototypeof 1.2.0
  • statuses 2.0.1
  • toidentifier 1.0.1
xml-transformer/node_modules/iconv-lite/package.json npm
  • async * development
  • errto * development
  • iconv * development
  • istanbul * development
  • mocha ^3.1.0 development
  • request ~2.87.0 development
  • semver * development
  • unorm * development
  • safer-buffer >= 2.1.2 < 3
xml-transformer/node_modules/ignore-by-default/package.json npm
  • figures ^1.4.0 development
  • standard ^6.0.4 development
xml-transformer/node_modules/inherits/package.json npm
  • tap ^14.2.4 development
xml-transformer/node_modules/ipaddr.js/package.json npm
  • coffee-script ~1.12.6 development
  • nodeunit ^0.11.3 development
  • uglify-js ~3.0.19 development
xml-transformer/node_modules/is-binary-path/package.json npm
  • ava ^1.4.1 development
  • tsd ^0.7.2 development
  • xo ^0.24.0 development
  • binary-extensions ^2.0.0
xml-transformer/node_modules/is-extglob/package.json npm
  • gulp-format-md ^0.1.10 development
  • mocha ^3.0.2 development
xml-transformer/node_modules/is-glob/package.json npm
  • gulp-format-md ^0.1.10 development
  • mocha ^3.0.2 development
  • is-extglob ^2.1.1
xml-transformer/node_modules/is-number/package.json npm
  • ansi ^0.3.1 development
  • benchmark ^2.1.4 development
  • gulp-format-md ^1.0.0 development
  • mocha ^3.5.3 development
xml-transformer/node_modules/isarray/package.json npm
  • tape ~2.13.4 development
xml-transformer/node_modules/jsonfile/package.json npm
  • mocha ^8.2.0 development
  • rimraf ^2.4.0 development
  • standard ^16.0.1 development
  • universalify ^2.0.0
xml-transformer/node_modules/math-intrinsics/package.json npm
  • @arethetypeswrong/cli ^0.17.1 development
  • @ljharb/eslint-config ^21.1.1 development
  • @ljharb/tsconfig ^0.2.2 development
  • @types/for-each ^0.3.3 development
  • @types/object-inspect ^1.13.0 development
  • @types/tape ^5.8.0 development
  • auto-changelog ^2.5.0 development
  • eclint ^2.8.1 development
  • es-value-fixtures ^1.5.0 development
  • eslint ^8.8.0 development
  • evalmd ^0.0.19 development
  • for-each ^0.3.3 development
  • in-publish ^2.0.1 development
  • npmignore ^0.3.1 development
  • nyc ^10.3.2 development
  • object-inspect ^1.13.3 development
  • safe-publish-latest ^2.0.0 development
  • tape ^5.9.0 development
  • typescript next development
xml-transformer/node_modules/media-typer/package.json npm
  • istanbul 0.3.2 development
  • mocha ~1.21.4 development
  • should ~4.0.4 development
xml-transformer/node_modules/merge-descriptors/package.json npm
  • eslint 5.9.0 development
  • eslint-config-standard 12.0.0 development
  • eslint-plugin-import 2.14.0 development
  • eslint-plugin-node 7.0.1 development
  • eslint-plugin-promise 4.0.1 development
  • eslint-plugin-standard 4.0.0 development
  • mocha 5.2.0 development
  • nyc 13.1.0 development
xml-transformer/node_modules/methods/package.json npm
  • istanbul 0.4.1 development
  • mocha 1.21.5 development
xml-transformer/node_modules/mime/package.json npm
  • github-release-notes 0.13.1 development
  • mime-db 1.31.0 development
  • mime-score 1.1.0 development
xml-transformer/node_modules/mime-db/package.json npm
  • bluebird 3.7.2 development
  • co 4.6.0 development
  • cogent 1.0.1 development
  • csv-parse 4.16.3 development
  • eslint 7.32.0 development
  • eslint-config-standard 15.0.1 development
  • eslint-plugin-import 2.25.4 development
  • eslint-plugin-markdown 2.2.1 development
  • eslint-plugin-node 11.1.0 development
  • eslint-plugin-promise 5.1.1 development
  • eslint-plugin-standard 4.1.0 development
  • gnode 0.1.2 development
  • media-typer 1.1.0 development
  • mocha 9.2.1 development
  • nyc 15.1.0 development
  • raw-body 2.5.0 development
  • stream-to-array 2.3.0 development
xml-transformer/node_modules/mime-types/package.json npm
  • eslint 7.32.0 development
  • eslint-config-standard 14.1.1 development
  • eslint-plugin-import 2.25.4 development
  • eslint-plugin-markdown 2.2.1 development
  • eslint-plugin-node 11.1.0 development
  • eslint-plugin-promise 5.2.0 development
  • eslint-plugin-standard 4.1.0 development
  • mocha 9.2.2 development
  • nyc 15.1.0 development
  • mime-db 1.52.0
xml-transformer/node_modules/minimatch/package.json npm
  • tap ^15.1.6 development
  • brace-expansion ^1.1.7
xml-transformer/node_modules/minimist/package.json npm
  • @ljharb/eslint-config ^21.0.1 development
  • aud ^2.0.2 development
  • auto-changelog ^2.4.0 development
  • eslint =8.8.0 development
  • in-publish ^2.0.1 development
  • npmignore ^0.3.0 development
  • nyc ^10.3.2 development
  • safe-publish-latest ^2.0.0 development
  • tape ^5.6.3 development
xml-transformer/node_modules/mkdirp/package.json npm
  • tap ^16.0.1 development
  • minimist ^1.2.6
xml-transformer/node_modules/ms/package.json npm
  • eslint 3.19.0 development
  • expect.js 0.3.1 development
  • husky 0.13.3 development
  • lint-staged 3.4.1 development
  • mocha 3.4.1 development
xml-transformer/node_modules/multer/package.json npm
  • deep-equal ^2.0.3 development
  • express ^4.13.1 development
  • form-data ^1.0.0-rc1 development
  • fs-temp ^1.1.2 development
  • mocha ^3.5.3 development
  • rimraf ^2.4.1 development
  • standard ^14.3.3 development
  • testdata-w3c-json-form ^1.0.0 development
  • append-field ^1.0.0
  • busboy ^1.0.0
  • concat-stream ^1.5.2
  • mkdirp ^0.5.4
  • object-assign ^4.1.1
  • type-is ^1.6.4
  • xtend ^4.0.0
xml-transformer/node_modules/negotiator/package.json npm
  • eslint 7.32.0 development
  • eslint-plugin-markdown 2.2.1 development
  • mocha 9.1.3 development
  • nyc 15.1.0 development
xml-transformer/node_modules/nodemon/node_modules/debug/package.json npm
  • brfs ^2.0.1 development
  • browserify ^16.2.3 development
  • coveralls ^3.0.2 development
  • istanbul ^0.4.5 development
  • karma ^3.1.4 development
  • karma-browserify ^6.0.0 development
  • karma-chrome-launcher ^2.2.0 development
  • karma-mocha ^1.3.0 development
  • mocha ^5.2.0 development
  • mocha-lcov-reporter ^1.2.0 development
  • sinon ^14.0.0 development
  • xo ^0.23.0 development
  • ms ^2.1.3
xml-transformer/node_modules/nodemon/node_modules/ms/package.json npm
  • eslint 4.18.2 development
  • expect.js 0.3.1 development
  • husky 0.14.3 development
  • lint-staged 5.0.0 development
  • mocha 4.0.1 development
  • prettier 2.0.5 development
xml-transformer/node_modules/nodemon/package.json npm
  • @commitlint/cli ^11.0.0 development
  • @commitlint/config-conventional ^11.0.0 development
  • async 1.4.2 development
  • coffee-script ~1.7.1 development
  • eslint ^7.32.0 development
  • husky ^7.0.4 development
  • mocha ^2.5.3 development
  • nyc ^15.1.0 development
  • proxyquire ^1.8.0 development
  • semantic-release ^18.0.0 development
  • should ~4.0.0 development
  • chokidar ^3.5.2
  • debug ^4
  • ignore-by-default ^1.0.1
  • minimatch ^3.1.2
  • pstree.remy ^1.1.8
  • semver ^7.5.3
  • simple-update-notifier ^2.0.0
  • supports-color ^5.5.0
  • touch ^3.1.0
  • undefsafe ^2.0.5
xml-transformer/node_modules/normalize-path/package.json npm
  • gulp-format-md ^1.0.0 development
  • minimist ^1.2.0 development
  • mocha ^3.5.3 development
xml-transformer/node_modules/object-assign/package.json npm
  • ava ^0.16.0 development
  • lodash ^4.16.4 development
  • matcha ^0.7.0 development
  • xo ^0.16.0 development
xml-transformer/node_modules/object-inspect/package.json npm
  • @ljharb/eslint-config ^21.1.1 development
  • @pkgjs/support ^0.0.6 development
  • auto-changelog ^2.5.0 development
  • core-js ^2.6.12 development
  • error-cause ^1.0.8 development
  • es-value-fixtures ^1.7.1 development
  • eslint =8.8.0 development
  • for-each ^0.3.4 development
  • functions-have-names ^1.2.3 development
  • glob =10.3.7 development
  • globalthis ^1.0.4 development
  • has-symbols ^1.1.0 development
  • has-tostringtag ^1.0.2 development
  • in-publish ^2.0.1 development
  • jackspeak =2.1.1 development
  • make-arrow-function ^1.2.0 development
  • mock-property ^1.1.0 development
  • npmignore ^0.3.1 development
  • nyc ^10.3.2 development
  • safe-publish-latest ^2.0.0 development
  • safer-buffer ^2.1.2 development
  • semver ^6.3.1 development
  • string.prototype.repeat ^1.0.0 development
  • tape ^5.9.0 development
xml-transformer/node_modules/on-finished/package.json npm
  • eslint 7.32.0 development
  • eslint-config-standard 14.1.1 development
  • eslint-plugin-import 2.25.4 development
  • eslint-plugin-markdown 2.2.1 development
  • eslint-plugin-node 11.1.0 development
  • eslint-plugin-promise 5.2.0 development
  • eslint-plugin-standard 4.1.0 development
  • mocha 9.2.1 development
  • nyc 15.1.0 development
  • ee-first 1.1.1
xml-transformer/node_modules/parseurl/package.json npm
  • beautify-benchmark 0.2.4 development
  • benchmark 2.1.4 development
  • eslint 5.16.0 development
  • eslint-config-standard 12.0.0 development
  • eslint-plugin-import 2.17.1 development
  • eslint-plugin-node 7.0.1 development
  • eslint-plugin-promise 4.1.1 development
  • eslint-plugin-standard 4.0.0 development
  • fast-url-parser 1.1.3 development
  • istanbul 0.4.5 development
  • mocha 6.1.3 development
xml-transformer/node_modules/path/package.json npm
  • process ^0.11.1
  • util ^0.10.3
xml-transformer/node_modules/path-to-regexp/package.json npm
  • istanbul ^0.2.6 development
  • mocha ^1.17.1 development
xml-transformer/node_modules/picomatch/package.json npm
  • eslint ^6.8.0 development
  • fill-range ^7.0.1 development
  • gulp-format-md ^2.0.0 development
  • mocha ^6.2.2 development
  • nyc ^15.0.0 development
  • time-require github:jonschlinkert/time-require development
xml-transformer/node_modules/process/package.json npm
  • mocha 2.2.1 development
  • zuul ^3.10.3 development
xml-transformer/node_modules/process-nextick-args/package.json npm
  • tap ~0.2.6 development
xml-transformer/node_modules/proxy-addr/package.json npm
  • beautify-benchmark 0.2.4 development
  • benchmark 2.1.4 development
  • deep-equal 1.0.1 development
  • eslint 7.26.0 development
  • eslint-config-standard 14.1.1 development
  • eslint-plugin-import 2.23.4 development
  • eslint-plugin-markdown 2.2.0 development
  • eslint-plugin-node 11.1.0 development
  • eslint-plugin-promise 4.3.1 development
  • eslint-plugin-standard 4.1.0 development
  • mocha 8.4.0 development
  • nyc 15.1.0 development
  • forwarded 0.2.0
  • ipaddr.js 1.9.1
xml-transformer/node_modules/proxy-from-env/package.json npm
  • coveralls ^3.0.9 development
  • eslint ^6.8.0 development
  • istanbul ^0.4.5 development
  • mocha ^7.1.0 development
xml-transformer/node_modules/pstree.remy/package.json npm
  • tap ^11.0.0 development
xml-transformer/node_modules/qs/package.json npm
  • @browserify/envify ^6.0.0 development
  • @browserify/uglifyify ^6.0.0 development
  • @ljharb/eslint-config ^21.1.1 development
  • browserify ^16.5.2 development
  • bundle-collapser ^1.4.0 development
  • common-shakeify ~1.0.0 development
  • eclint ^2.8.1 development
  • es-value-fixtures ^1.4.2 development
  • eslint =8.8.0 development
  • evalmd ^0.0.19 development
  • for-each ^0.3.3 development
  • glob =10.3.7 development
  • has-override-mistake ^1.0.1 development
  • has-property-descriptors ^1.0.2 development
  • has-symbols ^1.0.3 development
  • iconv-lite ^0.5.1 development
  • in-publish ^2.0.1 development
  • jackspeak =2.1.1 development
  • mkdirp ^0.5.5 development
  • mock-property ^1.0.3 development
  • module-deps ^6.2.3 development
  • npmignore ^0.3.1 development
  • nyc ^10.3.2 development
  • object-inspect ^1.13.2 development
  • qs-iconv ^1.0.4 development
  • safe-publish-latest ^2.0.0 development
  • safer-buffer ^2.1.2 development
  • tape ^5.8.1 development
  • unassertify ^3.0.1 development
  • side-channel ^1.0.6
xml-transformer/node_modules/range-parser/package.json npm
  • deep-equal 1.0.1 development
  • eslint 5.16.0 development
  • eslint-config-standard 12.0.0 development
  • eslint-plugin-import 2.17.2 development
  • eslint-plugin-markdown 1.0.0 development
  • eslint-plugin-node 8.0.1 development
  • eslint-plugin-promise 4.1.1 development
  • eslint-plugin-standard 4.0.0 development
  • mocha 6.1.4 development
  • nyc 14.1.1 development
xml-transformer/node_modules/raw-body/package.json npm
  • bluebird 3.7.2 development
  • eslint 8.34.0 development
  • eslint-config-standard 15.0.1 development
  • eslint-plugin-import 2.27.5 development
  • eslint-plugin-markdown 3.0.0 development
  • eslint-plugin-node 11.1.0 development
  • eslint-plugin-promise 6.1.1 development
  • eslint-plugin-standard 4.1.0 development
  • mocha 10.2.0 development
  • nyc 15.1.0 development
  • readable-stream 2.3.7 development
  • safe-buffer 5.2.1 development
  • bytes 3.1.2
  • http-errors 2.0.0
  • iconv-lite 0.4.24
  • unpipe 1.0.0