npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

nv-facutil-primordials

v1.0.4

Published

nv-facutil-primordials =============== - this is for copy/paste/reuse some source-code from node - normally it is USELESS - just RENAME of some built-in functions - it maybe helpful when you modify and test new-version of nodejs

Downloads

5

Readme

nv-facutil-primordials

  • this is for copy/paste/reuse some source-code from node
  • normally it is USELESS
  • just RENAME of some built-in functions
  • it maybe helpful when you modify and test new-version of nodejs

install

  • npm install nv-facutil-primordials

usage

example

const fac_primordials = require("nv-facutil-primordials");

RENAMED APIS

fac_primordials.ArrayFrom                                fac_primordials.ArrayIsArray
fac_primordials.ArrayPrototypeFilter                     fac_primordials.ArrayPrototypeForEach
fac_primordials.ArrayPrototypeIncludes                   fac_primordials.ArrayPrototypeIndexOf
fac_primordials.ArrayPrototypeJoin                       fac_primordials.ArrayPrototypeMap
fac_primordials.ArrayPrototypePop                        fac_primordials.ArrayPrototypePush
fac_primordials.ArrayPrototypePushApply                  fac_primordials.ArrayPrototypeSlice
fac_primordials.ArrayPrototypeSort                       fac_primordials.ArrayPrototypeSplice
fac_primordials.ArrayPrototypeUnshift                    fac_primordials.BigIntPrototypeValueOf
fac_primordials.BooleanPrototypeValueOf                  fac_primordials.DatePrototypeGetTime
fac_primordials.DatePrototypeToISOString                 fac_primordials.DatePrototypeToString
fac_primordials.ErrorCaptureStackTrace                   fac_primordials.ErrorPrototypeToString
fac_primordials.FunctionPrototypeCall                    fac_primordials.FunctionPrototypeToString
fac_primordials.JSONStringify                            fac_primordials.MapPrototypeEntries
fac_primordials.MapPrototypeGet                          fac_primordials.MapPrototypeGetSize
fac_primordials.MathAbs                                  fac_primordials.MathFloor
fac_primordials.MathMax                                  fac_primordials.MathMin
fac_primordials.MathRound                                fac_primordials.MathSqrt
fac_primordials.Number                                   fac_primordials.NumberIsInteger
fac_primordials.NumberIsNaN                              fac_primordials.NumberParseFloat
fac_primordials.NumberParseInt                           fac_primordials.NumberPrototypeValueOf
fac_primordials.ObjectAssign                             fac_primordials.ObjectCreate
fac_primordials.ObjectDefineProperty                     fac_primordials.ObjectGetOwnPropertyDescriptor
fac_primordials.ObjectGetOwnPropertyNames                fac_primordials.ObjectGetOwnPropertySymbols
fac_primordials.ObjectGetPrototypeOf                     fac_primordials.ObjectIs
fac_primordials.ObjectKeys                               fac_primordials.ObjectPrototypeHasOwnProperty
fac_primordials.ObjectPrototypePropertyIsEnumerable      fac_primordials.ObjectSeal
fac_primordials.ObjectSetPrototypeOf                     fac_primordials.ReflectApply
fac_primordials.ReflectOwnKeys                           fac_primordials.RegExpPrototypeTest
fac_primordials.RegExpPrototypeToString                  fac_primordials.SafeMap
fac_primordials.SafeSet                                  fac_primordials.SafeStringIterator
fac_primordials.SafeWeakMap                              fac_primordials.SetPrototypeGetSize
fac_primordials.SetPrototypeValues                       fac_primordials.StringPrototypeCharCodeAt
fac_primordials.StringPrototypeCodePointAt               fac_primordials.StringPrototypeEndsWith
fac_primordials.StringPrototypeIncludes                  fac_primordials.StringPrototypeMatch
fac_primordials.StringPrototypeNormalize                 fac_primordials.StringPrototypePadEnd
fac_primordials.StringPrototypePadStart                  fac_primordials.StringPrototypeRepeat
fac_primordials.StringPrototypeReplace                   fac_primordials.StringPrototypeSlice
fac_primordials.StringPrototypeSplit                     fac_primordials.StringPrototypeStartsWith
fac_primordials.StringPrototypeToLowerCase               fac_primordials.StringPrototypeToUpperCase
fac_primordials.StringPrototypeTrim                      fac_primordials.StringPrototypeValueOf
fac_primordials.SymbolFor                                fac_primordials.SymbolIterator
fac_primordials.SymbolPrototypeToString                  fac_primordials.SymbolPrototypeValueOf
fac_primordials.SymbolToStringTag                        fac_primordials.TypedArrayPrototypeGetLength
fac_primordials.TypedArrayPrototypeGetSymbolToStringTag  fac_primordials.uncurryThis

LICENSE

  • ISC