|
| 1 | +0 info it worked if it ends with ok |
| 2 | +1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'publish' ] |
| 3 | + |
| 4 | + |
| 5 | +4 verbose publish [ '.' ] |
| 6 | +5 verbose cache add [ '.', null ] |
| 7 | +6 verbose cache add name=undefined spec="." args=[".",null] |
| 8 | +7 verbose parsed url { protocol: null, |
| 9 | +7 verbose parsed url slashes: null, |
| 10 | +7 verbose parsed url auth: null, |
| 11 | +7 verbose parsed url host: null, |
| 12 | +7 verbose parsed url port: null, |
| 13 | +7 verbose parsed url hostname: null, |
| 14 | +7 verbose parsed url hash: null, |
| 15 | +7 verbose parsed url search: null, |
| 16 | +7 verbose parsed url query: null, |
| 17 | +7 verbose parsed url pathname: '.', |
| 18 | +7 verbose parsed url path: '.', |
| 19 | +7 verbose parsed url href: '.' } |
| 20 | +8 silly lockFile 3a52ce78- . |
| 21 | +9 verbose lock . /home/anthony/.npm/3a52ce78-.lock |
| 22 | +10 verbose tar pack [ '/home/anthony/.npm/HTMLString/1.0.6/package.tgz', '.' ] |
| 23 | +11 verbose tarball /home/anthony/.npm/HTMLString/1.0.6/package.tgz |
| 24 | +12 verbose folder . |
| 25 | +13 info prepublish [email protected] |
| 26 | +14 silly lockFile 1f1177db-tar tar://. |
| 27 | +15 verbose lock tar://. /home/anthony/.npm/1f1177db-tar.lock |
| 28 | +16 silly lockFile 423837ce-npm-HTMLString-1-0-6-package-tgz tar:///home/anthony/.npm/HTMLString/1.0.6/package.tgz |
| 29 | +17 verbose lock tar:///home/anthony/.npm/HTMLString/1.0.6/package.tgz /home/anthony/.npm/423837ce-npm-HTMLString-1-0-6-package-tgz.lock |
| 30 | +18 silly lockFile 1f1177db-tar tar://. |
| 31 | +19 silly lockFile 1f1177db-tar tar://. |
| 32 | +20 silly lockFile 423837ce-npm-HTMLString-1-0-6-package-tgz tar:///home/anthony/.npm/HTMLString/1.0.6/package.tgz |
| 33 | +21 silly lockFile 423837ce-npm-HTMLString-1-0-6-package-tgz tar:///home/anthony/.npm/HTMLString/1.0.6/package.tgz |
| 34 | +22 silly lockFile b99c44c8-ony-npm-HTMLString-1-0-6-package /home/anthony/.npm/HTMLString/1.0.6/package |
| 35 | +23 verbose lock /home/anthony/.npm/HTMLString/1.0.6/package /home/anthony/.npm/b99c44c8-ony-npm-HTMLString-1-0-6-package.lock |
| 36 | +24 silly lockFile b99c44c8-ony-npm-HTMLString-1-0-6-package /home/anthony/.npm/HTMLString/1.0.6/package |
| 37 | +25 silly lockFile b99c44c8-ony-npm-HTMLString-1-0-6-package /home/anthony/.npm/HTMLString/1.0.6/package |
| 38 | +26 silly lockFile 3a52ce78- . |
| 39 | +27 silly lockFile 3a52ce78- . |
| 40 | +28 silly publish { name: 'HTMLString', |
| 41 | +28 silly publish description: 'An HTML parser written in JavaScript that\'s probably not what you\'re looking for.', |
| 42 | +28 silly publish version: '1.0.6', |
| 43 | +28 silly publish keywords: [ 'html', 'parser' ], |
| 44 | +28 silly publish author: |
| 45 | +28 silly publish { name: 'Anthony Blackshaw', |
| 46 | +28 silly publish email: ' [email protected]', |
| 47 | +28 silly publish url: 'https://github.com/anthonyjb' }, |
| 48 | +28 silly publish main: 'build/html-string.js', |
| 49 | +28 silly publish devDependencies: |
| 50 | +28 silly publish { grunt: '~0.4.5', |
| 51 | +28 silly publish 'grunt-contrib-clean': '^0.6.0', |
| 52 | +28 silly publish 'grunt-contrib-coffee': '^0.11.1', |
| 53 | +28 silly publish 'grunt-contrib-concat': '^0.5.0', |
| 54 | +28 silly publish 'grunt-contrib-jasmine': '^0.9.2', |
| 55 | +28 silly publish 'grunt-contrib-uglify': '^0.5.1', |
| 56 | +28 silly publish 'grunt-contrib-watch': '^0.6.1' }, |
| 57 | +28 silly publish scripts: { test: 'grunt jasmine --verbose' }, |
| 58 | +28 silly publish repository: |
| 59 | +28 silly publish { type: 'git', |
| 60 | +28 silly publish url: 'https://github.com/GetmeUK/HTMLString.git' }, |
| 61 | +28 silly publish license: 'MIT', |
| 62 | +28 silly publish readme: '# HTMLString\n\n[](https://travis-ci.org/GetmeUK/HTMLString)\n\n> An HTML parser written in JavaScript that\'s probably not what you\'re looking for.\n\n## Install\n\n**Using bower**\n\n```\nbower install --save HTMLString\n```\n\n**Using npm**\n\n```\nnpm install --save HTMLString\n```\n\n## Building\nTo build the library you\'ll need to use Grunt. First install the required node modules ([grunt-cli](http://gruntjs.com/getting-started) must be installed):\n```\ngit clone https://github.com/GetmeUK/HTMLString.git\ncd HTMLString\nnpm install\n```\n\nThen run `grunt build` to build the project.\n\n## Testing\nTo test the library you\'ll need to use Jasmine. First install Jasmine:\n```\ngit clone https://github.com/pivotal/jasmine.git\nmkdir HTMLString/jasmine\nmv jasmine/dist/jasmine-standalone-2.0.3.zip HTMLString/jasmine\ncd HTMLString/jasmine\nunzip jasmine-standalone-2.0.3.zip\n```\n\nThen open `HTMLString/SpecRunner.html` in a browser to run the tests.\n\nAlternatively you can use `grunt jasmine` to run the tests from the command line.\n\n## Documentation\nFull documentation is available at http://getcontenttools.com/api/html-string\n\n## Browser support\n- Chrome\n- Firefox\n- IE9+\n', |
| 63 | +28 silly publish readmeFilename: 'README.md', |
| 64 | +28 silly publish gitHead: '8ca1028b8f00c0ae20e25887e57999c7eb6fb03b', |
| 65 | +28 silly publish bugs: { url: 'https://github.com/GetmeUK/HTMLString/issues' }, |
| 66 | +28 silly publish homepage: 'https://github.com/GetmeUK/HTMLString', |
| 67 | +28 silly publish _id: ' [email protected]', |
| 68 | +28 silly publish _shasum: '0dbd2b90ad9ff5634d21f366ecbf9c4954477425', |
| 69 | +28 silly publish _from: '.' } |
| 70 | +29 verbose request where is /HTMLString |
| 71 | +30 verbose request registry https://registry.npmjs.org/ |
| 72 | +31 verbose request id 9915c72d0522b64e |
| 73 | +32 verbose url raw /HTMLString |
| 74 | +33 verbose url resolving [ 'https://registry.npmjs.org/', './HTMLString' ] |
| 75 | +34 verbose url resolved https://registry.npmjs.org/HTMLString |
| 76 | +35 verbose request where is https://registry.npmjs.org/HTMLString |
| 77 | +36 info trying registry request attempt 1 at 21:57:55 |
| 78 | +37 http PUT https://registry.npmjs.org/HTMLString |
| 79 | +38 http 401 https://registry.npmjs.org/HTMLString |
| 80 | +39 verbose headers { 'content-type': 'application/json', |
| 81 | +39 verbose headers 'cache-control': 'max-age=300', |
| 82 | +39 verbose headers 'content-length': '42', |
| 83 | +39 verbose headers 'accept-ranges': 'bytes', |
| 84 | +39 verbose headers date: 'Sun, 23 Oct 2016 20:57:49 GMT', |
| 85 | +39 verbose headers via: '1.1 varnish', |
| 86 | +39 verbose headers connection: 'keep-alive', |
| 87 | +39 verbose headers 'x-served-by': 'cache-lcy1130-LCY', |
| 88 | +39 verbose headers 'x-cache': 'MISS', |
| 89 | +39 verbose headers 'x-cache-hits': '0', |
| 90 | +39 verbose headers 'x-timer': 'S1477256268.696056,VS0,VE1166', |
| 91 | +39 verbose headers vary: 'Accept-Encoding' } |
| 92 | +40 error publish Failed PUT 401 |
| 93 | +41 error Error: Could not authenticate getmeuk : HTMLString |
| 94 | +41 error at RegClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:308:14) |
| 95 | +41 error at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:246:65) |
| 96 | +41 error at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/request.js:236:22) |
| 97 | +41 error at Request.emit (events.js:98:17) |
| 98 | +41 error at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1142:14) |
| 99 | +41 error at Request.emit (events.js:117:20) |
| 100 | +41 error at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1096:12) |
| 101 | +41 error at IncomingMessage.emit (events.js:117:20) |
| 102 | +41 error at _stream_readable.js:943:16 |
| 103 | +41 error at process._tickCallback (node.js:419:13) |
| 104 | +42 error If you need help, you may report this *entire* log, |
| 105 | +42 error including the npm and node versions, at: |
| 106 | +42 error <http://github.com/npm/npm/issues> |
| 107 | +43 error System Linux 3.13.0-100-generic |
| 108 | +44 error command "/usr/local/bin/node" "/usr/local/bin/npm" "publish" |
| 109 | +45 error cwd /home/anthony/Desktop/Work/Public/CoffeeScript/github/HTMLString |
| 110 | +46 error node -v v0.10.33 |
| 111 | +47 error npm -v 1.4.28 |
| 112 | +48 verbose exit [ 1, true ] |
0 commit comments