xref
: /
third_party
/
node
/
deps
/
npm
/
bin
/
npm-cli.js
(revision 1cb0ef41)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/deps/npm/bin/
1
#!/
usr
/
bin
/
env
node
2
require
(
'../
lib
/
cli.js
'
)(
process
)
3