Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AsyncAPI Code Generator not working on Windows #287

Closed
jschabowsky opened this issue Apr 3, 2020 · 9 comments · Fixed by #286
Closed

AsyncAPI Code Generator not working on Windows #287

jschabowsky opened this issue Apr 3, 2020 · 9 comments · Fixed by #286
Labels

Comments

@jschabowsky
Copy link

Multiple users are having an issue with the code generator.
Specifically on windows. If we use the following example:
asyncapi: '2.0.0'
info:
title: Streetlights API
version: '1.0.0'
description: |
The Smartylighting Streetlights API allows you
to remotely manage the city lights.
license:
name: Apache 2.0
url: 'https://www.apache.org/licenses/LICENSE-2.0'
servers:
mosquitto:
url: mqtt://test.mosquitto.org
protocol: mqtt
channels:
light/measured:
publish:
summary: Inform about environmental lighting conditions for a particular streetlight.
operationId: onLightMeasured
message:
payload:
type: object
properties:
id:
type: integer
minimum: 0
description: Id of the streetlight.
lumens:
type: integer
minimum: 0
description: Light intensity measured in lumens.
sentAt:
type: string
format: date-time
description: Date and time when the message was sent.

run: ag ..<filename> @asyncapi/markdown-template -o output

The result is as follows:
npm http fetch GET 200 https://registry.npmjs.org/@asyncapi%2fmarkdown-template 962ms
npm http fetch GET 200 https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-0.3.0.tgz 527ms
npm http fetch GET 304 https://registry.npmjs.org/markdown-it 468ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/markdown-it/-/markdown-it-10.0.0.tgz 363ms
npm http fetch GET 200 https://registry.npmjs.org/openapi-sampler 1041ms
npm http fetch GET 304 https://registry.npmjs.org/argparse 311ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/entities 368ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/entities/-/entities-2.0.0.tgz 151ms
npm http fetch GET 304 https://registry.npmjs.org/uc.micro 618ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/mdurl 650ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/linkify-it 694ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/sprintf-js 90ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/json-pointer 107ms
npm http fetch GET 200 https://registry.npmjs.org/foreach 116ms
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\jschabowsky\Downloads\test\package.json'
npm WARN . No description
npm WARN . No repository field.
npm WARN . No README data
npm WARN . No license field.
Something went wrong:
Error: invalid bin entry for package markdown-it@10.0.0. key=markdown-it, value=bin/markdown-it.js
at C:\Program Files\nodejs\node_modules\npm\node_modules\bin-links\index.js:86:13
at tryCatcher (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\util.js:16:23)
at MappingPromiseArray._promiseFulfilled (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\map.js:61:38)
at MappingPromiseArray.PromiseArray._iterate (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\promise_array.js:114:31)
at MappingPromiseArray.init (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\promise_array.js:78:10)
at MappingPromiseArray._asyncInit (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\map.js:30:10)
at _drainQueueStep (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\async.js:142:12)
at _drainQueue (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\async.js:131:9)
at Async._drainQueues (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\async.js:147:5)
at Immediate.Async.drainQueues [as _onImmediate] (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\async.js:17:14)

This only is happening on windows and NOT on Mac.
This was reproduced on multiple windows machines.
To fix tried:
npm install -g npm@latest
npm prune
None of those commands changes the output.

Version of AsyncAPI Generator: 0.36.3

@github-actions
Copy link
Contributor

github-actions bot commented Apr 3, 2020

Welcome to AsyncAPI. Thanks a lot for reporting your first issue.

Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@derberg
Copy link
Member

derberg commented Apr 3, 2020

@jschabowsky can you please try npm cache clear --force because I can see problematic package makrdown-it is taken from cache

npm http fetch GET 304 https://registry.npmjs.org/markdown-it 468ms (from cache)

@jschabowsky
Copy link
Author

Looks like the same result:

C:\Users\jschabowsky\Downloads\test>npm cache clear --force
npm WARN using --force I sure hope you know what you are doing.

C:\Users\jschabowsky\Downloads\test>ag ..\COVID19PopulationProvider.yaml @asyncapi/markdown-template -o output
npm http fetch GET 200 https://registry.npmjs.org/@asyncapi%2fmarkdown-template 1174ms
npm http fetch GET 200 https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-0.3.0.tgz 436ms
npm http fetch GET 200 https://registry.npmjs.org/markdown-it 139ms
npm http fetch GET 200 https://registry.npmjs.org/markdown-it/-/markdown-it-10.0.0.tgz 421ms
npm http fetch GET 200 https://registry.npmjs.org/argparse 337ms
npm http fetch GET 200 https://registry.npmjs.org/entities 449ms
npm http fetch GET 200 https://registry.npmjs.org/mdurl 468ms
npm http fetch GET 200 https://registry.npmjs.org/linkify-it 519ms
npm http fetch GET 200 https://registry.npmjs.org/uc.micro 530ms
npm http fetch GET 200 https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz 399ms
npm http fetch GET 200 https://registry.npmjs.org/entities/-/entities-2.0.0.tgz 411ms
npm http fetch GET 200 https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz 406ms
npm http fetch GET 200 https://registry.npmjs.org/linkify-it/-/linkify-it-2.2.0.tgz 397ms
npm http fetch GET 200 https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz 333ms
npm http fetch GET 200 https://registry.npmjs.org/sprintf-js 71ms
npm http fetch GET 200 https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz 81ms
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\jschabowsky\Downloads\test\package.json'
npm WARN . No description
npm WARN . No repository field.
npm WARN . No README data
npm WARN . No license field.

Something went wrong:
Error: invalid bin entry for package markdown-it@10.0.0. key=markdown-it, value=bin/markdown-it.js
at C:\Program Files\nodejs\node_modules\npm\node_modules\bin-links\index.js:86:13
at tryCatcher (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\util.js:16:23)
at MappingPromiseArray._promiseFulfilled (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\map.js:61:38)
at MappingPromiseArray.PromiseArray._iterate (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\promise_array.js:114:31)
at MappingPromiseArray.init (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\promise_array.js:78:10)
at MappingPromiseArray._asyncInit (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\map.js:30:10)
at _drainQueueStep (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\async.js:142:12)
at _drainQueue (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\async.js:131:9)
at Async._drainQueues (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\async.js:147:5)
at Immediate.Async.drainQueues [as _onImmediate] (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\async.js:17:14)
at processImmediate (internal/timers.js:456:21)

C:\Users\jschabowsky\Downloads\test>

@jonaslagoni
Copy link
Sponsor Member

jonaslagoni commented Apr 3, 2020

Hey @jschabowsky

Given your AsyncAPI document

{
	"asyncapi": "2.0.0",
	"info": {
		"title": "Streetlights API",
		"version": "1.0.0",
		"description": "The Smartylighting Streetlights API allows you\nto remotely manage the city lights.\n",
		"license": {
			"name": "Apache 2.0",
			"url": "https://www.apache.org/licenses/LICENSE-2.0"
		}
	},
	"servers": {
		"mosquitto": {
			"url": "mqtt://test.mosquitto.org",
			"protocol": "mqtt"
		}
	},
	"channels": {
		"light/measured": {
			"publish": {
				"summary": "Inform about environmental lighting conditions for a particular streetlight.",
				"operationId": "onLightMeasured",
				"message": {
					"payload": {
						"type": "object",
						"properties": {
							"id": {
								"type": "integer",
								"minimum": 0,
								"description": "Id of the streetlight."
							},
							"lumens": {
								"type": "integer",
								"minimum": 0,
								"description": "Light intensity measured in lumens."
							},
							"sentAt": {
								"type": "string",
								"format": "date-time",
								"description": "Date and time when the message was sent."
							}
						}
					}
				}
			}
		}
	}
}

