-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
89 lines (89 loc) · 7.08 KB
/
npm-debug.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'publish' ]
2 info using npm@2.5.1
3 info using node@v0.12.0
4 verbose publish [ '.' ]
5 silly cache add args [ '.', null ]
6 verbose cache add spec .
7 silly cache add parsed spec { raw: '.',
7 silly cache add scope: null,
7 silly cache add name: null,
7 silly cache add rawSpec: '.',
7 silly cache add spec: '/Users/fruktprins/Documents/projekt/programmering/2015/tellstick-timer',
7 silly cache add type: 'directory' }
8 verbose addLocalDirectory /Users/fruktprins/.npm/tellstick-timer/0.0.1/package.tgz not in flight; packing
9 verbose tar pack [ '/Users/fruktprins/.npm/tellstick-timer/0.0.1/package.tgz',
9 verbose tar pack '/Users/fruktprins/Documents/projekt/programmering/2015/tellstick-timer' ]
10 verbose tarball /Users/fruktprins/.npm/tellstick-timer/0.0.1/package.tgz
11 verbose folder /Users/fruktprins/Documents/projekt/programmering/2015/tellstick-timer
12 info prepublish tellstick-timer@0.0.1
13 verbose addLocalTarball adding from inside cache /Users/fruktprins/.npm/tellstick-timer/0.0.1/package.tgz
14 silly cache afterAdd tellstick-timer@0.0.1
15 verbose afterAdd /Users/fruktprins/.npm/tellstick-timer/0.0.1/package/package.json not in flight; writing
16 verbose afterAdd /Users/fruktprins/.npm/tellstick-timer/0.0.1/package/package.json written
17 silly publish { name: 'tellstick-timer',
17 silly publish author:
17 silly publish { name: 'Johan Kitti Söderberg',
17 silly publish email: 'johan.kitti@gmail.com' },
17 silly publish description: 'Adds timer functionality to tellstick library.',
17 silly publish keywords: [ 'telldus', 'tellstick', 'tellstick-timer' ],
17 silly publish version: '0.0.1',
17 silly publish main: 'lib/tellstick-timer.js',
17 silly publish engines: { node: '>=0.6.10' },
17 silly publish dependencies: { tellstick: '1.0.1', 'node-schedule': '^0.2.9' },
17 silly publish readme: '#Tellstick-timer\n\nActing as a shell to add timer functionality for arokor\'s tellstick library.\nInspired by and modeled after arkor\'s module.\n\n##Installation\n\n```bash\n$ npm install tellstick-timer\n```\n\n##Example\n\n```javascript\nvar timer = require(\'tellstick-timer\');\nttd = timer();\n\n// addNewTimer(lampId, timerId, onMin, onHour, offMin, offHour, callback);\nttd.addNewTimer(1, 47, 3, 1, 4, 1, function(err, lampId, timerId) {\n if (!err) console.log(\'Timer added/updated for lamp: \' + lampId + \' with timer ID: \' + timerId);\n if (err) console.log(\'Could not add timer. \' + err);\n});\n\n// removeTImer(lampId, timerId, callback);\nttd.removeTimer(1, 47, function(err, lampId, timerId) {\n if (!err) console.log(\'Timer removed for lamp: \' + lampId + \' with timer ID: \' + timerId);\n if (err) console.log(\'Could not remove timer. \' + err);\n});\n```\n\n##License\nThe MIT License (MIT)\n\nCopyright (c) 2015 Johan Kitti Söderberg\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
17 silly publish readmeFilename: 'README.md',
17 silly publish gitHead: '05fa5fb998920c2dbf23499cacad4d9ed0f9c606',
17 silly publish _id: 'tellstick-timer@0.0.1',
17 silly publish scripts: {},
17 silly publish _shasum: '753473d90e9145fffb19b009e33912e0efb96491',
17 silly publish _from: '.' }
18 silly mapToRegistry name tellstick-timer
19 silly mapToRegistry using default registry
20 silly mapToRegistry registry https://registry.npmjs.org/
21 silly mapToRegistry uri https://registry.npmjs.org/tellstick-timer
22 verbose publish registryBase https://registry.npmjs.org/
23 silly publish uploading /Users/fruktprins/.npm/tellstick-timer/0.0.1/package.tgz
24 verbose request uri https://registry.npmjs.org/tellstick-timer
25 verbose request sending authorization for write operation
26 info attempt registry request try #1 at 8:45:52 PM
27 verbose request using bearer token for auth
28 verbose request id 9af1afb60f55656f
29 http request PUT https://registry.npmjs.org/tellstick-timer
30 http 403 https://registry.npmjs.org/tellstick-timer
31 verbose headers { 'content-type': 'application/json',
31 verbose headers 'cache-control': 'max-age=60',
31 verbose headers 'content-length': '95',
31 verbose headers 'accept-ranges': 'bytes',
31 verbose headers date: 'Sun, 19 Jul 2015 18:45:53 GMT',
31 verbose headers via: '1.1 varnish',
31 verbose headers connection: 'keep-alive',
31 verbose headers 'x-served-by': 'cache-fra1243-FRA',
31 verbose headers 'x-cache': 'MISS',
31 verbose headers 'x-cache-hits': '0',
31 verbose headers 'x-timer': 'S1437331552.684685,VS0,VE1111' }
32 verbose request invalidating /Users/fruktprins/.npm/registry.npmjs.org/tellstick-timer on PUT
33 error publish Failed PUT 403
34 verbose stack Error: "You cannot publish over the previously published version 0.0.1." : tellstick-timer
34 verbose stack at CachingRegistryClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:254:14)
34 verbose stack at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:178:14)
34 verbose stack at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/request.js:344:22)
34 verbose stack at Request.emit (events.js:110:17)
34 verbose stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1239:14)
34 verbose stack at Request.emit (events.js:129:20)
34 verbose stack at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1187:12)
34 verbose stack at IncomingMessage.emit (events.js:129:20)
34 verbose stack at _stream_readable.js:908:16
34 verbose stack at process._tickCallback (node.js:355:11)
35 verbose statusCode 403
36 verbose pkgid tellstick-timer
37 verbose cwd /Users/fruktprins/Documents/projekt/programmering/2015/tellstick-timer
38 error Darwin 14.4.0
39 error argv "node" "/usr/local/bin/npm" "publish"
40 error node v0.12.0
41 error npm v2.5.1
42 error code E403
43 error "You cannot publish over the previously published version 0.0.1." : tellstick-timer
44 error If you need help, you may report this error at:
44 error <http://github.com/npm/npm/issues>
45 verbose exit [ 1, true ]