0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/Cellar/node/6.2.1/bin/node', 1 verbose cli '/Users/jgesualdo/.npm-packages/bin/npm', 1 verbose cli 'publish' ] 2 info using npm@3.9.6 3 info using node@v6.2.1 4 verbose publish [ '.' ] 5 silly cache add args [ '.', null ] 6 verbose cache add spec . 7 silly cache add parsed spec Result { 7 silly cache add raw: '.', 7 silly cache add scope: null, 7 silly cache add name: null, 7 silly cache add rawSpec: '.', 7 silly cache add spec: '/Users/jgesualdo/code/node/modules/vtt-to-json', 7 silly cache add type: 'directory' } 8 verbose addLocalDirectory /Users/jgesualdo/.npm/vtt-to-json/0.1.0/package.tgz not in flight; packing 9 verbose correctMkdir /Users/jgesualdo/.npm correctMkdir not in flight; initializing 10 info lifecycle vtt-to-json@0.1.0~prepublish: vtt-to-json@0.1.0 11 silly lifecycle vtt-to-json@0.1.0~prepublish: no script for prepublish, continuing 12 verbose tar pack [ '/Users/jgesualdo/.npm/vtt-to-json/0.1.0/package.tgz', 12 verbose tar pack '/Users/jgesualdo/code/node/modules/vtt-to-json' ] 13 verbose tarball /Users/jgesualdo/.npm/vtt-to-json/0.1.0/package.tgz 14 verbose folder /Users/jgesualdo/code/node/modules/vtt-to-json 15 verbose addLocalTarball adding from inside cache /Users/jgesualdo/.npm/vtt-to-json/0.1.0/package.tgz 16 verbose correctMkdir /Users/jgesualdo/.npm correctMkdir not in flight; initializing 17 silly cache afterAdd vtt-to-json@0.1.0 18 verbose afterAdd /Users/jgesualdo/.npm/vtt-to-json/0.1.0/package/package.json not in flight; writing 19 verbose correctMkdir /Users/jgesualdo/.npm correctMkdir not in flight; initializing 20 verbose afterAdd /Users/jgesualdo/.npm/vtt-to-json/0.1.0/package/package.json written 21 silly publish { name: 'vtt-to-json', 21 silly publish version: '0.1.0', 21 silly publish description: 'Convert VTT file to JSON', 21 silly publish main: 'index.js', 21 silly publish scripts: { test: 'mocha test.js' }, 21 silly publish repository: 21 silly publish { type: 'git', 21 silly publish url: 'git+https://github.com/joegesualdo/vtt-to-json.git' }, 21 silly publish keywords: [ 'vtt', 'json', 'subtitles' ], 21 silly publish author: { name: 'Joe Gesualdo' }, 21 silly publish license: 'MIT', 21 silly publish devDependencies: { mocha: '*', chai: '*' }, 21 silly publish dependencies: {}, 21 silly publish readme: '## vtt-to-json [![Build Status](https://travis-ci.org/joegesualdo/vtt-to-json.svg?branch=master)](https://travis-ci.org/joegesualdo/vtt-to-json)\n> Convert [WebVTT file](https://developer.mozilla.org/en-US/docs/Web/API/Web_Video_Text_Tracks_Format) to JSON\n\n## Install\n```\n$ npm install --save vtt-to-json\n```\n\n## Usage\n```javascript\nconst vttToJson = require("vtt-to-json")\n\nlet vttString = \'...\';\n\nvttToJson(vttString)\n.then((result) => {\n console.log(result)\n});\n```\n\n## Test\n```\n$ npm test\n```\n\n## API\n### `vttToJson(vttString)`\n> What does this method do?\n\n| Name | Type | Description |\n|------|------|-------------|\n| vttString| `String` | A string representing the vtt you want to convert. \n\nreturns `Promise` that passed the vtt json value.\n\n```javascript\nconst vttToJson = require("vtt-to-json")\n\nlet vttString = \'...\';\n\nvttToJson(vttString)\n.then((result) => {\n console.log(result)\n});\n```\n\n## License\nMIT © [Joe Gesualdo]()\n', 21 silly publish readmeFilename: 'readme.md', 21 silly publish gitHead: '0557096f45f95c8288651eaf821cfac85a4d323b', 21 silly publish bugs: { url: 'https://github.com/joegesualdo/vtt-to-json/issues' }, 21 silly publish homepage: 'https://github.com/joegesualdo/vtt-to-json#readme', 21 silly publish _id: 'vtt-to-json@0.1.0', 21 silly publish _shasum: '5db6c4f41e354522de883c14b5a5236b2a173818', 21 silly publish _from: '.' } 22 verbose getPublishConfig undefined 23 silly mapToRegistry name vtt-to-json 24 silly mapToRegistry using default registry 25 silly mapToRegistry registry https://registry.npmjs.org/ 26 silly mapToRegistry data Result { 26 silly mapToRegistry raw: 'vtt-to-json', 26 silly mapToRegistry scope: null, 26 silly mapToRegistry name: 'vtt-to-json', 26 silly mapToRegistry rawSpec: '', 26 silly mapToRegistry spec: 'latest', 26 silly mapToRegistry type: 'tag' } 27 silly mapToRegistry uri https://registry.npmjs.org/vtt-to-json 28 verbose publish registryBase https://registry.npmjs.org/ 29 silly publish uploading /Users/jgesualdo/.npm/vtt-to-json/0.1.0/package.tgz 30 verbose request uri https://registry.npmjs.org/vtt-to-json 31 verbose request sending authorization for write operation 32 info attempt registry request try #1 at 12:28:33 PM 33 verbose request using bearer token for auth 34 verbose request id b428fd8172f6adb5 35 http request PUT https://registry.npmjs.org/vtt-to-json 36 http 403 https://registry.npmjs.org/vtt-to-json 37 verbose headers { 'content-type': 'application/json', 37 verbose headers 'cache-control': 'max-age=300', 37 verbose headers 'content-length': '95', 37 verbose headers 'accept-ranges': 'bytes', 37 verbose headers date: 'Sat, 10 Sep 2016 16:28:34 GMT', 37 verbose headers via: '1.1 varnish', 37 verbose headers connection: 'keep-alive', 37 verbose headers 'x-served-by': 'cache-jfk8128-JFK', 37 verbose headers 'x-cache': 'MISS', 37 verbose headers 'x-cache-hits': '0', 37 verbose headers 'x-timer': 'S1473524913.925682,VS0,VE565', 37 verbose headers vary: 'Accept-Encoding' } 38 verbose request invalidating /Users/jgesualdo/.npm/registry.npmjs.org/vtt-to-json on PUT 39 error publish Failed PUT 403 40 verbose stack Error: "You cannot publish over the previously published version 0.1.0." : vtt-to-json 40 verbose stack at makeError (/Users/jgesualdo/.npm-packages/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:264:12) 40 verbose stack at CachingRegistryClient. (/Users/jgesualdo/.npm-packages/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:252:14) 40 verbose stack at Request._callback (/Users/jgesualdo/.npm-packages/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:172:14) 40 verbose stack at Request.self.callback (/Users/jgesualdo/.npm-packages/lib/node_modules/npm/node_modules/request/request.js:200:22) 40 verbose stack at emitTwo (events.js:106:13) 40 verbose stack at Request.emit (events.js:191:7) 40 verbose stack at Request. (/Users/jgesualdo/.npm-packages/lib/node_modules/npm/node_modules/request/request.js:1067:10) 40 verbose stack at emitOne (events.js:101:20) 40 verbose stack at Request.emit (events.js:188:7) 40 verbose stack at IncomingMessage. (/Users/jgesualdo/.npm-packages/lib/node_modules/npm/node_modules/request/request.js:988:12) 41 verbose statusCode 403 42 verbose pkgid vtt-to-json 43 verbose cwd /Users/jgesualdo/code/node/modules/vtt-to-json 44 error Darwin 15.6.0 45 error argv "/usr/local/Cellar/node/6.2.1/bin/node" "/Users/jgesualdo/.npm-packages/bin/npm" "publish" 46 error node v6.2.1 47 error npm v3.9.6 48 error code E403 49 error "You cannot publish over the previously published version 0.1.0." : vtt-to-json 50 error If you need help, you may report this error at: 50 error 51 verbose exit [ 1, true ]