I was able to use it right off the bat

$ ag -o ./output ./test.json @asyncapi/markdown-template
npm http fetch GET 200 https://registry.npmjs.org/@asyncapi%2fmarkdown-template 19ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/markdown-it 285ms
npm http fetch GET 200 https://registry.npmjs.org/openapi-sampler 291ms
npm http fetch GET 200 https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.0.0-beta.15.tgz 88ms
npm http fetch GET 200 https://registry.npmjs.org/markdown-it/-/markdown-it-10.0.0.tgz 102ms
npm http fetch GET 200 https://registry.npmjs.org/argparse 80ms
npm http fetch GET 200 https://registry.npmjs.org/entities 81ms
npm http fetch GET 200 https://registry.npmjs.org/mdurl 125ms
npm http fetch GET 200 https://registry.npmjs.org/uc.micro 127ms
npm http fetch GET 200 https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz 67ms
npm http fetch GET 200 https://registry.npmjs.org/entities/-/entities-2.0.0.tgz 67ms
npm http fetch GET 200 https://registry.npmjs.org/linkify-it 150ms
npm http fetch GET 200 https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz 44ms
npm http fetch GET 200 https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz 51ms
npm http fetch GET 200 https://registry.npmjs.org/linkify-it/-/linkify-it-2.2.0.tgz 42ms
npm http fetch GET 200 https://registry.npmjs.org/sprintf-js 31ms
npm http fetch GET 200 https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz 35ms
npm http fetch GET 200 https://registry.npmjs.org/json-pointer 45ms
npm http fetch GET 200 https://registry.npmjs.org/json-pointer/-/json-pointer-0.6.0.tgz 43ms
npm http fetch GET 200 https://registry.npmjs.org/foreach 29ms
npm http fetch GET 200 https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz 30ms
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\Lagoni\Downloads\temp\package.json'
npm WARN . No description
npm WARN . No repository field.
npm WARN . No README data
npm WARN . No license field.

+ @asyncapi/markdown-template@0.3.0
added 11 packages from 9 contributors in 1.234s


Done! ✨
Check out your shiny new generated files at C:\Users\Lagoni\Downloads\temp\output.

Versions I am using:

  • OS Name Microsoft Windows 10 Pro
  • npm: 6.13.4
  • node-version: v13.9.0
  • AsyncAPI generator: 0.36.3

I have tried clear cache, prune npm etc to have clear workspace as well, however I cannot reproduce this problem.

My suggestion try deleting the generated node_modules folder or try again in a clean folder and maybe clean cache. If nothing works try re-install npm and node 🤔? Only issues I could find related was here npm/cli#613 (comment)

@derberg
Copy link
Member

derberg commented Apr 4, 2020

@jonaslagoni the issue seems to be with the latest LTS version, v12.16.1, v13 will not be released under LTS. if you would downgrade version you would probably reproduce.

Good news is I managed to reproduce 🎆 I don't know yet how to fix but I got a Windows VM on my local, installed fresh Node.js 12.16.1, upgraded npm to latest 6.14.4 and performed fresh installation of the latest generator and this is why I get at first run attempt:

