|
10 | 10 | 7 silly cache add scope: null, |
11 | 11 | 7 silly cache add name: null, |
12 | 12 | 7 silly cache add rawSpec: '.', |
13 | | -7 silly cache add spec: '/home/mac/dev/git/reactive-json', |
| 13 | +7 silly cache add spec: '/home/mac/dev/git/react-json-view', |
14 | 14 | 7 silly cache add type: 'directory' } |
15 | | -8 verbose addLocalDirectory /home/mac/.npm/reactive-json/1.0.0/package.tgz not in flight; packing |
16 | | -9 info lifecycle reactive[email protected]~prepublish: reactive[email protected] |
17 | | -10 silly lifecycle reactive[email protected]~prepublish: no script for prepublish, continuing |
18 | | -11 verbose tar pack [ '/home/mac/.npm/reactive-json/1.0.0/package.tgz', |
19 | | -11 verbose tar pack '/home/mac/dev/git/reactive-json' ] |
20 | | -12 verbose tarball /home/mac/.npm/reactive-json/1.0.0/package.tgz |
21 | | -13 verbose folder /home/mac/dev/git/reactive-json |
22 | | -14 verbose addLocalTarball adding from inside cache /home/mac/.npm/reactive-json/1.0.0/package.tgz |
23 | | -15 silly cache afterAdd reactive[email protected] |
24 | | -16 verbose afterAdd /home/mac/.npm/reactive-json/1.0.0/package/package.json not in flight; writing |
25 | | -17 verbose afterAdd /home/mac/.npm/reactive-json/1.0.0/package/package.json written |
26 | | -18 silly publish { name: 'reactive-json', |
| 15 | +8 verbose addLocalDirectory /home/mac/.npm/react-json-view/1.0.0/package.tgz not in flight; packing |
| 16 | +9 info lifecycle react-json-view@1.0.0~prepublish: react-json-view@1.0.0 |
| 17 | +10 silly lifecycle react-json-view@1.0.0~prepublish: no script for prepublish, continuing |
| 18 | +11 verbose tar pack [ '/home/mac/.npm/react-json-view/1.0.0/package.tgz', |
| 19 | +11 verbose tar pack '/home/mac/dev/git/react-json-view' ] |
| 20 | +12 verbose tarball /home/mac/.npm/react-json-view/1.0.0/package.tgz |
| 21 | +13 verbose folder /home/mac/dev/git/react-json-view |
| 22 | +14 verbose addLocalTarball adding from inside cache /home/mac/.npm/react-json-view/1.0.0/package.tgz |
| 23 | +15 silly cache afterAdd react-json-view@1.0.0 |
| 24 | +16 verbose afterAdd /home/mac/.npm/react-json-view/1.0.0/package/package.json not in flight; writing |
| 25 | +17 verbose afterAdd /home/mac/.npm/react-json-view/1.0.0/package/package.json written |
| 26 | +18 silly publish { name: 'react-json-view', |
27 | 27 | 18 silly publish description: 'interactive json viewer wrapped up in a react component', |
28 | 28 | 18 silly publish version: '1.0.0', |
29 | 29 | 18 silly publish main: 'main.js', |
|
79 | 79 | 18 silly publish 'dev:hot': 'webpack-dev-server' }, |
80 | 80 | 18 silly publish repository: |
81 | 81 | 18 silly publish { type: 'git', |
82 | | -18 silly publish url: 'git+https://github.com/mac-s-g/reactive-json.git' }, |
| 82 | +18 silly publish url: 'git+https://github.com/mac-s-g/react-json-view.git' }, |
83 | 83 | 18 silly publish keywords: |
84 | 84 | 18 silly publish [ 'react-component', |
85 | 85 | 18 silly publish 'react', |
|
94 | 94 | 18 silly publish 'pretty' ], |
95 | 95 | 18 silly publish license: 'ISC', |
96 | 96 | 18 silly publish author: { name: 'Mac Gainor' }, |
97 | | -18 silly publish bugs: { url: 'https://github.com/mac-s-g/reactive-json/issues' }, |
98 | | -18 silly publish homepage: 'https://github.com/mac-s-g/reactive-json', |
| 97 | +18 silly publish bugs: { url: 'https://github.com/mac-s-g/react-json-view/issues' }, |
| 98 | +18 silly publish homepage: 'https://github.com/mac-s-g/react-json-view', |
99 | 99 | 18 silly publish directories: { docs: 'docs', test: 'test' }, |
100 | | -18 silly publish readme: '# reactive-json\ninteractive json viewer wrapped up in a react component\n\n## Usage\n### Implementation Example:\n\n\n### Output Example:\n\n\n## Customizing Style\nupdate or override `src/style/_variables.scss` to apply your own theme.\n\n## Working with the source code:\nYou can use Docker to run the source code in your browser:\n 1. Clone this repo\n 2. Make sure docker is installed\n 3. Build the docker image\n * `docker build -t reactive-json .`\n * *note:* you may need to use `sudo` to run docker commands\n 4. Run the docker container on port 2000\n * `cd reactive-json`\n * `./docker/server.sh`\n * *note:* you may need to use `sudo` to run the server file\n 5. open port 2000 in your browser\n * navigate to localhost:2000\n \nYour source code will be mounted inside the docker container. The container is built on the standard Node image. \n\nWebpack-dev-server is running in the container and hot-reloading when changes are made locally.\n\nAll node modules are installed within the container, so make sure to rebuild your container if you make changes to package.json (see step 3, above).\n\n## ToDo\'s\n1. Add Tests!\n2. move each data type into it\'s own component\n```\ncase \'string\':\n return <div class="object-value string">\n <span class="data-type">string</span> \n {value}\n </div>;\n```\nshould become \n``` \ncase \'string\':\n return <PrettyString value={value} />;\n```\n\n3. improve customizability\n * add optional `depth` prop\n * consider moving to postcss\n * add a few different themes on top of `_variables.scss`\n4. add collapsed attributes to objects and support collapse / expand functionality\n', |
| 100 | +18 silly publish readme: '# react-json-view\ninteractive json viewer wrapped up in a react component\n\n## Usage\n### Implementation Example:\n\n\n### Output Example:\n\n\n## Customizing Style\nupdate or override `src/style/_variables.scss` to apply your own theme.\n\n## Working with the source code:\nYou can use Docker to run the source code in your browser:\n 1. Clone this repo\n 2. Make sure docker is installed\n 3. Build the docker image\n * `docker build -t react-json-view .`\n * *note:* you may need to use `sudo` to run docker commands\n 4. Run the docker container on port 2000\n * `cd react-json-view`\n * `./docker/server.sh`\n * *note:* you may need to use `sudo` to run the server file\n 5. open port 2000 in your browser\n * navigate to localhost:2000\n \nYour source code will be mounted inside the docker container. The container is built on the standard Node image. \n\nWebpack-dev-server is running in the container and hot-reloading when changes are made locally.\n\nAll node modules are installed within the container, so make sure to rebuild your container if you make changes to package.json (see step 3, above).\n\n## ToDo\'s\n1. Add Tests!\n2. move each data type into it\'s own component\n```\ncase \'string\':\n return <div class="object-value string">\n <span class="data-type">string</span> \n {value}\n </div>;\n```\nshould become \n``` \ncase \'string\':\n return <PrettyString value={value} />;\n```\n\n3. improve customizability\n * add optional `depth` prop\n * consider moving to postcss\n * add a few different themes on top of `_variables.scss`\n4. add collapsed attributes to objects and support collapse / expand functionality\n', |
101 | 101 | 18 silly publish readmeFilename: 'README.md', |
102 | 102 | 18 silly publish gitHead: '166db49760f0169cb5e332efa22c0e6d72b38b14', |
103 | | -18 silly publish _id: ' reactive[email protected]', |
| 103 | +18 silly publish _id: 'react-json-view@1.0.0', |
104 | 104 | 18 silly publish _shasum: 'e1681aeddf43353ba8abad2a229b768685c6a33c', |
105 | 105 | 18 silly publish _from: '.' } |
106 | 106 | 19 verbose getPublishConfig undefined |
107 | | -20 silly mapToRegistry name reactive-json |
| 107 | +20 silly mapToRegistry name react-json-view |
108 | 108 | 21 silly mapToRegistry using default registry |
109 | 109 | 22 silly mapToRegistry registry https://registry.npmjs.org/ |
110 | | -23 silly mapToRegistry uri https://registry.npmjs.org/reactive-json |
| 110 | +23 silly mapToRegistry uri https://registry.npmjs.org/react-json-view |
111 | 111 | 24 verbose publish registryBase https://registry.npmjs.org/ |
112 | | -25 silly publish uploading /home/mac/.npm/reactive-json/1.0.0/package.tgz |
113 | | -26 verbose request uri https://registry.npmjs.org/reactive-json |
| 112 | +25 silly publish uploading /home/mac/.npm/react-json-view/1.0.0/package.tgz |
| 113 | +26 verbose request uri https://registry.npmjs.org/react-json-view |
114 | 114 | 27 verbose request sending authorization for write operation |
115 | 115 | 28 info attempt registry request try #1 at 8:11:39 PM |
116 | 116 | 29 verbose request using bearer token for auth |
117 | 117 | 30 verbose request id 2c3def4a7a9f53d7 |
118 | | -31 http request PUT https://registry.npmjs.org/reactive-json |
119 | | -32 http 403 https://registry.npmjs.org/reactive-json |
| 118 | +31 http request PUT https://registry.npmjs.org/react-json-view |
| 119 | +32 http 403 https://registry.npmjs.org/react-json-view |
120 | 120 | 33 verbose headers { 'content-type': 'application/json', |
121 | 121 | 33 verbose headers 'cache-control': 'max-age=300', |
122 | 122 | 33 verbose headers 'content-length': '111', |
|
129 | 129 | 33 verbose headers 'x-cache-hits': '0', |
130 | 130 | 33 verbose headers 'x-timer': 'S1490584299.271812,VS0,VE48', |
131 | 131 | 33 verbose headers vary: 'Accept-Encoding' } |
132 | | -34 verbose request invalidating /home/mac/.npm/registry.npmjs.org/reactive-json on PUT |
| 132 | +34 verbose request invalidating /home/mac/.npm/registry.npmjs.org/react-json-view on PUT |
133 | 133 | 35 error publish Failed PUT 403 |
134 | | -36 verbose stack Error: you do not have permission to publish "reactive-json". Are you logged in as the correct user? : reactive-json |
| 134 | +36 verbose stack Error: you do not have permission to publish "react-json-view". Are you logged in as the correct user? : react-json-view |
135 | 135 | 36 verbose stack at makeError (/usr/share/npm/node_modules/npm-registry-client/lib/request.js:264:12) |
136 | 136 | 36 verbose stack at CachingRegistryClient.<anonymous> (/usr/share/npm/node_modules/npm-registry-client/lib/request.js:252:14) |
137 | 137 | 36 verbose stack at Request._callback (/usr/share/npm/node_modules/npm-registry-client/lib/request.js:172:14) |
|
143 | 143 | 36 verbose stack at Request.emit (events.js:169:7) |
144 | 144 | 36 verbose stack at IncomingMessage.<anonymous> (/usr/share/npm/node_modules/request/request.js:1009:12) |
145 | 145 | 37 verbose statusCode 403 |
146 | | -38 verbose pkgid reactive-json |
147 | | -39 verbose cwd /home/mac/dev/git/reactive-json |
| 146 | +38 verbose pkgid react-json-view |
| 147 | +39 verbose cwd /home/mac/dev/git/react-json-view |
148 | 148 | 40 error Linux 4.4.0-66-generic |
149 | 149 | 41 error argv "/usr/bin/nodejs" "/usr/bin/npm" "publish" |
150 | 150 | 42 error node v4.2.6 |
151 | 151 | 43 error npm v3.5.2 |
152 | 152 | 44 error code E403 |
153 | | -45 error you do not have permission to publish "reactive-json". Are you logged in as the correct user? : reactive-json |
| 153 | +45 error you do not have permission to publish "react-json-view". Are you logged in as the correct user? : react-json-view |
154 | 154 | 46 error If you need help, you may report this error at: |
155 | 155 | 46 error <https://github.com/npm/npm/issues> |
156 | 156 | 47 verbose exit [ 1, true ] |
0 commit comments