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,195 public repositories matching this topic...
I think the docs are a bit thin. Would be nice with a tutorial on how to use the feature that takes advantage of all the options.
Comparison table
In the future, when Ky is more mature, we should add a comparison table to the readme. Like https://github.com/sindresorhus/got#comparison
We need to add tests for source/util.js
, source/version.js
, source/git-util.js
and source/npm/util.js
.
There is a $60.00 open bounty on this issue. Add mo
It would be nice to enable a generic fn that can be used to hack add customize use cases
function filterFunc(key, value) {
if (key == 'b') {
// Return an `undefined` value to omit a property.
return;
}
if (key == 'e[f]') {
return value.getTime();
}
if (key == 'e[g][0]') {
return value * 2;
}
return value;
}
The main documentation site doesn't have docs for this new parameter. Can anybody update it?
Originally posted by @yrtimiD in angular-translate/angular-translate#1760 (comment)
Update documentation
The documentation is very confusing about "installation" and should be updated/simplified. I have:
- A shared module
- Lazy loaded modules
- AOT compilation (which becaume the default on Angular CLI)
Do i need to apply all 3 of the mentioned headlines to this topics? When I have the shared module, does it work out of the box with lazy loaded modules? Also i should export the TranslateModul
I use git-bash (like probably nearly all windows npm user).
if i run mkdir -p plop
it create me plop
folder if not existant and do nothing if it exist.
if i do the same as npm task or with npm-run-all it create me -p
folder and plop
if they don't exist and fail if there already there.
is'nt possible to use git-bash command in priority when available ?
Add summary
-
Updated
May 28, 2019 - JavaScript
Custom error message
Thanks for the library really useful and simple! I so requests to add functionality to pass custom error message, and it was closed with introducing labels.
But be able to create custom
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)
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
Plunkr: http://plnkr.co/edit/calGSdZMXDiNwNipstYO?p=preview
Problem: If you try to click the link for lazy.foo
, it will not work because the lazy.foo
state is registered before the parent state lazy
.
If _lazyModule.js was not lazy loaded, it would correctly register the states where lazy
was registered before lazy.foo
. I've tried using the global configuration of serie
,
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
I figured this out but will post the issue and show the solution in reply
const Store = require('electron-store');
const schema = {
foo: {
type: 'number',
default: 14
},
bar: {
type: 'object',
properties: {
a: {
type: 'number',
default: 5
}
}
}
}
con
-
Updated
Nov 19, 2019 - JavaScript
-
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
Dec 23, 2019 - JavaScript
-
Updated
Apr 4, 2020 - JavaScript
-
Updated
Apr 19, 2020 - JavaScript
-
Updated
Mar 17, 2020 - JavaScript
-
Updated
Aug 20, 2019 - JavaScript
-
Updated
Nov 22, 2019 - JavaScript
I was looking at the Admin API and the documentation contains information about the listGroups()
function which is not available in the current version available on NPM. I see. the implementation in the master branch, maybe you need to do a new release?
Ahoy
The carryoverConcurrencyCount
option could use some more verbose documentation. In toying with the package, it's not entirely clear what option value produce what behavior.
Perhaps even an examples
directory that covered how this works?
Created by Isaac Z. Schlueter
Released January 12, 2010
- Organization
- npm
- Website
- www.npmjs.com
- Wikipedia
- Wikipedia
Hi folks many thanks for your great work.
Describe the bug
Date and datetime can be improperly persisted.
To Reproduce