I tried to import jquery with the last version of your code
This is the resulting expression (they are a lot, this is just one)
(define-public node-jquery (package (name "node-jquery") (version "3.1.0") (source (origin (method url-fetch) (uri "https://github.com/jquery/jquery/archive/3.1.0/jquery-3.1.0.tar.gz") (sha256 (base32 "05jcaa0xg041hpq3xdswf45jbkm6shvinjm3scawwjqqlrc39xca")))) (build-system node-build-system) (propagated-inputs `()) (native-inputs `()) (synopsis "JavaScript library for DOM operations") (description "JavaScript library for DOM operations") (home-page "https://jquery.com") (license expat)))
As you can see, there are no native-inputs
I understand that dev-dependencies (as on line 467) is used by make-npm-sexp to populate native-inputs, so in the terminal I inspected dev-dependencies expecting to find it empty and I was wrong, it was correctly populated