-
Notifications
You must be signed in to change notification settings - Fork 1
/
npm-debug.log
107 lines (107 loc) · 6.56 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'publish', './' ]
2 info using [email protected]
3 info using [email protected]
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 escapedName: null,
7 silly cache add name: null,
7 silly cache add rawSpec: './',
7 silly cache add spec: '/home/titoasty/dev/web/libraries/TextSplitr',
7 silly cache add type: 'directory' }
8 verbose addLocalDirectory /home/titoasty/.npm/textsplitr/0.1.0/package.tgz not in flight; packing
9 verbose correctMkdir /home/titoasty/.npm correctMkdir not in flight; initializing
10 info lifecycle [email protected]~prepublish: [email protected]
11 silly lifecycle [email protected]~prepublish: no script for prepublish, continuing
12 verbose tar pack [ '/home/titoasty/.npm/textsplitr/0.1.0/package.tgz',
12 verbose tar pack '/home/titoasty/dev/web/libraries/TextSplitr' ]
13 verbose tarball /home/titoasty/.npm/textsplitr/0.1.0/package.tgz
14 verbose folder /home/titoasty/dev/web/libraries/TextSplitr
15 verbose addLocalTarball adding from inside cache /home/titoasty/.npm/textsplitr/0.1.0/package.tgz
16 verbose correctMkdir /home/titoasty/.npm correctMkdir not in flight; initializing
17 silly cache afterAdd [email protected]
18 verbose afterAdd /home/titoasty/.npm/textsplitr/0.1.0/package/package.json not in flight; writing
19 verbose correctMkdir /home/titoasty/.npm correctMkdir not in flight; initializing
20 verbose afterAdd /home/titoasty/.npm/textsplitr/0.1.0/package/package.json written
21 silly publish { name: 'textsplitr',
21 silly publish version: '0.1.0',
21 silly publish description: 'split text, free simple equivalent of greensock SplitText',
21 silly publish main: 'index.js',
21 silly publish scripts:
21 silly publish { build: 'uglifyjs index.js --compress --mangle --wrap TextSplitr -o textsplitr.min.js --preamble \'// https://github.com/titoasty/textsplitr\'',
21 silly publish test: 'echo "Error: no test specified" && exit 1' },
21 silly publish keywords: [ 'text', 'split', 'splittext', 'textsplitr' ],
21 silly publish author:
21 silly publish { name: 'Nicolas Bouvet',
21 silly publish email: '[email protected]',
21 silly publish url: 'http://www.nico-boo.com' },
21 silly publish license: 'MIT',
21 silly publish readme: '# TextSplitr\nsplit text, free simple equivalent of greensock SplitText\nnested `<span>` tags are kept after split.\n\n## install\n\nvia npm :\n```\nnpm install --save textsplitr\n```\n\nor use directly :\n```html\n<script src="/textsplitr.min.js"></script>\n```\n\n## documentation\n\n```\nnew TextSplitr(DOMelement, [options]);\n```\n\nParameters :\n- `DOMelement` : the DOM element you want to split\n- `options` (optional) : object with the possible following properties :\n + `type` (default: \'chars\') : a comma-delimited list of the split type(s) which can be any of the following: chars, words.\n\n## license\n\nISC\n\n',
21 silly publish readmeFilename: 'README.md',
21 silly publish gitHead: '885ec3c63333dc5e4c63584bea96edda70a80018',
21 silly publish _id: '[email protected]',
21 silly publish _shasum: '6829672f98e034a2095a986015a12f033c63196a',
21 silly publish _from: '.' }
22 verbose getPublishConfig undefined
23 silly mapToRegistry name textsplitr
24 silly mapToRegistry using default registry
25 silly mapToRegistry registry https://registry.npmjs.org/
26 silly mapToRegistry data Result {
26 silly mapToRegistry raw: 'textsplitr',
26 silly mapToRegistry scope: null,
26 silly mapToRegistry escapedName: 'textsplitr',
26 silly mapToRegistry name: 'textsplitr',
26 silly mapToRegistry rawSpec: '',
26 silly mapToRegistry spec: 'latest',
26 silly mapToRegistry type: 'tag' }
27 silly mapToRegistry uri https://registry.npmjs.org/textsplitr
28 verbose publish registryBase https://registry.npmjs.org/
29 silly publish uploading /home/titoasty/.npm/textsplitr/0.1.0/package.tgz
30 verbose request uri https://registry.npmjs.org/textsplitr
31 verbose request sending authorization for write operation
32 info attempt registry request try #1 at 16:35:29
33 verbose request using bearer token for auth
34 verbose request id 41054c4e03bb9045
35 http request PUT https://registry.npmjs.org/textsplitr
36 http 403 https://registry.npmjs.org/textsplitr
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: 'Wed, 23 Nov 2016 15:35:31 GMT',
37 verbose headers via: '1.1 varnish',
37 verbose headers connection: 'keep-alive',
37 verbose headers 'x-served-by': 'cache-cdg8735-CDG',
37 verbose headers 'x-cache': 'MISS',
37 verbose headers 'x-cache-hits': '0',
37 verbose headers 'x-timer': 'S1479915329.962990,VS0,VE1267',
37 verbose headers vary: 'Accept-Encoding' }
38 verbose request invalidating /home/titoasty/.npm/registry.npmjs.org/textsplitr on PUT
39 error publish Failed PUT 403
40 verbose stack Error: "You cannot publish over the previously published version 0.1.0." : textsplitr
40 verbose stack at makeError (/usr/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:264:12)
40 verbose stack at CachingRegistryClient.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:252:14)
40 verbose stack at Request._callback (/usr/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:172:14)
40 verbose stack at Request.self.callback (/usr/lib/node_modules/npm/node_modules/request/request.js:200:22)
40 verbose stack at emitTwo (events.js:100:13)
40 verbose stack at Request.emit (events.js:185:7)
40 verbose stack at Request.<anonymous> (/usr/lib/node_modules/npm/node_modules/request/request.js:1067:10)
40 verbose stack at emitOne (events.js:95:20)
40 verbose stack at Request.emit (events.js:182:7)
40 verbose stack at IncomingMessage.<anonymous> (/usr/lib/node_modules/npm/node_modules/request/request.js:988:12)
41 verbose statusCode 403
42 verbose pkgid textsplitr
43 verbose cwd /home/titoasty/dev/web/libraries/TextSplitr
44 error Linux 4.4.0-47-generic
45 error argv "/usr/bin/nodejs" "/usr/bin/npm" "publish" "./"
46 error node v5.11.0
47 error npm v3.10.5
48 error code E403
49 error "You cannot publish over the previously published version 0.1.0." : textsplitr
50 error If you need help, you may report this error at:
50 error <https://github.com/npm/npm/issues>
51 verbose exit [ 1, true ]