[NPM](https://npmjs.com/) is the most widely used package manager for [NodeJS](https://nodejs.org/). It has more than 600,000 packages with hundreds of millions of downloads per day. NodeJS uses directory hierarchy for finding modules. Specifically, it searches `node_modules` subdirectory in the current folder or its parent folders for the required modules. Naming packages is important for several reasons. Firstly, your package name must be unique. Secondly, your chosen name should be expressive for your package. Now this leads to a lot of problems. Consider, for example, that you want to create a package named `dom` for working with the document object model. Chances are someone has already put a package with that name on `npm`. On the other hand, let's assume that you need a package for working with DOM. Can you offhandedly run `npm install dom` and expect to find what you want? As you can see, a simple name cannot satisfactorily define a package. What we need is some sort of namespace. [Scoped packages](https://docs.npmjs.com/misc/scope) give you this functionality. Instead of `dom`, you can name your package `@yourname/dom`. This prevent name clashes and defines your `dom` package more thoroughly. In order to create a scoped package, add `--scope yourname` to `npm init` command: ``` npm init --scope=yourname ``` This adds a line like the following to your `package.json` file: ``` { "name": "@yourname/dom" } ``` When requiring scoped packages, you must use the complete name: ``` const dom = require("@yourname/dom"); ``` The same applies to including the package as a dependency in `package.json`: ``` { "dependencies": { "@yourname/dom": "^1.0.0" } } ``` In npm, scoped packages are private by default (and they require paid membership in npmjs.com). If you want to publish your scoped package publicly, you should set the public access option when publishing it (only the first time): ``` npm publish --access=public ``` When installing scoped packages, you must use the complete name: ``` npm install "@yourname/dom" ``` After installing a scoped package, `npm` creates a subdirectory `@yourname` under `node_modules` and puts your package in that folder: ``` node_modules │ └──@yourname │ └──dom │ ├──package.json └──index.js ``` Namespacing is very useful for differentiating packages. Scoped NodeJS packages are already being used in many popular JavaScript projects.
author | ghasemkiani |
---|---|
permlink | using-scoped-npm-packages |
category | javascript |
json_metadata | {"tags":["javascript","programming","technology","nodejs","npm"],"app":"steemit/0.1","format":"markdown","percent_steem_dollars":10000,"links":["https://npmjs.com/","https://nodejs.org/","https://docs.npmjs.com/misc/scope"]} |
created | 2018-02-26 12:38:00 |
last_update | 2018-02-26 18:17:09 |
depth | 0 |
children | 62 |
last_payout | 2018-03-05 12:38:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 8.483 HBD |
curator_payout_value | 0.125 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,457 |
author_reputation | 90,438,911,242,538 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,590,823 |
net_rshares | 1,516,016,417,570 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 996,004,085,287 | 100% | ||
bestbiz | 0 | 560,411,885 | 100% | ||
davidfar | 0 | 0 | 1% | ||
blazing | 0 | 336,088,549 | 100% | ||
cosmicboy123 | 0 | 1,501,276,563 | 100% | ||
abdulmanan | 0 | 524,110,963 | 100% | ||
binam | 0 | 0 | 100% | ||
haji | 0 | 805,318,693 | 100% | ||
satyamsharma | 0 | 307,331,853 | 50% | ||
angela.ghkh | 0 | 32,363,391,768 | 100% | ||
nataliemk | 0 | 607,425,083 | 100% | ||
pepskaram | 0 | 17,858,408,493 | 100% | ||
johnwjr7 | 0 | 1,039,797,055 | 5% | ||
dxdei | 0 | 427,080,131 | 100% | ||
chandrayunita | 0 | 784,458,018 | 100% | ||
zf90 | 0 | 149,303,823 | 50% | ||
shariaislam | 0 | 153,704,848 | 100% | ||
aldialbest | 0 | 0 | 100% | ||
arfa07 | 0 | 3,053,114,486 | 100% | ||
albanna | 0 | 0 | 100% | ||
nanocheeze | 0 | 57,994,401 | 2% | ||
apam | 0 | 0 | 100% | ||
orchidea17 | 0 | 554,820,064 | 100% | ||
thepreacher | 0 | 324,814,322 | 30% | ||
cybershrapnel | 0 | 52,269,295 | 9% | ||
nimik | 0 | 1,333,473,599 | 100% | ||
xaunya | 0 | 52,115,410 | 9% | ||
xtdevelopment | 0 | 52,656,519 | 9% | ||
hafiz34 | 0 | 5,985,697,863 | 50% | ||
naeemahmedd | 0 | 1,817,845,683 | 100% | ||
scipio | 0 | 101,667,453,240 | 100% | ||
rohit12123 | 0 | 7,675,325,415 | 100% | ||
sam1210 | 0 | 3,439,048,008 | 100% | ||
zpzn | 0 | 1,496,825,821 | 100% | ||
mazyar | 0 | 592,136,191 | 100% | ||
master11641 | 0 | 0 | 100% | ||
semirs | 0 | 82,763,213 | 30% | ||
divaa | 0 | 481,733,995 | 100% | ||
danielvd | 0 | 614,860,000 | 100% | ||
sinilga | 0 | 0 | 100% | ||
mshahabi | 0 | 328,597,115,575 | 100% | ||
ramadhan167 | 0 | 0 | 100% | ||
aisamuddin | 0 | 0 | 100% | ||
sushovon002 | 0 | 113,400,930 | 100% | ||
asrilmaulana | 0 | 0 | 100% | ||
iskandar17 | 0 | 607,245,826 | 100% | ||
hopsy | 0 | 614,149,315 | 100% | ||
ipoelkip | 0 | 0 | 100% | ||
princepr | 0 | 0 | 100% | ||
nayim533 | 0 | 604,858,701 | 100% | ||
hasib56789 | 0 | 95,412,918 | 100% | ||
stupidamerican | 0 | 0 | 100% | ||
phasewalker | 0 | 0 | 1% | ||
threadripper | 0 | 52,229,152 | 9% | ||
hsa61 | 0 | 532,779,458 | 100% | ||
life.story | 0 | 73,620,718 | 100% | ||
kangsukin | 0 | 1,173,235,824 | 100% | ||
albob | 0 | 0 | 100% | ||
chaidirchai | 0 | 298,165,888 | 100% | ||
kikee | 0 | 392,262,187 | 100% | ||
fel1xw | 0 | 104,800,541 | 100% | ||
sempurna | 0 | 0 | 100% | ||
kabil | 0 | 0 | 100% | ||
karnain | 0 | 0 | 100% | ||
abysoyjoy | 0 | 0 | 100% | ||
fauzan11 | 0 | 0 | 100% | ||
nrsplastic | 0 | 0 | 100% | ||
lmmover | 0 | 0 | 100% | ||
mhosann | 0 | 0 | 100% | ||
mishrpx27 | 0 | 0 | 100% | ||
himanshusindhal | 0 | 0 | 98% | ||
arman.ithm | 0 | 0 | 10% | ||
coinstantview | 0 | 0 | 5% |
I'm not in a javaScript but have a plan to learn it in the future, A little c # programmer here :p the package name is one of the major parts of programming blocks, It makes us remember what we are doing. Thanks for sharing this amazing knowledge with us brother. Yeah, we can say namespace is the backbone of nodejs packages.
author | abdulmanan |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t124445682z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 12:44:48 |
last_update | 2018-02-26 12:44:48 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 12:44:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.057 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 326 |
author_reputation | 46,617,086,183,537 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,592,254 |
net_rshares | 10,215,426,515 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,215,426,515 | 1% |
@ghasemkian u are a genius
author | agyapong |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t192938053z |
category | javascript |
json_metadata | {"tags":["javascript"],"users":["ghasemkian"],"app":"steemit/0.1"} |
created | 2018-02-26 19:29:45 |
last_update | 2018-02-26 19:29:45 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 19:29:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 195,900,825,839 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,675,058 |
net_rshares | 0 |
a very satisfying post
author | albanna | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-201838t1311618z | ||||||
category | javascript | ||||||
json_metadata | {"tags":["javascript","programming","technology","nodejs","npm"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-03-07 18:31:21 | ||||||
last_update | 2018-03-07 18:31:21 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-03-14 18:31:21 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 22 | ||||||
author_reputation | 53,064,863,001,187 | ||||||
root_title | "Using Scoped NPM Packages" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 42,931,309 | ||||||
net_rshares | 0 |
Hi my brother Teach me to use better esteem and useful In order to get more votes like you. Thank you
author | albob | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-201834t39364z | ||||||
category | javascript | ||||||
json_metadata | {"tags":["javascript","programming","technology","nodejs","npm"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-03-03 20:09:39 | ||||||
last_update | 2018-03-03 20:09:39 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-03-10 20:09:39 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.028 HBD | ||||||
curator_payout_value | 0.010 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 101 | ||||||
author_reputation | 114,400,252,294 | ||||||
root_title | "Using Scoped NPM Packages" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 41,950,976 | ||||||
net_rshares | 10,212,778,986 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,212,778,986 | 1% |
Nice post.
author | aliakbar2 |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t131544242z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 13:18:09 |
last_update | 2018-02-26 13:18:09 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 13:18:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 260,485,138,969,195 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,599,313 |
net_rshares | 0 |
Hi @ghasemkiani. I'm currently on a project of creating a local exchange of steem to my local currency(Ghana Cedis) but i have no idea of how to call a user's steemit info when he/she logs in into that site with their steemit account. Thought you could be the best person to help.
author | andrekweku |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180301t233224420z |
category | javascript |
json_metadata | {"tags":["javascript"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-03-01 23:32:57 |
last_update | 2018-03-01 23:32:57 |
depth | 1 |
children | 3 |
last_payout | 2018-03-08 23:32:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 280 |
author_reputation | 2,079,252,945,473 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,496,011 |
net_rshares | 10,521,305,330 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,212,591,049 | 1% | ||
agyapong | 0 | 308,714,281 | 100% |
If you use JavaScript, [Steem.js](https://github.com/steemit/steem-js) is the official JavaScript library for the Steem blockchain. If by user info you mean the profile characteristics of the user, you can use the `steem.api.getAccounts` method. The profile info is in the `json-metadata` field.
author | ghasemkiani |
---|---|
permlink | re-andrekweku-re-ghasemkiani-using-scoped-npm-packages-20180302t061548582z |
category | javascript |
json_metadata | {"tags":["javascript"],"links":["https://github.com/steemit/steem-js"],"app":"steemit/0.1"} |
created | 2018-03-02 06:15:51 |
last_update | 2018-03-02 06:15:51 |
depth | 2 |
children | 2 |
last_payout | 2018-03-09 06:15:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 296 |
author_reputation | 90,438,911,242,538 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,563,048 |
net_rshares | 0 |
Thanks very much. I’ll try my hands on that.
author | andrekweku |
---|---|
permlink | re-ghasemkiani-re-andrekweku-re-ghasemkiani-using-scoped-npm-packages-20180302t094343629z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-03-02 09:43:45 |
last_update | 2018-03-02 09:43:45 |
depth | 3 |
children | 0 |
last_payout | 2018-03-09 09:43:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.045 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 44 |
author_reputation | 2,079,252,945,473 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,596,443 |
net_rshares | 10,212,601,264 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,212,601,264 | 1% |
Can you help me? @ghasemkiani
author | vahid564 |
---|---|
permlink | re-ghasemkiani-re-andrekweku-re-ghasemkiani-using-scoped-npm-packages-20180302t064759904z |
category | javascript |
json_metadata | {"tags":["javascript"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-03-02 06:48:06 |
last_update | 2018-03-02 06:48:06 |
depth | 3 |
children | 0 |
last_payout | 2018-03-09 06:48:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | -132,990,784,386 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,567,647 |
net_rshares | 0 |
@yourname/dom ... yep! thanks for the info ! useful
author | angela.ghkh |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t175703242z |
category | javascript |
json_metadata | {"tags":["javascript"],"users":["yourname"],"app":"steemit/0.1"} |
created | 2018-02-26 17:55:30 |
last_update | 2018-02-26 17:55:30 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 17:55:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.136 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 2,888,077,605,665 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,656,642 |
net_rshares | 25,841,726,576 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,211,679,416 | 1% | ||
angela.ghkh | 0 | 15,630,047,160 | 50% |
this is really cool work your shared and all those codes helped me to learn more about it thanks for sharing
author | blazing |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t130937227z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 13:09:42 |
last_update | 2018-02-26 13:09:42 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 13:09:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 108 |
author_reputation | 117,662,220,860,076 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,597,573 |
net_rshares | 0 |
Very good information about npm . I had no knowledge about and you did analysis about it . Thank you so much.
author | charliechain |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t125057165z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 12:51:06 |
last_update | 2018-02-26 12:51:06 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 12:51:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 109 |
author_reputation | 5,425,403,461,319 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,593,560 |
net_rshares | 603,797,410 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
charliechain | 0 | 603,797,410 | 100% |
Thanks for sharing this! I installed NodeJS on FreeBSD 2 years ago for a developer but i wasn´t fully aware of its structure and capabilities! Am following you, you have my upvote and resteem for this post of yours! Greetings from Mérida, Yucatán, México the Maya Land
author | cosmicboy123 |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180302t183544876z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-03-02 18:35:45 |
last_update | 2018-03-02 18:35:45 |
depth | 1 |
children | 0 |
last_payout | 2018-03-09 18:35:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.032 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 268 |
author_reputation | 1,971,099,682,805 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,695,702 |
net_rshares | 10,212,620,467 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,212,620,467 | 1% |
Good post, can you please share post on selenium?
author | divaa |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180228t031019888z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-28 03:10:21 |
last_update | 2018-02-28 03:10:21 |
depth | 1 |
children | 0 |
last_payout | 2018-03-07 03:10:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 49 |
author_reputation | 86,580,419,797 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,016,274 |
net_rshares | 10,211,808,547 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,211,808,547 | 1% |
Buena publicacion
author | eljose27 |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180314t003917728z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-03-14 00:37:24 |
last_update | 2018-03-14 00:37:24 |
depth | 1 |
children | 0 |
last_payout | 2018-03-21 00:37:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.021 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 502,217,014,886 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,251,029 |
net_rshares | 10,216,973,367 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,216,973,367 | 1% |
well done ghasemkiani!
author | five34a4b |
---|---|
permlink | using-scoped-npm-packages-comment |
category | javascript |
json_metadata | {} |
created | 2018-02-26 19:58:42 |
last_update | 2018-03-04 19:58:03 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 19:58:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 1,119,681,610,239 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,680,969 |
net_rshares | 0 |
good post mashti:) fallow kon please support me i will supportet mikonam
author | gym.lover |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180227t132357211z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-27 13:23:57 |
last_update | 2018-02-27 13:23:57 |
depth | 1 |
children | 0 |
last_payout | 2018-03-06 13:23:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
author_reputation | 68,173,780,176 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,868,431 |
net_rshares | 10,211,797,514 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,211,797,514 | 1% |
fallow and support me mashti :) i will fallow and support you very soon i need your helping thank you
author | gym.lover |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180228t144339934z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-28 14:43:42 |
last_update | 2018-02-28 14:43:42 |
depth | 1 |
children | 1 |
last_payout | 2018-03-07 14:43:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 102 |
author_reputation | 68,173,780,176 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,141,849 |
net_rshares | 0 |
Leaving comments asking for votes, follows, or other self promotional messages could be seen as spam. [Your Reputation Could be a Tasty Snack with the Wrong Comment!](https://steemit.com/steemit-abuse/@spaminator/updated-your-reputation-could-be-a-tasty-snack-with-the-wrong-comment) Thank You! ⚜
author | spaminator |
---|---|
permlink | re-gymlover-re-ghasemkiani-using-scoped-npm-packages-20180228t201454552z |
category | javascript |
json_metadata | {"tags":["javascript"],"links":["https://steemit.com/steemit-abuse/@spaminator/updated-your-reputation-could-be-a-tasty-snack-with-the-wrong-comment"],"app":"steemit/0.1"} |
created | 2018-02-28 20:14:54 |
last_update | 2018-02-28 20:14:54 |
depth | 2 |
children | 0 |
last_payout | 2018-03-07 20:14:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.438 HBD |
curator_payout_value | 0.063 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 299 |
author_reputation | 68,078,150,632,608 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,209,884 |
net_rshares | 92,477,244,225 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
adm | 0 | 92,477,244,225 | 0.2% |
Thanks your stopping my bog and upvote my post, now i,am follow you, next if your new post i can stopping your blog again.
author | hadipedia |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180305t170233153z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-03-05 16:55:54 |
last_update | 2018-03-05 16:55:54 |
depth | 1 |
children | 0 |
last_payout | 2018-03-12 16:55:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.036 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 122 |
author_reputation | 11,115,030,435,071 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,421,475 |
net_rshares | 11,394,149,005 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,213,384,404 | 1% | ||
hadipedia | 0 | 1,180,764,601 | 40% |
nice post mashti
author | haji |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t133135910z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 13:31:42 |
last_update | 2018-02-26 13:31:42 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 13:31:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.054 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 3,030,788,981,572 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,602,053 |
net_rshares | 10,215,426,515 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,215,426,515 | 1% |
resteem
author | haji |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180227t102832145z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-27 10:28:39 |
last_update | 2018-02-27 10:28:39 |
depth | 1 |
children | 0 |
last_payout | 2018-03-06 10:28:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 3,030,788,981,572 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,835,312 |
net_rshares | 0 |
Thanks for your javascript post . I will waiting for your next post.
author | harmonic |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t141040688z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 14:10:42 |
last_update | 2018-02-26 14:10:42 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 14:10:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 408,894,292,076 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,610,755 |
net_rshares | 0 |
Scopes are a way of grouping related packages together, and also affect a few things about the way npm treats the package. Each npm user/organization has their own scope, and only you can add packages in your scope. This means you don't have to worry about someone taking your package name ahead of you. Thus it is also a good way to signal official packages for organizations. Scoped packages can be published and installed as of npm@2 and are supported by the primary npm registry. Unscoped packages can depend on scoped packages and vice versa. The npm client is backwards-compatible with unscoped registries, so it can be used to work with scoped and unscoped registries at the same time. Thanks for the post
author | hopsy |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t125849787z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 12:58:57 |
last_update | 2018-02-26 12:58:57 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 12:58:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 712 |
author_reputation | 46,334,015,767 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,595,234 |
net_rshares | 0 |
what's going on mr.hadipedia???
author | ipankdhick |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180305t235054279z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-03-05 23:51:03 |
last_update | 2018-03-05 23:51:03 |
depth | 1 |
children | 0 |
last_payout | 2018-03-12 23:51:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 198,365,812,966 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,488,715 |
net_rshares | 0 |
Good post @ghasemkiani
author | iskandar17 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-2018226t233055845z | ||||||
category | javascript | ||||||
json_metadata | {"tags":["javascript","programming","technology","nodejs","npm"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-02-26 16:34:18 | ||||||
last_update | 2018-02-26 16:34:18 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-03-05 16:34:18 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 22 | ||||||
author_reputation | 11,225,254,044 | ||||||
root_title | "Using Scoped NPM Packages" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 40,640,964 | ||||||
net_rshares | 0 |
nice post!!!
author | kangsukin |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180304t172503211z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-03-04 17:25:03 |
last_update | 2018-03-04 17:25:03 |
depth | 1 |
children | 0 |
last_payout | 2018-03-11 17:25:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 13,967,516,352,737 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,178,764 |
net_rshares | 10,212,818,205 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,212,818,205 | 1% |
informative and great post.
author | kazmi1 |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t131519191z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 13:15:18 |
last_update | 2018-02-26 13:15:18 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 13:15:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 3,714,572,604,837 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,598,775 |
net_rshares | 2,433,713,216 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kazmi1 | 0 | 2,433,713,216 | 100% |
amazing post my dear friend If you like you can see wonderful places in our country and I will be so happy if I know your comments about my posts dear
author | life.story |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t202143331z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 20:21:15 |
last_update | 2018-02-26 20:21:15 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 20:21:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 150 |
author_reputation | 163,595,617,016 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,684,884 |
net_rshares | 0 |
Good job. Keep it up. Which programming language did you like most?
author | madiha |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180227t142519369z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-27 14:25:18 |
last_update | 2018-02-27 14:25:18 |
depth | 1 |
children | 0 |
last_payout | 2018-03-06 14:25:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 131,707,648,546 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,881,354 |
net_rshares | 587,354,453 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
madiha | 0 | 587,354,453 | 100% |
its a great info... thanks for sharing....
author | malibeauty |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180302t174843257z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-03-02 17:48:45 |
last_update | 2018-03-02 17:48:45 |
depth | 1 |
children | 0 |
last_payout | 2018-03-09 17:48:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | -321,591,667,399 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,687,081 |
net_rshares | 0 |
NPM is greate;i use it for manage angular packages.
author | master11641 |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180324t095437261z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-03-24 09:49:39 |
last_update | 2018-03-24 09:49:39 |
depth | 1 |
children | 1 |
last_payout | 2018-03-31 09:49:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.021 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 124,596,351,705 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,303,459 |
net_rshares | 10,221,262,166 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,221,262,166 | 1% |
Thank you. And happy New Year! Hope to see you soon.
author | ghasemkiani |
---|---|
permlink | re-master11641-re-ghasemkiani-using-scoped-npm-packages-20180326t082340759z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-03-26 08:23:42 |
last_update | 2018-03-26 08:23:42 |
depth | 2 |
children | 0 |
last_payout | 2018-04-02 08:23:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 90,438,911,242,538 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,651,742 |
net_rshares | 0 |
You are so intelligent @ghasemkiani
author | mdfahim |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t124324192z |
category | javascript |
json_metadata | {"tags":["javascript"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-02-26 12:43:24 |
last_update | 2018-02-26 12:43:24 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 12:43:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 195,478,349,651 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,591,957 |
net_rshares | 0 |
@ghasemkiani - I am not sure if you are still posting or not? 2 things: 1. If you are still explaining English idioms here is one I used the other day in a response - the person was "gaming the system". 2. I wrote a post about a quote of Mawlānā Rumi as an introduction to him and some philosophy. If you happen to be interested - [Link](https://steemit.com/philosophy/@mgood/what-you-really-are-from-the-great-persian-poet-rumi)
author | mgood |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180309t171452453z |
category | javascript |
json_metadata | {"tags":["javascript"],"users":["ghasemkiani"],"links":["https://steemit.com/philosophy/@mgood/what-you-really-are-from-the-great-persian-poet-rumi"],"app":"steemit/0.1"} |
created | 2018-03-09 17:14:45 |
last_update | 2018-03-09 17:14:45 |
depth | 1 |
children | 3 |
last_payout | 2018-03-16 17:14:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.046 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 432 |
author_reputation | 1,309,342,498,884 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,365,112 |
net_rshares | 17,210,539,523 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,214,082,041 | 1% | ||
mgood | 0 | 6,996,457,482 | 100% |
Thank you. Currently, I am preparing some educative posts on JavaScript programming. And thanks for the link on Rumi. I will definitely check it out!
author | ghasemkiani |
---|---|
permlink | re-mgood-re-ghasemkiani-using-scoped-npm-packages-20180309t182224367z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-03-09 18:22:36 |
last_update | 2018-03-09 18:22:36 |
depth | 2 |
children | 2 |
last_payout | 2018-03-16 18:22:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 149 |
author_reputation | 90,438,911,242,538 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,375,583 |
net_rshares | 7,120,806,856 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mgood | 0 | 7,120,806,856 | 100% |
Thanks.
author | mgood |
---|---|
permlink | re-ghasemkiani-re-mgood-re-ghasemkiani-using-scoped-npm-packages-20180309t184109566z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-03-09 18:41:03 |
last_update | 2018-03-09 18:41:03 |
depth | 3 |
children | 0 |
last_payout | 2018-03-16 18:41:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.024 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 1,309,342,498,884 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,378,225 |
net_rshares | 10,214,185,780 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,214,185,780 | 1% |
Looking forward to your next educative post @ghasemkiani
author | muhammadalikatu |
---|---|
permlink | re-ghasemkiani-re-mgood-re-ghasemkiani-using-scoped-npm-packages-20180310t024815780z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1","users":["ghasemkiani"]} |
created | 2018-03-10 02:48:45 |
last_update | 2018-03-10 02:49:24 |
depth | 3 |
children | 0 |
last_payout | 2018-03-17 02:48:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.024 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 1,654,144,645,948 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,436,977 |
net_rshares | 10,214,300,950 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,214,300,950 | 1% |
thanks for sharing this post.. i appreciate your post.. best of luck..
author | msabbir |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t130611252z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 13:06:24 |
last_update | 2018-02-26 13:06:24 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 13:06:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 145,565,764,456 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,596,810 |
net_rshares | 593,954,765 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rkaitra | 0 | 593,954,765 | 100% |
Excellent post thank you for shere this info.....??
author | naeemahmedd |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t124136392z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 12:42:09 |
last_update | 2018-02-26 12:42:09 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 12:42:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 498,271,707,073 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,591,690 |
net_rshares | 1,779,973,898 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
naeemahmedd | 0 | 1,779,973,898 | 100% |
nice post ..thanking for learning post
author | nayim533 |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180227t092106807z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-27 09:21:12 |
last_update | 2018-02-27 09:21:12 |
depth | 1 |
children | 0 |
last_payout | 2018-03-06 09:21:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 10,905,102,954 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,823,023 |
net_rshares | 0 |
Nice post.
author | nimik |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180228t054010986z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-28 05:40:12 |
last_update | 2018-02-28 05:40:12 |
depth | 1 |
children | 0 |
last_payout | 2018-03-07 05:40:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 856,557,847,201 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,042,301 |
net_rshares | 10,211,808,547 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,211,808,547 | 1% |
@ghasemkiani OMG. Now you start practicing node.js? You are genius.
author | nishadhasan |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t154620014z |
category | javascript |
json_metadata | {"tags":["javascript"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-02-26 15:46:18 |
last_update | 2018-02-26 15:46:18 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 15:46:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 629,661,035,277 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,631,234 |
net_rshares | 0 |
I love programming
author | rahat2347 |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180309t163043310z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-03-09 16:30:48 |
last_update | 2018-03-09 16:30:48 |
depth | 1 |
children | 0 |
last_payout | 2018-03-16 16:30:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 681,509,508 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,357,830 |
net_rshares | 0 |
nice post with beautiful words.
author | raisa.marzan |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t124341897z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 12:44:45 |
last_update | 2018-02-26 12:44:45 |
depth | 1 |
children | 1 |
last_payout | 2018-03-05 12:44:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 474,285,157,331 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,592,235 |
net_rshares | 0 |
When you copy/paste or repeatedly type the same comments you could be mistaken for a bot. [Tips to avoid being flagged](https://steemit.com/steemit-abuse/@spaminator/updated-your-reputation-could-be-a-tasty-snack-with-the-wrong-comment) Thank You! ⚜
author | spaminator |
---|---|
permlink | re-raisamarzan-re-ghasemkiani-using-scoped-npm-packages-20180226t202857483z |
category | javascript |
json_metadata | {"tags":["javascript"],"links":["https://steemit.com/steemit-abuse/@spaminator/updated-your-reputation-could-be-a-tasty-snack-with-the-wrong-comment"],"app":"steemit/0.1"} |
created | 2018-02-26 20:28:57 |
last_update | 2018-02-26 20:28:57 |
depth | 2 |
children | 0 |
last_payout | 2018-03-05 20:28:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.454 HBD |
curator_payout_value | 0.064 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 252 |
author_reputation | 68,078,150,632,608 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,686,203 |
net_rshares | 92,477,244,225 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
adm | 0 | 92,477,244,225 | 0.2% |
very well post great writing D:)
author | rasel1234 |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t142753423z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 14:28:00 |
last_update | 2018-02-26 14:28:00 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 14:28:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 107,696,836,345 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,614,580 |
net_rshares | 0 |
thanks for sharing....
author | riyad11 |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180302t174935883z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-03-02 17:49:42 |
last_update | 2018-03-02 17:49:42 |
depth | 1 |
children | 0 |
last_payout | 2018-03-09 17:49:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 83,439,904,438 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,687,238 |
net_rshares | 0 |
This great post i appreciate your post....thanks for sharing....
author | rkaitra |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t130816785z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 13:08:30 |
last_update | 2018-02-26 13:08:30 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 13:08:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 64 |
author_reputation | 705,269,649,419 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,597,316 |
net_rshares | 0 |
Good job.Keep it up
author | rohit12123 |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180227t045123678z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-27 04:51:33 |
last_update | 2018-02-27 04:51:33 |
depth | 1 |
children | 0 |
last_payout | 2018-03-06 04:51:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 3,553,562,276,116 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,775,901 |
net_rshares | 10,211,712,108 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,211,712,108 | 1% |
your ppst is very informative.........i like this post.........
author | rojib |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t124817867z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 12:48:21 |
last_update | 2018-02-26 12:48:21 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 12:48:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 27,854,877,404 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,592,974 |
net_rshares | 0 |
Amazing post......i like your post..... thanks for sharing......
author | rzaman |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t125525460z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 12:55:30 |
last_update | 2018-02-26 12:55:30 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 12:55:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 64 |
author_reputation | -138,445,772,918 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,594,468 |
net_rshares | 0 |
Nice post. That idioms time u were 3-4 times in a day. Now r u busy sir ???
author | saddam1210 |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t133626802z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 13:36:36 |
last_update | 2018-02-26 13:36:36 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 13:36:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.054 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 76 |
author_reputation | 110,797,071,519 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,603,093 |
net_rshares | 10,215,426,515 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,215,426,515 | 1% |
Excellent job. Learning new things. Thank you for this opportunity.
author | sam1210 |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t155718734z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 15:57:21 |
last_update | 2018-02-26 15:57:21 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 15:57:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.043 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 1,732,544,462,145 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,633,502 |
net_rshares | 10,211,679,416 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,211,679,416 | 1% |
Don't miss out on my [Learn Python Series](https://steemit.com/utopian-io/@scipio/learn-python-series-intro) @Ghasem :-)
author | scipio |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180227t143609032z |
category | javascript |
json_metadata | {"tags":["javascript"],"users":["ghasem"],"links":["https://steemit.com/utopian-io/@scipio/learn-python-series-intro"],"app":"steemit/0.1"} |
created | 2018-02-27 14:36:09 |
last_update | 2018-02-27 14:36:09 |
depth | 1 |
children | 1 |
last_payout | 2018-03-06 14:36:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.132 HBD |
curator_payout_value | 0.017 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 120 |
author_reputation | 34,229,826,851,736 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,883,845 |
net_rshares | 202,145,414,175 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 102,117,758,567 | 10% | ||
scipio | 0 | 100,027,655,608 | 100% |
Of course. Thank you for letting me know.
author | ghasemkiani |
---|---|
permlink | re-scipio-re-ghasemkiani-using-scoped-npm-packages-20180227t144529559z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-27 14:45:30 |
last_update | 2018-02-27 14:45:30 |
depth | 2 |
children | 0 |
last_payout | 2018-03-06 14:45:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 90,438,911,242,538 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,885,884 |
net_rshares | 613,853,321 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mazyar | 0 | 613,853,321 | 100% |
that's pretty cool to know
author | steemibu351 |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t124441896z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 12:44:45 |
last_update | 2018-02-26 12:44:45 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 12:44:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 1,020,146,854,773 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,592,233 |
net_rshares | 0 |
Useful content sir... appreciate your work...👍
author | sushovon002 |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180227t051116166z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-27 05:11:18 |
last_update | 2018-02-27 05:11:18 |
depth | 1 |
children | 0 |
last_payout | 2018-03-06 05:11:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | 967,595,771,389 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,779,441 |
net_rshares | 300,495,696 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sushovonsaha1 | 0 | 300,495,696 | 100% |
Great information sir @ghasemkiani . Im very sorry actually your topic very difficult but i will try my best . Stay blessed and stee on!
author | syedkashifhussai |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180307t152243780z |
category | javascript |
json_metadata | {"tags":["javascript"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-03-07 15:22:45 |
last_update | 2018-03-07 15:22:45 |
depth | 1 |
children | 0 |
last_payout | 2018-03-14 15:22:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.031 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 136 |
author_reputation | 13,303,701,158,637 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,896,218 |
net_rshares | 10,213,601,306 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,213,601,306 | 1% |
Thank you very much for coming my post sir @ghasemkiani . Sir upload new post . Im waiting your new post . Stay blessed
author | syedkashifhussai |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180310t174349963z |
category | javascript |
json_metadata | {"tags":["javascript"],"users":["ghasemkiani"],"app":"steemit/0.1"} |
created | 2018-03-10 17:43:54 |
last_update | 2018-03-10 17:43:54 |
depth | 1 |
children | 0 |
last_payout | 2018-03-17 17:43:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.024 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 119 |
author_reputation | 13,303,701,158,637 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,560,355 |
net_rshares | 10,214,300,950 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 10,214,300,950 | 1% |
Nice post keep it up.
author | zakir.quetta |
---|---|
permlink | re-ghasemkiani-using-scoped-npm-packages-20180226t132702313z |
category | javascript |
json_metadata | {"tags":["javascript"],"app":"steemit/0.1"} |
created | 2018-02-26 13:27:09 |
last_update | 2018-02-26 13:27:09 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 13:27:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 8,337,949,857,235 |
root_title | "Using Scoped NPM Packages" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,601,111 |
net_rshares | 0 |
Your incredible post and the pictures you post are very inspiring to my mind, please support me and give me a lot of upvote and follow me include your comment, hopefully useful, go ahead and hope you succeed in steemit. by @zayanfaruk.
author | zayanfaruk | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ghasemkiani-201835t173415232z | ||||||
category | javascript | ||||||
json_metadata | {"tags":["javascript","programming","technology","nodejs","npm"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-03-05 10:34:18 | ||||||
last_update | 2018-03-05 10:34:18 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-03-12 10:34:18 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 235 | ||||||
author_reputation | 379,379,489,866 | ||||||
root_title | "Using Scoped NPM Packages" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 42,346,086 | ||||||
net_rshares | 0 |