0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/Cellar/node/5.11.0/bin/node', 1 verbose cli '/usr/local/bin/npm', 1 verbose cli 'publish', 1 verbose cli '--tag', 1 verbose cli 'lerna-temp' ] 2 info using npm@3.8.6 3 info using node@v5.11.0 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/tmcw/src/turf/packages/turf-point-on-surface', 7 silly cache add type: 'directory' } 8 verbose addLocalDirectory /Users/tmcw/.npm/turf-point-on-surface/3.0.0-canary.2f5f7167/package.tgz not in flight; packing 9 verbose correctMkdir /Users/tmcw/.npm correctMkdir not in flight; initializing 10 info lifecycle turf-point-on-surface@3.0.0-canary.2f5f7167~prepublish: turf-point-on-surface@3.0.0-canary.2f5f7167 11 silly lifecycle turf-point-on-surface@3.0.0-canary.2f5f7167~prepublish: no script for prepublish, continuing 12 verbose tar pack [ '/Users/tmcw/.npm/turf-point-on-surface/3.0.0-canary.2f5f7167/package.tgz', 12 verbose tar pack '/Users/tmcw/src/turf/packages/turf-point-on-surface' ] 13 verbose tarball /Users/tmcw/.npm/turf-point-on-surface/3.0.0-canary.2f5f7167/package.tgz 14 verbose folder /Users/tmcw/src/turf/packages/turf-point-on-surface 15 verbose addLocalTarball adding from inside cache /Users/tmcw/.npm/turf-point-on-surface/3.0.0-canary.2f5f7167/package.tgz 16 verbose correctMkdir /Users/tmcw/.npm correctMkdir not in flight; initializing 17 silly cache afterAdd turf-point-on-surface@3.0.0-canary.2f5f7167 18 verbose afterAdd /Users/tmcw/.npm/turf-point-on-surface/3.0.0-canary.2f5f7167/package/package.json not in flight; writing 19 verbose correctMkdir /Users/tmcw/.npm correctMkdir not in flight; initializing 20 verbose afterAdd /Users/tmcw/.npm/turf-point-on-surface/3.0.0-canary.2f5f7167/package/package.json written 21 silly publish { name: 'turf-point-on-surface', 21 silly publish version: '3.0.0-canary.2f5f7167', 21 silly publish description: 'turf point-on-surface module', 21 silly publish main: 'index.js', 21 silly publish scripts: { test: 'node test.js' }, 21 silly publish repository: 21 silly publish { type: 'git', 21 silly publish url: 'git+https://github.com/Turfjs/turf-point-on-surface.git' }, 21 silly publish keywords: [ 'turf', 'centroid', 'geojson', 'point', 'surface', 'polygon' ], 21 silly publish author: { name: 'morganherlocker' }, 21 silly publish license: 'MIT', 21 silly publish bugs: { url: 'https://github.com/Turfjs/turf-point-on-surface/issues' }, 21 silly publish homepage: 'https://github.com/Turfjs/turf-point-on-surface', 21 silly publish devDependencies: { tape: '^3.5.0', benchmark: '^1.0.0' }, 21 silly publish dependencies: 21 silly publish { 'turf-center': '^3.0.0-canary.2f5f7167', 21 silly publish 'turf-distance': '^3.0.0-canary.2f5f7167', 21 silly publish 'turf-explode': '^3.0.0-canary.2f5f7167', 21 silly publish 'turf-inside': '^3.0.0-canary.2f5f7167', 21 silly publish 'turf-helpers': '^3.0.0-canary.2f5f7167' }, 21 silly publish readme: '# turf-point-on-surface\n\n[![build status](https://secure.travis-ci.org/Turfjs/turf-point-on-surface.png)](http://travis-ci.org/Turfjs/turf-point-on-surface)\n\nturf point-on-surface module\n\n\n### `turf.point-on-surface(input)`\n\nTakes a feature and returns a Point guaranteed to be on the surface of the feature.\n\n* Given a Polygon, the point will be in the area of the polygon\n* Given a LineString, the point will be along the string\n* Given a Point, the point will the same as the input\n\n\n### Parameters\n\n| parameter | type | description |\n| --------- | -------------------------- | ------------------------------ |\n| `input` | Feature\\,FeatureCollection | any feature or set of features |\n\n\n### Example\n\n```js\n// create a random polygon\nvar polygon = turf.random(\'polygon\');\n\n//=polygon\n\nvar pointOnPolygon = turf.pointOnSurface(polygon);\n\nvar resultFeatures = polygon.features.concat(pointOnPolygon);\nvar result = {\n "type": "FeatureCollection",\n "features": resultFeatures\n};\n\n//=result\n```\n\n\n**Returns** `Feature`, a point on the surface of `input`\n\n## Installation\n\nRequires [nodejs](http://nodejs.org/).\n\n```sh\n$ npm install turf-point-on-surface\n```\n\n## Tests\n\n```sh\n$ npm test\n```\n\n\n', 21 silly publish readmeFilename: 'README.md', 21 silly publish _id: 'turf-point-on-surface@3.0.0-canary.2f5f7167', 21 silly publish _shasum: '40ec96caddb008456c602fc363e9fc31a3c0a2d9', 21 silly publish _from: '.' } 22 verbose getPublishConfig undefined 23 silly mapToRegistry name turf-point-on-surface 24 silly mapToRegistry using default registry 25 silly mapToRegistry registry https://registry.npmjs.org/ 26 silly mapToRegistry data Result { 26 silly mapToRegistry raw: 'turf-point-on-surface', 26 silly mapToRegistry scope: null, 26 silly mapToRegistry name: 'turf-point-on-surface', 26 silly mapToRegistry rawSpec: '', 26 silly mapToRegistry spec: 'latest', 26 silly mapToRegistry type: 'tag' } 27 silly mapToRegistry uri https://registry.npmjs.org/turf-point-on-surface 28 verbose publish registryBase https://registry.npmjs.org/ 29 silly publish uploading /Users/tmcw/.npm/turf-point-on-surface/3.0.0-canary.2f5f7167/package.tgz 30 verbose request uri https://registry.npmjs.org/turf-point-on-surface 31 verbose request sending authorization for write operation 32 info attempt registry request try #1 at 4:09:22 PM 33 verbose request using bearer token for auth 34 verbose request id 49bef82952d98ac7 35 http request PUT https://registry.npmjs.org/turf-point-on-surface 36 http 200 https://registry.npmjs.org/turf-point-on-surface 37 verbose headers { 'content-type': 'application/json', 37 verbose headers 'content-encoding': 'gzip', 37 verbose headers 'cache-control': 'max-age=300', 37 verbose headers 'transfer-encoding': 'chunked', 37 verbose headers 'accept-ranges': 'bytes', 37 verbose headers date: 'Mon, 16 May 2016 20:09:26 GMT', 37 verbose headers via: '1.1 varnish', 37 verbose headers connection: 'keep-alive', 37 verbose headers 'x-served-by': 'cache-atl6236-ATL', 37 verbose headers 'x-cache': 'MISS', 37 verbose headers 'x-cache-hits': '0', 37 verbose headers 'x-timer': 'S1463429363.110896,VS0,VE3044', 37 verbose headers vary: 'Accept-Encoding' } 38 verbose request invalidating /Users/tmcw/.npm/registry.npmjs.org/turf-point-on-surface on PUT 39 info lifecycle turf-point-on-surface@3.0.0-canary.2f5f7167~publish: turf-point-on-surface@3.0.0-canary.2f5f7167 40 verbose stack Error: write EPIPE 40 verbose stack at exports._errnoException (util.js:893:11) 40 verbose stack at WriteWrap.afterWrite (net.js:783:14) 41 verbose cwd /Users/tmcw/src/turf/packages/turf-point-on-surface 42 error Darwin 15.4.0 43 error argv "/usr/local/Cellar/node/5.11.0/bin/node" "/usr/local/bin/npm" "publish" "--tag" "lerna-temp" 44 error node v5.11.0 45 error npm v3.8.6 46 error code EPIPE 47 error errno EPIPE 48 error syscall write 49 error write EPIPE 50 error If you need help, you may report this error at: 50 error 51 verbose exit [ 1, true ]