npm-package
Npm is a package manager for JavaScript, included with Node.js. As a package manager, npm makes it easy for developers to share and reuse code.
Here are 3,492 public repositories matching this topic...
-
Updated
Aug 28, 2020 - TypeScript
I've read many similar closed issues, but haven't found a good documented solution on what can I do as a consumer of ky package if I need to support e.g iOS 10.0 browser (that breaks on async/await support currently).
I agree that it's not related to ky itself, but can be a nice help for the consumers of the package.
In our particular can we don't use babel (we use typescript), so I'm
A group of plugins for responsive tables.
-
Updated
Jun 19, 2020 - JavaScript
A better `npm publish`
-
Updated
Aug 29, 2020 - JavaScript
Please describe the feature/suggestion
The url schema for a package.json schema is amazing, I love that I can take this and share it with coworkers. The sorting of Size high -> low does not currently get encoded though, so when a coworker opens up my link, they can't see the same ordering I expected them to
Describe the solution you'd like
Encode the alphabetical selection and t
Parse and stringify URL query strings
-
Updated
Jul 19, 2020 - JavaScript
Translating your AngularJS 1.x apps
-
Updated
Jul 8, 2020 - JavaScript
A CLI tool to run multiple npm-scripts in parallel or sequential.
-
Updated
Nov 1, 2019 - JavaScript
The internationalization (i18n) library for Angular
-
Updated
Aug 6, 2020 - TypeScript
Test your internet connection speed and ping using speedtest.net from the CLI
-
Updated
May 28, 2019 - JavaScript
Official ESLint plugin for Vue.js
-
Updated
Aug 28, 2020 - JavaScript
Hi, im trying to use Hashids with Typescript and Node.
import Hashids from 'hashids';
I'm not getting any Typescript errors in the editor, but Im getting this error when the code is compiled.
Using ts-node version 8.5.4, typescript version 3.7.5
`Error: No valid exports main found for 'node_modules\hashids'
at resolveExportsTarget (internal/modules/cjs/loader.js:625:9)
Function argument validation for humans
-
Updated
Aug 24, 2020 - TypeScript
Fix the browsers!
The goal of this project is to make itself obsolete. We should try to get browsers to fix their own styles so we don't have to work around them indefinitely.
If you want to help out:
- Pick a style in
modern-normalize.css - Go to the relevant browser issue trackers ([Chrome](http://dev.chromium.org/for-test
My goal is to have the best documentation for each provided type.
If something is unclear in any of the types, please comment or open a PR to improve it.
Some things you could contribute:
- Fix typos.
- Improved description of the type.
- More examples.
- Provide more real-world use-cases. This helps the user understand where a type might come in handy.
- Add links to relevant discu
Lazy load modules & components in AngularJS
-
Updated
Jan 28, 2019 - JavaScript
Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc
-
Updated
Aug 28, 2020 - JavaScript
Move files and directories to the trash
-
Updated
Jun 22, 2020 - JavaScript
A CLI React performance optimization tool that identifies potential unnecessary re-rendering
-
Updated
Mar 23, 2018 - JavaScript
For popular things that makes sense. Suggestions welcome, but I'm not going to add more than maybe 30. So make it worth it.
Don't do a PR. I'll add them all at once when we've decided on what to include.
-
Updated
Aug 26, 2020 - JavaScript
Test your download and upload speed using fast.com
-
Updated
Aug 29, 2020 - JavaScript
Update notifications for your CLI app
-
Updated
Aug 17, 2020 - JavaScript
Watch an object or array for changes
-
Updated
Aug 13, 2020 - JavaScript
Run TAP unit tests in 1789+ browsers.
-
Updated
Aug 26, 2020 - JavaScript
Capture website screenshots
-
Updated
Aug 20, 2019 - JavaScript
Tiny minimal 1px icons designed to fit in the smallest places.
-
Updated
Aug 4, 2020 - JavaScript
While the correlation id used to match network requests with responses is always supposed to be unique at any given time, some tests were misbehaving because that wasn't the case.
Since this is one of those things that should never happen, we could add an invariant that throws a non-retriable error if this happens anyway, since something has gone terribly wrong and we won't get valid results
Created by Isaac Z. Schlueter
Released January 12, 2010
- Organization
- npm
- Website
- www.npmjs.com
- Wikipedia
- Wikipedia


Describe the bug
Bitbucket Implicit Auth users need to wait 30 seconds to log in after token expires.
To Reproduce