Mimic, replace or work around removed npm utils.

This commit is contained in:
Marcel Klehr 2012-10-28 18:34:20 +01:00
parent e447a6fade
commit 78e64ffea8
4 changed files with 24 additions and 7 deletions

View file

@ -1,7 +1,5 @@
var npm = require("npm/lib/npm.js");
var readInstalled = require("./read-installed.js");
var relativize = require("npm/lib/utils/relativize.js");
var readJson = require("npm/lib/utils/read-json.js");
var path = require("path");
var async = require("async");
var fs = require("fs");