Search
builtin-modules
A static list of the Node.js builtin modules from the latest Node.js version
v5.0.0 URL:
https://unpkg.com/builtin-modules@5.0.0/index.js
Open
Browse Files
builtin
built-in
builtins
node
modules
core
bundled
list
array
names
is-builtin-module
Check if a string matches the name of a Node.js builtin module
v5.0.0 URL:
https://unpkg.com/is-builtin-module@5.0.0/index.js
Open
Browse Files
builtin
built-in
builtins
node
modules
core
bundled
list
array
names
is
detect
check
match
validate-npm-package-name
Give me a string and I'll tell you if it's a valid npm package name
v6.0.1 URL:
https://app.unpkg.com/validate-npm-package-name@6.0.1/files/lib
Open
Browse Files
npm
package
names
validation
get-assigned-identifiers
get a list of identifiers that are initialised by a JavaScript AST node.
v1.2.0 URL:
https://unpkg.com/get-assigned-identifiers@1.2.0/index.js
Open
Browse Files
ast
bindings
destructuring
identifiers
javascript
names
node
functions-have-names
Does this JS environment support the `name` property on functions?
v1.2.3 URL:
https://unpkg.com/functions-have-names@1.2.3/index.js
Open
Browse Files
function
name
es5
names
functions
ie