wookiee@LUKASZGORNIB746 MINGW64 ~/AppData/Local/Packages/Microsoft.MicrosoftEdge_8wekyb3d8bbwe/TempState/Downloads/generator-master
$ ag test/docs/streetlights.yml @asyncapi/html-template -o ./docs --force-write
npm http fetch GET 200 https://registry.npmjs.org/@asyncapi%2fhtml-template 2001ms
npm http fetch GET 200 https://registry.npmjs.org/@asyncapi/html-template/-/html-template-0.3.0.tgz 984ms
npm http fetch GET 304 https://registry.npmjs.org/markdown-it 328ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/markdown-it/-/markdown-it-10.0.0.tgz 172ms
npm http fetch GET 200 https://registry.npmjs.org/openapi-sampler 1156ms
npm http fetch GET 200 https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.0.0-beta.15.tgz 125ms
npm http fetch GET 304 https://registry.npmjs.org/entities 78ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/entities/-/entities-2.0.0.tgz 78ms
npm http fetch GET 200 https://registry.npmjs.org/json-pointer 93ms
npm http fetch GET 200 https://registry.npmjs.org/json-pointer/-/json-pointer-0.6.0.tgz 94ms
npm http fetch GET 200 https://registry.npmjs.org/foreach 78ms
npm http fetch GET 200 https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz 63ms
npm http fetch GET 200 https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz 250ms
npm http fetch GET 200 https://registry.npmjs.org/jsdoc-to-markdown/-/jsdoc-to-markdown-5.0.3.tgz 93ms
npm http fetch GET 200 https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz 422ms
npm http fetch GET 200 https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz 405ms
npm http fetch GET 200 https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz 438ms
npm http fetch GET 200 https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.0.tgz 438ms
npm http fetch GET 200 https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.0.tgz 438ms
npm http fetch GET 200 https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz 438ms
npm http fetch GET 200 https://registry.npmjs.org/@tootallnate/once/-/once-1.0.0.tgz 485ms
npm http fetch GET 200 https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz 468ms
npm http fetch GET 200 https://registry.npmjs.org/agent-base/-/agent-base-6.0.0.tgz 484ms
npm http fetch GET 200 https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz 484ms
npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-7.1.3.tgz 501ms
npm http fetch GET 200 https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz 562ms
npm http fetch GET 200 https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz 562ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-escape-sequences/-/ansi-escape-sequences-4.1.0.tgz 671ms
npm http fetch GET 200 https://registry.npmjs.org/@types/node/-/node-13.7.7.tgz 688ms
npm http fetch GET 200 https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz 718ms
npm http fetch GET 200 https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz 907ms
npm http fetch GET 200 https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz 890ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz 890ms
npm http fetch GET 200 https://registry.npmjs.org/type-fest/-/type-fest-0.11.0.tgz 890ms
npm http fetch GET 200 https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz 890ms
npm http fetch GET 200 https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz 890ms
npm http fetch GET 200 https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz 860ms
npm http fetch GET 200 https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz 860ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.2.0.tgz 890ms
npm http fetch GET 200 https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz 890ms
npm http fetch GET 200 https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz 860ms
npm http fetch GET 200 https://registry.npmjs.org/simple-git/-/simple-git-1.131.0.tgz 750ms
npm http fetch GET 200 https://registry.npmjs.org/array-back/-/array-back-4.0.1.tgz 905ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.1.tgz 905ms
npm http fetch GET 200 https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.4.0.tgz 922ms
npm http fetch GET 200 https://registry.npmjs.org/argv-formatter/-/argv-formatter-1.0.0.tgz 905ms
npm http fetch GET 200 https://registry.npmjs.org/semantic-release/-/semantic-release-17.0.4.tgz 844ms
npm http fetch GET 200 https://registry.npmjs.org/semantic-release-slack-bot/-/semantic-release-slack-bot-1.5.0.tgz 1031ms
npm http fetch GET 200 https://registry.npmjs.org/yargs/-/yargs-3.32.0.tgz 797ms
npm http fetch GET 200 https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz 812ms
npm http fetch GET 200 https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz 812ms
npm http fetch GET 200 https://registry.npmjs.org/meow/-/meow-5.0.0.tgz 812ms
npm http fetch GET 200 https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz 812ms
npm http fetch GET 200 https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz 781ms
npm http fetch GET 200 https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.4.tgz 796ms
npm http fetch GET 200 https://registry.npmjs.org/yaml/-/yaml-1.7.2.tgz 859ms
npm http fetch GET 200 https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz 891ms
npm http fetch GET 200 https://registry.npmjs.org/slackify-markdown/-/slackify-markdown-1.1.1.tgz 828ms
npm http fetch GET 200 https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz 844ms
npm http fetch GET 200 https://registry.npmjs.org/remark-parse/-/remark-parse-5.0.0.tgz 906ms
npm http fetch GET 200 https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.2.3.tgz 1219ms
npm http fetch GET 200 https://registry.npmjs.org/through2/-/through2-2.0.5.tgz 797ms
npm http fetch GET 200 https://registry.npmjs.org/git-log-parser/-/git-log-parser-1.2.0.tgz 781ms
npm http fetch GET 200 https://registry.npmjs.org/split2/-/split2-1.0.0.tgz 734ms
npm http fetch GET 200 https://registry.npmjs.org/remark-stringify/-/remark-stringify-5.0.0.tgz 906ms
npm http fetch GET 200 https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.5.0.tgz 1343ms
npm http fetch GET 200 https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz 1079ms
npm http fetch GET 200 https://registry.npmjs.org/jsdoc-api/-/jsdoc-api-5.0.4.tgz 1079ms
npm http fetch GET 200 https://registry.npmjs.org/through2/-/through2-2.0.5.tgz 1079ms
npm http fetch GET 200 https://registry.npmjs.org/x-is-string/-/x-is-string-0.1.0.tgz 1094ms
npm http fetch GET 200 https://registry.npmjs.org/unified/-/unified-6.2.0.tgz 1219ms
npm http fetch GET 200 https://registry.npmjs.org/js2xmlparser/-/js2xmlparser-4.0.1.tgz 1219ms
npm http fetch GET 200 https://registry.npmjs.org/flat-cache/-/flat-cache-2.0.1.tgz 1203ms
npm http fetch GET 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.3.tgz 1203ms
npm http fetch GET 200 https://registry.npmjs.org/write/-/write-1.0.3.tgz 1203ms
npm http fetch GET 200 https://registry.npmjs.org/xmlcreate/-/xmlcreate-2.0.3.tgz 1313ms
npm http fetch GET 200 https://registry.npmjs.org/@octokit/rest/-/rest-17.0.0.tgz 1265ms
npm http fetch GET 200 https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-5.0.1.tgz 1328ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz 1312ms
npm http fetch GET 200 https://registry.npmjs.org/@octokit/graphql/-/graphql-4.3.1.tgz 1265ms
npm http fetch GET 200 https://registry.npmjs.org/@octokit/core/-/core-2.4.2.tgz 1328ms
npm http fetch GET 200 https://registry.npmjs.org/@semantic-release/error/-/error-2.2.0.tgz 2329ms
npm http fetch GET 200 https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.0.2.tgz 2454ms
npm http fetch GET 200 https://registry.npmjs.org/@octokit/types/-/types-2.3.1.tgz 2454ms
npm http fetch GET 200 https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.0.tgz 2313ms
npm http fetch GET 200 https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-4.0.1.tgz 1281ms
npm http fetch GET 200 https://registry.npmjs.org/@octokit/endpoint/-/endpoint-5.5.3.tgz 1297ms
npm http fetch GET 200 https://registry.npmjs.org/os-name/-/os-name-3.1.0.tgz 1266ms
npm http fetch GET 200 https://registry.npmjs.org/@octokit/request/-/request-5.3.2.tgz 1375ms
npm http fetch GET 200 https://registry.npmjs.org/windows-release/-/windows-release-3.2.0.tgz 1266ms
npm http fetch GET 200 https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-5.0.0.tgz 1281ms
npm http fetch GET 200 https://registry.npmjs.org/execa/-/execa-1.0.0.tgz 1234ms
npm http fetch GET 200 https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz 1219ms
npm http fetch GET 200 https://registry.npmjs.org/env-ci/-/env-ci-5.0.1.tgz 1203ms
npm http fetch GET 200 https://registry.npmjs.org/execa/-/execa-4.0.0.tgz 1188ms
npm http fetch GET 200 https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.0.8.tgz 2344ms
npm http fetch GET 200 https://registry.npmjs.org/get-stream/-/get-stream-5.1.0.tgz 1203ms
npm http fetch GET 200 https://registry.npmjs.org/pump/-/pump-3.0.0.tgz 1203ms
npm http fetch GET 200 https://registry.npmjs.org/file-set/-/file-set-2.0.1.tgz 1250ms
npm http fetch GET 200 https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.11.tgz 2391ms
npm http fetch GET 200 https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz 1235ms
npm http fetch GET 200 https://registry.npmjs.org/dmd/-/dmd-4.0.6.tgz 1250ms
npm http fetch GET 200 https://registry.npmjs.org/file-set/-/file-set-3.0.0.tgz 1265ms
npm http fetch GET 200 https://registry.npmjs.org/glob/-/glob-7.1.6.tgz 1265ms
npm http fetch GET 200 https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz 1281ms
npm http fetch GET 200 https://registry.npmjs.org/@babel/parser/-/parser-7.8.6.tgz 3032ms
npm http fetch GET 200 https://registry.npmjs.org/@semantic-release/github/-/github-7.0.4.tgz 2141ms
npm http fetch GET 200 https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-1.0.4.tgz 3000ms
npm http fetch GET 200 https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz 1343ms
npm http fetch GET 200 https://registry.npmjs.org/@octokit/request-error/-/request-error-1.2.1.tgz 1359ms
npm http fetch GET 200 https://registry.npmjs.org/once/-/once-1.4.0.tgz 1344ms
npm http fetch GET 200 https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz 1328ms
npm http fetch GET 200 https://registry.npmjs.org/@semantic-release/npm/-/npm-7.0.3.tgz 2062ms
npm http fetch GET 200 https://registry.npmjs.org/jsdoc/-/jsdoc-3.6.3.tgz 2531ms
npm http fetch GET 200 https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-3.0.0.tgz 1203ms
npm http fetch GET 200 https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz 1312ms
npm http fetch GET 200 https://registry.npmjs.org/command-line-tool/-/command-line-tool-0.8.0.tgz 1297ms
npm http fetch GET 200 https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz 1312ms
npm http fetch GET 200 https://registry.npmjs.org/table-layout/-/table-layout-0.4.5.tgz 1297ms
npm http fetch GET 200 https://registry.npmjs.org/command-line-usage/-/command-line-usage-4.1.0.tgz 1297ms
npm http fetch GET 200 https://registry.npmjs.org/@semantic-release/release-notes-generator/-/release-notes-generator-9.0.1.tgz 3188ms
npm http fetch GET 200 https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz 1297ms
npm http fetch GET 200 https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz 1391ms
npm http fetch GET 200 https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz 1391ms
npm http fetch GET 200 https://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz 1360ms
npm http fetch GET 200 https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz 1360ms
npm http fetch GET 200 https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz 1312ms
npm http fetch GET 200 https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz 1328ms
npm http fetch GET 200 https://registry.npmjs.org/vfile-message/-/vfile-message-1.1.1.tgz 1187ms
npm http fetch GET 200 https://registry.npmjs.org/yargs/-/yargs-15.1.0.tgz 1328ms
npm http fetch GET 200 https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz 3266ms
npm http fetch GET 200 https://registry.npmjs.org/split2/-/split2-2.2.0.tgz 3266ms
npm http fetch GET 200 https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.6.tgz 1250ms
npm http fetch GET 200 https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz 1188ms
npm http fetch GET 200 https://registry.npmjs.org/vfile/-/vfile-2.3.0.tgz 1266ms
npm http fetch GET 200 https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz 1110ms
npm http fetch GET 200 https://registry.npmjs.org/through2/-/through2-3.0.1.tgz 1125ms
npm http fetch GET 200 https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz 1203ms
npm http fetch GET 200 https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz 1250ms
npm http fetch GET 200 https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz 1172ms
npm http fetch GET 200 https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz 1187ms
npm http fetch GET 200 https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz 1031ms
npm http fetch GET 200 https://registry.npmjs.org/walk-back/-/walk-back-4.0.0.tgz 1297ms
npm http fetch GET 200 https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz 1172ms
npm http fetch GET 200 https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz 1047ms
npm http fetch GET 200 https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz 1078ms
npm http fetch GET 200 https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz 1156ms
npm http fetch GET 200 https://registry.npmjs.org/into-stream/-/into-stream-5.1.1.tgz 1094ms
npm http fetch GET 200 https://registry.npmjs.org/from2/-/from2-2.3.0.tgz 1094ms
npm http fetch GET 200 https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz 969ms
npm http fetch GET 200 https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-8.0.1.tgz 3672ms
npm http fetch GET 200 https://registry.npmjs.org/eslint/-/eslint-6.8.0.tgz 3781ms
npm http fetch GET 200 https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-1.0.0.tgz 3719ms
npm http fetch GET 200 https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz 734ms
npm http fetch GET 200 https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz 734ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz 953ms
npm http fetch GET 200 https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz 797ms
npm http fetch GET 200 https://registry.npmjs.org/ramldt2jsonschema/-/ramldt2jsonschema-1.1.0.tgz 1547ms
npm http fetch GET 200 https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz 734ms
npm http fetch GET 200 https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz 750ms
npm http fetch GET 200 https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz 734ms
npm http fetch GET 200 https://registry.npmjs.org/braces/-/braces-2.3.2.tgz 750ms
npm http fetch GET 200 https://registry.npmjs.org/use/-/use-3.1.1.tgz 734ms
npm http fetch GET 200 https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz 859ms
npm http fetch GET 200 https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz 797ms
npm http fetch GET 200 https://registry.npmjs.org/urix/-/urix-0.1.0.tgz 781ms
npm http fetch GET 200 https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz 797ms
npm http fetch GET 200 https://registry.npmjs.org/table/-/table-5.4.6.tgz 781ms
npm http fetch GET 200 https://registry.npmjs.org/upath/-/upath-1.2.0.tgz 812ms
npm http fetch GET 200 https://registry.npmjs.org/base/-/base-0.11.2.tgz 781ms
npm http fetch GET 200 https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz 797ms
npm http fetch GET 200 https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz 797ms
npm http fetch GET 200 https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz 797ms
npm http fetch GET 200 https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz 797ms
npm http fetch GET 200 https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz 704ms
npm http fetch GET 200 https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz 704ms
npm http fetch GET 200 https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz 704ms
npm http fetch GET 200 https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz 844ms
npm http fetch GET 200 https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.4.tgz 828ms
npm http fetch GET 200 https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz 782ms
npm http fetch GET 200 https://registry.npmjs.org/tempy/-/tempy-0.4.0.tgz 782ms
npm http fetch GET 200 https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz 797ms
npm http fetch GET 200 https://registry.npmjs.org/underscore/-/underscore-1.9.2.tgz 766ms
npm http fetch GET 200 https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz 766ms
npm http fetch GET 200 https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz 797ms
npm http fetch GET 200 https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz 782ms
npm http fetch GET 200 https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz 797ms
npm http fetch GET 200 https://registry.npmjs.org/mdast-util-compact/-/mdast-util-compact-1.0.4.tgz 813ms
npm http fetch GET 200 https://registry.npmjs.org/uglify-js/-/uglify-js-3.8.0.tgz 2422ms
npm http fetch GET 200 https://registry.npmjs.org/array-back/-/array-back-2.0.0.tgz 2437ms
npm http fetch GET 200 https://registry.npmjs.org/jsdoc-parse/-/jsdoc-parse-4.0.1.tgz 2469ms
npm http fetch GET 200 https://registry.npmjs.org/collect-all/-/collect-all-1.0.3.tgz 2422ms
npm http fetch GET 200 https://registry.npmjs.org/sort-array/-/sort-array-2.0.0.tgz 2406ms
npm http fetch GET 200 https://registry.npmjs.org/array-back/-/array-back-2.0.0.tgz 2422ms
npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz 2500ms
npm http fetch GET 200 https://registry.npmjs.org/array-back/-/array-back-1.0.4.tgz 2406ms
npm http fetch GET 200 https://registry.npmjs.org/stream-connect/-/stream-connect-1.0.2.tgz 2422ms
npm http fetch GET 200 https://registry.npmjs.org/test-value/-/test-value-3.0.0.tgz 2453ms
npm http fetch GET 200 https://registry.npmjs.org/array-back/-/array-back-1.0.4.tgz 2422ms
npm http fetch GET 200 https://registry.npmjs.org/array-back/-/array-back-1.0.4.tgz 2438ms
npm http fetch GET 200 https://registry.npmjs.org/reduce-without/-/reduce-without-1.0.1.tgz 2469ms
npm http fetch GET 200 https://registry.npmjs.org/test-value/-/test-value-2.1.0.tgz 2469ms
npm http fetch GET 200 https://registry.npmjs.org/array-back/-/array-back-2.0.0.tgz 2468ms
npm http fetch GET 200 https://registry.npmjs.org/reduce-extract/-/reduce-extract-1.0.0.tgz 2562ms
npm http fetch GET 200 https://registry.npmjs.org/test-value/-/test-value-1.1.0.tgz 2515ms
npm http fetch GET 200 https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz 2500ms
npm http fetch GET 200 https://registry.npmjs.org/handlebars/-/handlebars-4.7.3.tgz 4500ms
npm http fetch GET 200 https://registry.npmjs.org/array-back/-/array-back-2.0.0.tgz 2531ms
npm http fetch GET 200 https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz 2469ms
npm http fetch GET 200 https://registry.npmjs.org/array-back/-/array-back-1.0.4.tgz 2563ms
npm http fetch GET 200 https://registry.npmjs.org/array-back/-/array-back-2.0.0.tgz 2516ms
npm http fetch GET 200 https://registry.npmjs.org/typical/-/typical-2.6.1.tgz 2500ms
npm http fetch GET 200 https://registry.npmjs.org/inquirer/-/inquirer-7.1.0.tgz 2516ms
npm http fetch GET 200 https://registry.npmjs.org/levn/-/levn-0.3.0.tgz 2532ms
npm http fetch GET 200 https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.3.tgz 2687ms
npm http fetch GET 200 https://registry.npmjs.org/tslib/-/tslib-1.11.1.tgz 2734ms
npm http fetch GET 200 https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz 2593ms
npm http fetch GET 200 https://registry.npmjs.org/trough/-/trough-1.0.5.tgz 2703ms
npm http fetch GET 200 https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz 2578ms
npm http fetch GET 200 https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz 2593ms
npm http fetch GET 200 https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz 2687ms
npm http fetch GET 200 https://registry.npmjs.org/trim/-/trim-0.0.1.tgz 2593ms
npm http fetch GET 200 https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz 2640ms
npm http fetch GET 200 https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz 2625ms
npm http fetch GET 200 https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz 2609ms
npm http fetch GET 200 https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz 2515ms
npm http fetch GET 200 https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz 2625ms
npm http fetch GET 200 https://registry.npmjs.org/type-fest/-/type-fest-0.10.0.tgz 2625ms
npm http fetch GET 200 https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz 2672ms
npm http fetch GET 200 https://registry.npmjs.org/split/-/split-1.0.1.tgz 2657ms
npm http fetch GET 200 https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz 2657ms
npm http fetch GET 200 https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz 2657ms
npm http fetch GET 200 https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz 2657ms
npm http fetch GET 200 https://registry.npmjs.org/through/-/through-2.3.8.tgz 2657ms
npm http fetch GET 200 https://registry.npmjs.org/temp-path/-/temp-path-1.0.0.tgz 2625ms
npm http fetch GET 200 https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz 2813ms
npm http fetch GET 200 https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz 1203ms
npm http fetch GET 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz 1375ms
npm http fetch GET 200 https://registry.npmjs.org/taffydb/-/taffydb-2.6.2.tgz 1391ms
npm http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz 1375ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz 1360ms
npm http fetch GET 200 https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz 1391ms
npm http fetch GET 200 https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz 1360ms
npm http fetch GET 200 https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz 1609ms
npm http fetch GET 200 https://registry.npmjs.org/marked-terminal/-/marked-terminal-4.0.0.tgz 1641ms
npm http fetch GET 200 https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz 1813ms
npm http fetch GET 200 https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz 1813ms
npm http fetch GET 200 https://registry.npmjs.org/parse-json/-/parse-json-5.0.0.tgz 2001ms
npm http fetch GET 200 https://registry.npmjs.org/parse-json/-/parse-json-5.0.0.tgz 2031ms
npm http fetch GET 200 https://registry.npmjs.org/signale/-/signale-1.4.0.tgz 2031ms
npm http fetch GET 200 https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz 2032ms
npm http fetch GET 200 https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz 2094ms
npm http fetch GET 200 https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz 2032ms
npm http fetch GET 200 https://registry.npmjs.org/parse-json/-/parse-json-5.0.0.tgz 2110ms
npm http fetch GET 200 https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz 2047ms
npm http fetch GET 200 https://registry.npmjs.org/redent/-/redent-2.0.0.tgz 2032ms
npm http fetch GET 200 https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.0.1.tgz 2032ms
npm http fetch GET 200 https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz 2032ms
npm http fetch GET 200 https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz 2016ms
npm http fetch GET 200 https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz 2125ms
npm http fetch GET 200 https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz 2000ms
npm http fetch GET 200 https://registry.npmjs.org/pkg-conf/-/pkg-conf-2.1.0.tgz 2031ms
npm http fetch GET 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz 2547ms
npm http fetch GET 200 https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz 2547ms
npm http fetch GET 200 https://registry.npmjs.org/stringify-entities/-/stringify-entities-1.3.2.tgz 2547ms
npm http fetch GET 200 https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz 2547ms
npm http fetch GET 200 https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz 2641ms
npm http fetch GET 200 https://registry.npmjs.org/stream-via/-/stream-via-1.0.4.tgz 2625ms
npm http fetch GET 200 https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz 2641ms
npm http fetch GET 200 https://registry.npmjs.org/state-toggle/-/state-toggle-1.0.3.tgz 2406ms
npm http fetch GET 200 https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz 2610ms
npm http fetch GET 200 https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz 2578ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz 2641ms
npm http fetch GET 200 https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz 2594ms
npm http fetch GET 200 https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.4.tgz 2687ms
npm http fetch GET 200 https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz 2484ms
npm http fetch GET 200 https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.0.tgz 2468ms
npm http fetch GET 200 https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz 2468ms
npm http fetch GET 200 https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz 2343ms
npm http fetch GET 200 https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz 2328ms
npm http fetch GET 200 https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz 2359ms
npm http fetch GET 200 https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz 2328ms
npm http fetch GET 200 https://registry.npmjs.org/spawn-error-forwarder/-/spawn-error-forwarder-1.0.0.tgz 2328ms
npm http fetch GET 200 https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz 2313ms
npm http fetch GET 200 https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz 2156ms
npm http fetch GET 200 https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz 2156ms
npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz 2406ms
npm http fetch GET 200 https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz 2156ms
npm http fetch GET 200 https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz 2218ms
npm http fetch GET 200 https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz 2312ms
npm http fetch GET 200 https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz 2047ms
npm http fetch GET 200 https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz 2031ms
npm http fetch GET 200 https://registry.npmjs.org/globby/-/globby-11.0.0.tgz 1844ms
npm http fetch GET 200 https://registry.npmjs.org/slash/-/slash-3.0.0.tgz 1844ms
npm http fetch GET 200 https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz 2313ms
npm http fetch GET 200 https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz 1625ms
npm http fetch GET 200 https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz 1625ms
npm http fetch GET 200 https://registry.npmjs.org/figures/-/figures-2.0.0.tgz 1625ms
npm http fetch GET 200 https://registry.npmjs.org/webapi-parser/-/webapi-parser-0.4.1.tgz 7672ms
npm http fetch GET 200 https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz 1547ms
npm http fetch GET 200 https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz 1547ms
npm http fetch GET 200 https://registry.npmjs.org/find-versions/-/find-versions-3.2.0.tgz 1547ms
npm http fetch GET 200 https://registry.npmjs.org/semver-regex/-/semver-regex-2.0.0.tgz 1563ms
npm http fetch GET 200 https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz 1563ms
npm http fetch GET 200 https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz 1547ms
npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-6.3.0.tgz 1547ms
npm http fetch GET 200 https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz 1563ms
npm http fetch GET 200 https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz 1563ms
npm http fetch GET 200 https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz 1578ms
npm http fetch GET 200 https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz 1578ms
npm http fetch GET 200 https://registry.npmjs.org/yargs-parser/-/yargs-parser-16.1.0.tgz 1609ms
npm http fetch GET 200 https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz 938ms
npm http fetch GET 200 https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz 938ms
npm http fetch GET 200 https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz 907ms
npm http fetch GET 200 https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz 1031ms
npm http fetch GET 200 https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz 875ms
npm http fetch GET 200 https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz 875ms
npm http fetch GET 200 https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz 875ms
npm http fetch GET 200 https://registry.npmjs.org/marked/-/marked-0.8.0.tgz 781ms
npm http fetch GET 200 https://registry.npmjs.org/p-limit/-/p-limit-2.2.2.tgz 859ms
npm http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz 765ms
npm http fetch GET 200 https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz 765ms
npm http fetch GET 200 https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz 828ms
npm http fetch GET 200 https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz 859ms
npm http fetch GET 200 https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz 750ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz 797ms
npm http fetch GET 200 https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz 766ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz 766ms
npm http fetch GET 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz 937ms
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz 874ms
npm http fetch GET 200 https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.2.tgz 874ms
npm http fetch GET 200 https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz 890ms
npm http fetch GET 200 https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz 874ms
npm http fetch GET 200 https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz 828ms
npm http fetch GET 200 https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.9.tgz 718ms
npm http fetch GET 200 https://registry.npmjs.org/run-async/-/run-async-2.4.0.tgz 718ms
npm http fetch GET 200 https://registry.npmjs.org/fastq/-/fastq-1.6.1.tgz 703ms
npm http fetch GET 200 https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz 828ms
npm http fetch GET 200 https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz 874ms
npm http fetch GET 200 https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz 703ms
npm http fetch GET 200 https://registry.npmjs.org/p-retry/-/p-retry-4.2.0.tgz 687ms
npm http fetch GET 200 https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz 937ms
npm http fetch GET 200 https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz 781ms
npm http fetch GET 200 https://registry.npmjs.org/retry/-/retry-0.12.0.tgz 859ms
npm http fetch GET 200 https://registry.npmjs.org/requizzle/-/requizzle-0.2.3.tgz 625ms
npm http fetch GET 200 https://registry.npmjs.org/resolve/-/resolve-1.15.1.tgz 625ms
npm http fetch GET 200 https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz 625ms
npm http fetch GET 200 https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz 796ms
npm http fetch GET 200 https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.1.1.tgz 578ms
npm http fetch GET 200 https://registry.npmjs.org/ret/-/ret-0.1.15.tgz 796ms
npm http fetch GET 200 https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz 625ms
npm http fetch GET 200 https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz 625ms
npm http fetch GET 200 https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz 593ms
npm http fetch GET 200 https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz 641ms
npm http fetch GET 200 https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz 812ms
npm http fetch GET 200 https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz 625ms
npm http fetch GET 200 https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz 625ms
npm http fetch GET 200 https://registry.npmjs.org/reduce-unique/-/reduce-unique-2.0.1.tgz 515ms
npm http fetch GET 200 https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.4.tgz 547ms
npm http fetch GET 200 https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.7.tgz 625ms
npm http fetch GET 200 https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz 641ms
npm http fetch GET 200 https://registry.npmjs.org/redeyed/-/redeyed-2.1.1.tgz 547ms
npm http fetch GET 200 https://registry.npmjs.org/rc/-/rc-1.2.8.tgz 500ms
npm http fetch GET 200 https://registry.npmjs.org/regexpp/-/regexpp-2.0.1.tgz 766ms
npm http fetch GET 200 https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz 547ms
npm http fetch GET 200 https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-1.0.1.tgz 641ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz 531ms
npm http fetch GET 200 https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz 546ms
npm http fetch GET 200 https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz 562ms
npm http fetch GET 200 https://registry.npmjs.org/commander/-/commander-4.1.1.tgz 640ms
npm http fetch GET 200 https://registry.npmjs.org/progress/-/progress-2.0.3.tgz 609ms
npm http fetch GET 200 https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.6.tgz 625ms
npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz 610ms
npm http fetch GET 200 https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz 532ms
npm http fetch GET 200 https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz 547ms
npm http fetch GET 200 https://registry.npmjs.org/quick-lru/-/quick-lru-1.1.0.tgz 625ms
npm http fetch GET 200 https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz 578ms
npm http fetch GET 200 https://registry.npmjs.org/q/-/q-1.5.1.tgz 656ms
npm http fetch GET 200 https://registry.npmjs.org/pify/-/pify-3.0.0.tgz 578ms
npm http fetch GET 200 https://registry.npmjs.org/picomatch/-/picomatch-2.2.1.tgz 562ms
npm http fetch GET 200 https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz 578ms
npm http fetch GET 200 https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz 593ms
npm http fetch GET 200 https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz 563ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz 547ms
npm http fetch GET 200 https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz 625ms
npm http fetch GET 200 https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz 594ms
npm http fetch GET 200 https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz 578ms
npm http fetch GET 200 https://registry.npmjs.org/parse-entities/-/parse-entities-1.2.2.tgz 578ms
npm http fetch GET 200 https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz 547ms
npm http fetch GET 200 https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz 516ms
npm http fetch GET 200 https://registry.npmjs.org/p-is-promise/-/p-is-promise-3.0.0.tgz 500ms
npm http fetch GET 200 https://registry.npmjs.org/p-reduce/-/p-reduce-2.1.0.tgz 516ms
npm http fetch GET 200 https://registry.npmjs.org/p-filter/-/p-filter-2.1.0.tgz 500ms
npm http fetch GET 200 https://registry.npmjs.org/p-each-series/-/p-each-series-2.1.0.tgz 453ms
npm http fetch GET 200 https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz 515ms
npm http fetch GET 200 https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz 437ms
npm http fetch GET 200 https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz 453ms
npm http fetch GET 200 https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz 296ms
npm http fetch GET 200 https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz 578ms
npm http fetch GET 200 https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz 609ms
npm http fetch GET 200 https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz 625ms
npm http fetch GET 200 https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz 593ms
npm http fetch GET 200 https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz 593ms
npm http fetch GET 200 https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz 593ms
npm http fetch GET 200 https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz 578ms
npm http fetch GET 200 https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz 484ms
npm http fetch GET 200 https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz 328ms
npm http fetch GET 200 https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz 328ms
npm http fetch GET 200 https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz 328ms
npm http fetch GET 200 https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz 312ms
npm http fetch GET 200 https://registry.npmjs.org/object-to-spawn-args/-/object-to-spawn-args-1.1.1.tgz 312ms
npm http fetch GET 200 https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz 219ms
npm http fetch GET 200 https://registry.npmjs.org/object-get/-/object-get-2.1.1.tgz 282ms
npm http fetch GET 200 https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz 235ms
npm http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz 250ms
npm http fetch GET 200 https://registry.npmjs.org/normalize-url/-/normalize-url-5.0.0.tgz 328ms
npm http fetch GET 200 https://registry.npmjs.org/node-emoji/-/node-emoji-1.10.0.tgz 453ms
npm http fetch GET 200 https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz 453ms
npm http fetch GET 200 https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz 453ms
npm http fetch GET 200 https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz 532ms
npm http fetch GET 200 https://registry.npmjs.org/nan/-/nan-2.14.0.tgz 563ms
npm http fetch GET 200 https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz 563ms
npm http fetch GET 200 https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz 641ms
npm http fetch GET 200 https://registry.npmjs.org/debug/-/debug-2.6.9.tgz 610ms
npm http fetch GET 200 https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz 610ms
npm http fetch GET 200 https://registry.npmjs.org/cache-point/-/cache-point-1.0.0.tgz 610ms
npm http fetch GET 200 https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.2.tgz 610ms
npm http fetch GET 200 https://registry.npmjs.org/nerf-dart/-/nerf-dart-1.0.0.tgz 641ms
npm http fetch GET 200 https://registry.npmjs.org/ms/-/ms-2.0.0.tgz 610ms
npm http fetch GET 200 https://registry.npmjs.org/mkdirp2/-/mkdirp2-1.0.4.tgz 766ms
npm http fetch GET 200 https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz 766ms
npm http fetch GET 200 https://registry.npmjs.org/mime/-/mime-2.4.4.tgz 750ms
npm http fetch GET 200 https://registry.npmjs.org/minimist-options/-/minimist-options-3.0.2.tgz 766ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz 766ms
npm http fetch GET 200 https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz 766ms
npm http fetch GET 200 https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz 719ms
npm http fetch GET 200 https://registry.npmjs.org/merge2/-/merge2-1.3.0.tgz 750ms
npm http fetch GET 200 https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz 781ms
npm http fetch GET 200 https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz 766ms
npm http fetch GET 200 https://registry.npmjs.org/marked/-/marked-0.7.0.tgz 719ms
npm http fetch GET 200 https://registry.npmjs.org/markdown-table/-/markdown-table-1.1.3.tgz 703ms
npm http fetch GET 200 https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-5.2.5.tgz 703ms
npm http fetch GET 200 https://registry.npmjs.org/macos-release/-/macos-release-2.3.0.tgz 672ms
npm http fetch GET 200 https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz 672ms
npm http fetch GET 200 https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz 688ms
npm http fetch GET 200 https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz 704ms
npm http fetch GET 200 https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz 718ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz 875ms
npm http fetch GET 200 https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz 922ms
npm http fetch GET 200 https://registry.npmjs.org/issue-parser/-/issue-parser-6.0.0.tgz 875ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.omit/-/lodash.omit-4.5.0.tgz 875ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.toarray/-/lodash.toarray-4.4.0.tgz 890ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz 859ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz 859ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz 875ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz 828ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.padend/-/lodash.padend-4.6.1.tgz 891ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz 844ms
npm http fetch GET 200 https://registry.npmjs.org/command-line-args/-/command-line-args-5.1.1.tgz 813ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz 829ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz 875ms
npm http fetch GET 200 https://registry.npmjs.org/catharsis/-/catharsis-0.8.11.tgz 875ms
npm http fetch GET 200 https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz 844ms
npm http fetch GET 200 https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz 734ms
npm http fetch GET 200 https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz 750ms
npm http fetch GET 200 https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz 953ms
npm http fetch GET 200 https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz 969ms
npm http fetch GET 200 https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz 734ms
npm http fetch GET 200 https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz 750ms
npm http fetch GET 200 https://registry.npmjs.org/klaw/-/klaw-3.0.0.tgz 937ms
npm http fetch GET 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz 610ms
npm http fetch GET 200 https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz 766ms
npm http fetch GET 200 https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz 672ms
npm http fetch GET 200 https://registry.npmjs.org/walk-back/-/walk-back-3.0.1.tgz 719ms
npm http fetch GET 200 https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz 672ms
npm http fetch GET 200 https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz 641ms
npm http fetch GET 200 https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz 610ms
npm http fetch GET 200 https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz 781ms
npm http fetch GET 200 https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz 625ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz 781ms
npm http fetch GET 200 https://registry.npmjs.org/which/-/which-2.0.2.tgz 625ms
npm http fetch GET 200 https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.1.tgz 625ms
npm http fetch GET 200 https://registry.npmjs.org/java-properties/-/java-properties-1.0.2.tgz 687ms
npm http fetch GET 200 https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz 531ms
npm http fetch GET 200 https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.4.tgz 531ms
npm http fetch GET 200 https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz 546ms
npm http fetch GET 200 https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz 546ms
npm http fetch GET 200 https://registry.npmjs.org/dot-prop/-/dot-prop-3.0.0.tgz 515ms
npm http fetch GET 200 https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz 546ms
npm http fetch GET 200 https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz 515ms
npm http fetch GET 200 https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.0.tgz 516ms
npm http fetch GET 200 https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz 563ms
npm http fetch GET 200 https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz 578ms
npm http fetch GET 200 https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz 563ms
npm http fetch GET 200 https://registry.npmjs.org/compare-func/-/compare-func-1.3.2.tgz 563ms
npm http fetch GET 200 https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz 516ms
npm http fetch GET 200 https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz 469ms
npm http fetch GET 200 https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz 547ms
npm http fetch GET 200 https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.0.tgz 547ms
npm http fetch GET 200 https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.0.tgz 547ms
npm http fetch GET 200 https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz 562ms
npm http fetch GET 200 https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz 484ms
npm http fetch GET 200 https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz 562ms
npm http fetch GET 200 https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz 469ms
npm http fetch GET 200 https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz 422ms
npm http fetch GET 200 https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz 500ms
npm http fetch GET 200 https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz 360ms
npm http fetch GET 200 https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz 438ms
npm http fetch GET 200 https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz 453ms
npm http fetch GET 200 https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz 453ms
npm http fetch GET 200 https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz 437ms
npm http fetch GET 200 https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz 547ms
npm http fetch GET 200 https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz 531ms
npm http fetch GET 200 https://registry.npmjs.org/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz 515ms
npm http fetch GET 200 https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz 390ms
npm http fetch GET 200 https://registry.npmjs.org/ini/-/ini-1.3.5.tgz 312ms
npm http fetch GET 200 https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz 390ms
npm http fetch GET 200 https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz 313ms
npm http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz 313ms
npm http fetch GET 200 https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz 344ms
npm http fetch GET 200 https://registry.npmjs.org/ignore/-/ignore-5.1.4.tgz 344ms
npm http fetch GET 200 https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz 360ms
npm http fetch GET 200 https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz 484ms
npm http fetch GET 200 https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz 453ms
npm http fetch GET 200 https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz 469ms
npm http fetch GET 200 https://registry.npmjs.org/globals/-/globals-12.4.0.tgz 438ms
npm http fetch GET 200 https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz 500ms
npm http fetch GET 200 https://registry.npmjs.org/hook-std/-/hook-std-2.0.0.tgz 531ms
npm http fetch GET 200 https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz 500ms
npm http fetch GET 200 https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz 485ms
npm http fetch GET 200 https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz 516ms
npm http fetch GET 200 https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz 547ms
npm http fetch GET 200 https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz 609ms
npm http fetch GET 200 https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz 656ms
npm http fetch GET 200 https://registry.npmjs.org/fs-then-native/-/fs-then-native-2.0.0.tgz 875ms
npm http fetch GET 200 https://registry.npmjs.org/rxjs/-/rxjs-6.5.4.tgz 10312ms
npm http fetch GET 200 https://registry.npmjs.org/figures/-/figures-3.2.0.tgz 922ms
npm http fetch GET 200 https://registry.npmjs.org/flatted/-/flatted-2.0.1.tgz 969ms
npm http fetch GET 200 https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz 969ms
npm http fetch GET 200 https://registry.npmjs.org/extend/-/extend-3.0.2.tgz 844ms
npm http fetch GET 200 https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz 812ms
npm http fetch GET 200 https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz 969ms
npm http fetch GET 200 https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz 922ms
npm http fetch GET 200 https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz 922ms
npm http fetch GET 200 https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz 953ms
npm http fetch GET 200 https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz 860ms
npm http fetch GET 200 https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz 860ms
npm http fetch GET 200 https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz 968ms
npm http fetch GET 200 https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz 968ms
npm http fetch GET 200 https://registry.npmjs.org/esquery/-/esquery-1.1.0.tgz 953ms
npm http fetch GET 200 https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.1.tgz 969ms
npm http fetch GET 200 https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz 984ms
npm http fetch GET 200 https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz 1015ms
npm http fetch GET 200 https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.0.0.tgz 1000ms
npm http fetch GET 200 https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz 1000ms
npm http fetch GET 200 https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz 953ms
npm http fetch GET 200 https://registry.npmjs.org/espree/-/espree-6.2.1.tgz 1015ms
npm http fetch GET 200 https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.3.tgz 1047ms
npm http fetch GET 200 https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz 1000ms
npm http fetch GET 200 https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz 969ms
npm http fetch GET 200 https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-3.0.0.tgz 953ms
npm http fetch GET 200 https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz 938ms
npm http fetch GET 200 https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz 953ms
npm http fetch GET 200 https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz 1031ms
npm http fetch GET 200 https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz 1031ms
npm http fetch GET 200 https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz 1016ms
npm http fetch GET 200 https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz 1016ms
npm http fetch GET 200 https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz 1015ms
npm http fetch GET 200 https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz 1046ms
npm http fetch GET 200 https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz 1031ms
npm http fetch GET 200 https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz 1031ms
npm http fetch GET 200 https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz 1031ms
npm http fetch GET 200 https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz 1000ms
npm http fetch GET 200 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz 984ms
npm http fetch GET 200 https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz 953ms
npm http fetch GET 200 https://registry.npmjs.org/config-master/-/config-master-3.1.0.tgz 938ms
npm http fetch GET 200 https://registry.npmjs.org/walk-back/-/walk-back-2.0.1.tgz 907ms
npm http fetch GET 200 https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz 1078ms
npm http fetch GET 200 https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz 828ms
npm http fetch GET 200 https://registry.npmjs.org/common-sequence/-/common-sequence-2.0.0.tgz 828ms
npm http fetch GET 200 https://registry.npmjs.org/typical/-/typical-4.0.0.tgz 609ms
npm http fetch GET 200 https://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz 640ms
npm http fetch GET 200 https://registry.npmjs.org/colors/-/colors-1.0.3.tgz 656ms
npm http fetch GET 200 https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz 609ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz 625ms
npm http fetch GET 200 https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.6.tgz 609ms
npm http fetch GET 200 https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz 625ms
npm http fetch GET 200 https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz 594ms
npm http fetch GET 200 https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz 547ms
npm http fetch GET 200 https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz 594ms
npm http fetch GET 200 https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-3.2.0.tgz 1391ms
npm http fetch GET 200 https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz 3532ms
npm http fetch GET 200 https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz 812ms
npm http fetch GET 200 https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz 938ms
npm http fetch GET 200 https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz 875ms
npm http fetch GET 200 https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz 875ms
npm http fetch GET 200 https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz 891ms
npm http fetch GET 200 https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz 875ms
npm http fetch GET 200 https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz 891ms
npm http fetch GET 200 https://registry.npmjs.org/ccount/-/ccount-1.0.5.tgz 891ms
npm http fetch GET 200 https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.4.tgz 891ms
npm http fetch GET 200 https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz 906ms
npm http fetch GET 200 https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz 953ms
npm http fetch GET 200 https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz 906ms
npm http fetch GET 200 https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.1.0.tgz 906ms
npm http fetch GET 200 https://registry.npmjs.org/atob/-/atob-2.1.2.tgz 922ms
npm http fetch GET 200 https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz 969ms
npm http fetch GET 200 https://registry.npmjs.org/bail/-/bail-1.0.5.tgz 938ms
npm http fetch GET 200 https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz 875ms
npm http fetch GET 200 https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz 938ms
npm http fetch GET 200 https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz 891ms
npm http fetch GET 200 https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz 890ms
npm http fetch GET 200 https://registry.npmjs.org/fsevents/-/fsevents-1.2.11.tgz 2828ms
npm http fetch GET 200 https://registry.npmjs.org/npm/-/npm-6.14.2.tgz 8829ms
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

