typings-core
Advanced tools
Comparing version 2.3.2 to 2.3.3
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var path_1 = require("path"); | ||
@@ -3,0 +4,0 @@ var events_1 = require("events"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var test = require("blue-tape"); | ||
@@ -3,0 +4,0 @@ var path_1 = require("path"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var extend = require("xtend"); | ||
@@ -3,0 +4,0 @@ var path_1 = require("path"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var test = require("blue-tape"); | ||
@@ -3,0 +4,0 @@ var thenify = require("thenify"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var extend = require("xtend"); | ||
@@ -3,0 +4,0 @@ var path_1 = require("path"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var test = require("blue-tape"); | ||
@@ -3,0 +4,0 @@ var path_1 = require("path"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=interfaces.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=config.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=dependencies.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=emitter.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=rc.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var ts = require("typescript"); | ||
@@ -3,0 +4,0 @@ var extend = require("xtend"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var test = require("blue-tape"); | ||
@@ -3,0 +4,0 @@ var nock = require("nock"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var extend = require("xtend"); | ||
@@ -3,0 +4,0 @@ var listify = require("listify"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var test = require("blue-tape"); | ||
@@ -3,0 +4,0 @@ var path_1 = require("path"); |
"use strict"; | ||
var __extends = (this && this.__extends) || function (d, b) { | ||
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; | ||
function __() { this.constructor = d; } | ||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); | ||
}; | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return function (d, b) { | ||
extendStatics(d, b); | ||
function __() { this.constructor = d; } | ||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); | ||
}; | ||
})(); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var make_error_cause_1 = require("make-error-cause"); | ||
@@ -11,3 +17,3 @@ var TypingsError = (function (_super) { | ||
function TypingsError() { | ||
var _this = _super.apply(this, arguments) || this; | ||
var _this = _super !== null && _super.apply(this, arguments) || this; | ||
_this.name = 'TypingsError'; | ||
@@ -18,4 +24,3 @@ return _this; | ||
}(make_error_cause_1.BaseError)); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = TypingsError; | ||
//# sourceMappingURL=error.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var events_1 = require("events"); | ||
@@ -3,0 +4,0 @@ var dependencies_1 = require("./lib/dependencies"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var parse_1 = require("./utils/parse"); | ||
@@ -3,0 +4,0 @@ function open(raw, options) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var path_1 = require("path"); | ||
@@ -3,0 +4,0 @@ var extend = require("xtend"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var test = require("blue-tape"); | ||
@@ -3,0 +4,0 @@ var path_1 = require("path"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var extend = require("xtend"); | ||
@@ -3,0 +4,0 @@ var pick = require("object.pick"); |
@@ -5,2 +5,3 @@ "use strict"; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./install")); | ||
@@ -7,0 +8,0 @@ __export(require("./uninstall")); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var test = require("blue-tape"); | ||
@@ -3,0 +4,0 @@ var typings_1 = require("./typings"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var extend = require("xtend"); | ||
@@ -30,3 +31,3 @@ var events_1 = require("events"); | ||
.then(function () { return writeToConfig(names, options); }) | ||
.then(function () { return undefined; }); | ||
.then(function () { return options; }); | ||
}); | ||
@@ -33,0 +34,0 @@ } |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PROJECT_NAME = 'typings'; | ||
@@ -3,0 +4,0 @@ exports.PRETTY_PROJECT_NAME = 'Typings'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var debug = require("debug"); | ||
var config_1 = require("./config"); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = debug(config_1.PROJECT_NAME); | ||
//# sourceMappingURL=debug.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var path_1 = require("path"); | ||
@@ -3,0 +4,0 @@ var fs_1 = require("../utils/fs"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var fs = require("graceful-fs"); | ||
@@ -3,0 +4,0 @@ var extend = require("xtend"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var invariant = require("invariant"); | ||
@@ -3,0 +4,0 @@ var url_1 = require("url"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var test = require("blue-tape"); | ||
@@ -3,0 +4,0 @@ var path_1 = require("path"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var path_1 = require("path"); | ||
@@ -3,0 +4,0 @@ var url_1 = require("url"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var test = require("blue-tape"); | ||
@@ -3,0 +4,0 @@ var path_1 = require("./path"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var rc = require("rc"); | ||
@@ -10,4 +11,3 @@ var extend = require("xtend"); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = extend(exports.DEFAULTS, rc(config_1.PROJECT_NAME)); | ||
//# sourceMappingURL=rc.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var path_1 = require("path"); | ||
@@ -3,0 +4,0 @@ var isAbsolute = require("is-absolute"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var test = require("blue-tape"); | ||
@@ -3,0 +4,0 @@ var path_1 = require("path"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var ConfigStore = require("configstore"); | ||
var config_1 = require("./config"); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = new ConfigStore(config_1.PROJECT_NAME); | ||
//# sourceMappingURL=store.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var path_1 = require("./utils/path"); | ||
@@ -3,0 +4,0 @@ var fs_1 = require("./utils/fs"); |
{ | ||
"name": "typings-core", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "The logic of Typings", | ||
@@ -86,6 +86,6 @@ "main": "dist/typings.js", | ||
"tap-diff": "^0.1.1", | ||
"ts-node": "^2.0.0", | ||
"tslint": "^4.4.2", | ||
"tslint-config-standard": "^4.0.0" | ||
"ts-node": "^3.0.0", | ||
"tslint": "^5.0.0", | ||
"tslint-config-standard": "^5.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
506932
4576