On May 11, 11:40 pm, Nathan Rajlich <[email protected]> wrote: > Hhhmmm, it's possible that npm injected "install" scripts at one point. > Isaac?
After some investigation it seems npm does package.json parsing and 'fixes' some typos, adds some extra (_npmVersion, _nodeVersion) items, etc as part of: https://github.com/isaacs/npm/blob/master/lib/utils/read-json.js The 'fixed' package.json gets put in the npm registry and that includes a line with node-gyp in the install scripts if needed. I think I send patches for almost all packages that call node-gyp manually in their package.json (incl removal of node-gyp in the dependencies where present, since npm includes node-gyp). Jeroen -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