Something went wrong:
Error: invalid bin entry for package @babel/parser@7.8.6. key=parser, value=bin/babel-parser.js
    at C:\Program Files\nodejs\node_modules\npm\node_modules\bin-links\index.js:86:13
    at tryCatcher (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\util.js:16:23)
    at MappingPromiseArray._promiseFulfilled (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\map.js:61:38)
    at MappingPromiseArray.PromiseArray._iterate (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\promise_array.js:114:31)
    at MappingPromiseArray.init (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\promise_array.js:78:10)
    at MappingPromiseArray._asyncInit (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\map.js:30:10)
    at _drainQueueStep (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\async.js:142:12)
    at _drainQueue (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\async.js:131:9)
    at Async._drainQueues (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\async.js:147:5)
    at Immediate.Async.drainQueues [as _onImmediate] (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\async.js:17:14)
    at processImmediate (internal/timers.js:456:21)

same error, different package

@jschabowsky
Copy link
Author

On the same subject, Shouldnt there be a prereq check when running our generator? In other words, if "strange behaviors" happen because your using too old of a version of npm/node, shouldnt that check be perform and a warning/error be presented to the user to upgrade in order to successfully generate code? Else I fear this is going to be a very common issue? Thoughts?

@derberg
Copy link
Member

derberg commented Apr 8, 2020

@jschabowsky I actually like the idea a lot and I think npm already supports it with https://docs.npmjs.com/files/package.json#engines. I'll add this to package.json when I will work on a fix for this issue

@derberg
Copy link
Member

derberg commented Apr 9, 2020

@jschabowsky the issue is fixed, I cannot reproduce it anymore on my Windows VM.
It got fixed with this release https://github.com/asyncapi/generator/releases/tag/v0.36.4 thanks to @fmvilas fix for node_modules installation path

Please run npm install @asyncapi/generator -g again to get latest generator and try again to generate something - all should work as expected

Screenshot 2020-04-09 at 12 57 42

The engines mentioned in the previous comment, I'll add to my open pr #286

@asyncapi-bot
Copy link
Contributor

🎉 This issue has been resolved in version 0.36.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants