{"id":23201099,"url":"https://github.com/codedotjs/nist","last_synced_at":"2026-04-27T22:31:37.961Z","repository":{"id":87437349,"uuid":"61720825","full_name":"CodeDotJS/nist","owner":"CodeDotJS","description":":snowflake: a package informer for npm modules and more","archived":false,"fork":false,"pushed_at":"2016-07-07T10:39:12.000Z","size":623,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T00:41:18.194Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/nist","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeDotJS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-22T13:21:26.000Z","updated_at":"2023-09-08T17:11:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"acf1d0bf-be87-4ad7-9552-65072d8c22b5","html_url":"https://github.com/CodeDotJS/nist","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Fnist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Fnist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Fnist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Fnist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeDotJS","download_url":"https://codeload.github.com/CodeDotJS/nist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247314646,"owners_count":20918877,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-18T15:13:52.809Z","updated_at":"2026-04-27T22:31:37.919Z","avatar_url":"https://github.com/CodeDotJS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\t\u003cbr\u003e\n\t\u003cimg width=\"360\" src=\"media/nist.png\" alt=\"nist\"\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\u003c/h1\u003e\n\n\u003e :snowflake: a package informer for npm modules and more\n\n[![Build Status](https://travis-ci.org/CodeDotJS/nist.svg?branch=master)](https://travis-ci.org/CodeDotJS/nist)\n\n## __`nist`__\n\n- __`no useless package :`__\n\nPrevents user from re-installing packages, if the package is available in `os.homedir()`/`node_modules`\n\n- __`Less use of browser :`__\n\nYou can do most of the thing from __`nist`__ which you do by visiting `npmjs.com`\n\n- __`Save time :`__\n\nWith `nist` you can download boilerplates for developing your project.\n\n- __`Extra :`__\n\nAlmost everything is extra :smiley:\n\n## Install\n\n```\n$ npm install --gloabl nist\n```\n__OR__\n```\n$ sudo npm install --global nist\n```\n\n## Usage\n\n```\n Usage: nist \u003ccommand\u003e | \u003ccommand\u003e \u003cpackage-name\u003e\n\n  Availabliity:\n  -e, --exist   : Check wheather the package is installed in /home/rishi/node_modules/\n  -f, --find    : Check wheather the package is present working directory\n\n  Boilerplates: \n  -m, --mod     : Boilerplate for developing node modules\n  -g, --cli     : Boilerplate for cli apps\n\n  Packages:\n  -a, --avail   : check is package name is available\n  -b, --by      : total packages published by a npmjs user\n  -d, --diff    : compare the package version across node_modules and nmpjs\n  -c, --current : check current package version from (node_modules)\n  -l, --latest  : check latest version of a remote package\n\n  Infos:\n  -s, --stat    : get monthy, weekly and daily download counts\n  -t, --total   : total release of a node packge.\n  -w, --what    : get package description from node_modules or npmjs\n\n  Version:\n  -n, --node    : get current node version\n  -z, --nolat   : get the latest node version from nodejs.org\n  -nv, --npm    : get npm version\n\n  Nist :\n  -v, --version : display version\n  -h, --help    : dispaly help\n```\n\n## Default __`npm`__  `or`  __`npm install`__\n\n__Question :__ What npm don't cover?\n\n__Answer :__ Some features which are missing in `npm` are :\n\n\u0026nbsp; - `Montlhy, weekly and daily download coverage.`\n\n\u0026nbsp; - `Local and remote package description.`\n\n\u0026nbsp; - `Compare version for a single module across remote and installed modules.`\n\n\u0026nbsp; - `Fetch node latest version`\n\n\u0026nbsp; - `Total release of a node package`\n\n## Boilerplate\n\n`The boilerplate provided by` __`nist`__ `is developed by` - [Sindre Sorhus](https://github.com/sindresorhus)\n\n## Related\n\n- [np](https://github.com/sindresorhus/np) : A better npm publish\n\n## Project\n\n- This is just my hobby project. I'm trying to do some experiments. That's all.\n\n## Liecnse\n\nMIT \u0026copy; [Rishi Giri](http://rishigiri.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedotjs%2Fnist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodedotjs%2Fnist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedotjs%2Fnist/lists"}